.menu_list {	
   margin:0px;
   padding: 0;
   width: 194px;
}
.menuitem{
	background-image:none;
	background-color: #9398ae;
}
.menuitem a{
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	position: relative; 
	width: auto;
	text-decoration: none;
	padding-left:13px;
	background-color: #9398ae;
	background-image: url(../images/tabs-a.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}
 .menuitem:active {color:#000000;
}
.menuitem a:hover {
	color:#000000;
}
.menu_head {
	padding:0px;
	cursor: pointer;
	width:15px;
	height:11px;
	position: relative;
	margin:-6px;
	margin-left:179px;
	bottom:13px;
    font-weight:bold;
    background: url(../images/plus-icon.gif) center left no-repeat;
}
.menu_head a{
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-decoration:none;
	background-color:#ffffff;
}
.menu_head a:hover{
	color:#000000;
}
.menu_body {
	display:none;
}
.menu_body ul{ 
    list-style-type: none;
    margin: 0;
    padding: 14px 0px 10px 0px;
	background-color:#ffffff;
}
.menu_body ul li{
}
.menu_body ul li a{ width:171px; display:block;
	text-decoration: none;
	padding-left: 17px;
	padding-right:6px;
	padding-top:0px; padding-bottom:3px;
	color:#606375;
	font-size:12px;
	line-height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color:#ffffff;
}
.menu_body ul li a:hover{
text-decoration:underline; color:#FF0000;
}
