@charset "utf-8";

.menu_list {	
    background: url(../images/bg_nav.gif) repeat-y 0 0;
	position: absolute;
	left: 18px;
	bottom: 116px;
	width: 203px;
	padding:25px 0px 2px 5px;
	font-size:1.1em;
}
.menu_head {
	padding: 3px 2px 3px 0px;
	cursor: pointer;
	position: relative;
	margin:0 35px 0 20px;
    font-weight:bold;
	color:#FFF;
	text-align:right;
    background:transparent url(../images/left.png) center right no-repeat;
    text-transform:uppercase;
    border-top:1px solid #737373;
        
}
.menu_head a
{
    
    color:#FFF;
}

.menu_body {
	display:none;
	width: 183px;
}

.menu_body a{
  display:block;
  color:#bfbfbf;
  margin:0 0px 0 10px; 
  /*padding: 2px 20px 8px;*/
  padding: 0px 20px 3px;
  text-align:right;
  font-weight:normal;
  text-decoration:none;
  font-size:11px;
  width:135px;
  

}


/*.menu_body a:hover{width:145px;margin:0 0px 0 10px; padding: 2px 20px 2px 20px;background:transparent url(../images/down.png) center right no-repeat; color:#fff;}*/
.menu_body .selected{width:135px;margin:0 0px 0 10px; padding: 0px 30px 3px 20px;/*padding: 0px 30px 2px 20px;*/background:transparent url(../images/down.png) center right no-repeat; color:#fff;}
 
