@charset "utf-8"; 

.navMenu_list{list-style:none; margin:0 0 0 7px; padding:0; width:183px}
.navMenu_list li{padding:0; margin:0}
.navMenu_head {
	position:relative;
	margin:0px;
	display: block;
	height: 30px;
	line-height:30px;
	list-style:none;
	cursor:pointer;
	background-color:#3782C3;
	text-align:center;
	color: #fff;
	padding: 0;
	font-weight: bold;
	font-size:0.9em;
	border-left:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
}
.navMenu_head:hover{
	background-image: url(../img/bg_topbar.png);
	background-repeat: repeat-x;
}
.navMenu_body {padding:0}
.navMenu_body a   {
	display: block;
	background-color:#6AA8D9;
	font-size:11px;
	text-decoration:none;
	line-height: 25px;
	height: 25px;
	border-left:solid 1px #FFF;
	border-bottom:solid 1px #FFF;
}
.navMenu_body a:hover{
	background-color:#5BA1E4;
	background-repeat:repeat-x;
	background-image:url(../img/bg_submenu.png);
	color:#fff
}
#linksmenu span, #linksmenu a {
	font-weight:bold;
	color:#FFF;
	text-align: center;
}
#topShadow {width: 189px; height: 8px; margin-left: 2px; background-image: url(../img/mnu_topshadow.png);}
#bottomShadow { width: 183px; height: 8px; margin-left: 7px; background-image: url(../img/mnu_bottomshadow.png);}