.menu_top {
	float:left;
	background:url(../images/menu_top.jpg);
	background-repeat:no-repeat;
	width:277px;
	height:105px;

}
.menu_middle {
	float:left;
	width:277px;
	height:auto;
	background:url(../images/menu_bg.jpg);
	background-repeat:repeat-y;

}
.menu_area {
	float:left;
	width:270px;
	height: auto;
}
.menu_footer {
	float:left;
	width:277px;
	height:19px;
	background:url(../images/menu_footer.jpg);
	background-repeat:no-repeat;

}



div.actions {
	padding: 1em;/*	background: transparent url("../images/opaque_5.png") 0 0 repeat;*/
}
div.actions ul, ul.sharing, div#commentsmeta ul {
	margin: 0;
	padding: 0; 
	list-style-type:  none;
	font-size: 1em;
}
div.actions ul, div#commentsmeta ul {
/*	border-bottom: 1px solid #5f676d;*/
}
div.actions ul li, ul.sharing li, div#commentsmeta ul li {
	margin: 2px;
	padding: 2px;
	background: none; 
	background: #F6F6F6 url(../images/menu_line.jpg);
	background-repeat:repeat-x;
	
	font-size: 14px !important;
	
}
div.actions ul li a, div.actions ul li span.comment, div.actions ul li span.share, div#commentsmeta ul li a, div#commentsmeta ul li span.closed {
	display: block; 
	padding: 0.4em 0 0.2em 1em;
	text-decoration: none;
	color: #000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;/*border-top: 1px solid #5f676d;*/
}
div.actions ul li a:hover, div.postmeta ul li span.comment:hover, div.actions ul li span.share:hover, div#commentsmeta ul li a:hover {
color:#FFFFFF;
background-color:#70AD3A;
}
div.actions ul li span.share {
	cursor: pointer;
	background:url(../images/arrow.jpg) right;
	background-repeat:no-repeat;
	margin-right:5px;
}
ul.sharing li a {
	color:#564934 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px !important;
	padding: 5px 0 2px 30px !important;
	border-top: none !important;/*	background-position: 26px 3px;
	background-color: transparent;
	background-repeat: no-repeat;*/
}
ul.sharing li.first {
	border-top: 1px solid #5f676d;/*	padding-top: 1em;*/
}
ul.sharing li.last {
/*padding-bottom: 1em;*/
}
ul.sharing li a:hover {
	text-decoration: none;
}
.current{
 color:#FFFFFF;
 background-color:#70AD3A;
 font-family:Arial, Helvetica, sans-serif;
 font-size:14px;

	}
