/* Menu format vertical
#Nav {
	width: 140px;
	padding: 0;
	list-style: none;
}

#Nav li {
	background: #ddd;
	margin: 1px;
	height: 20px;
}

.Menu {
	padding: 0;
	margin-top: -18px;
	margin-left: 98px;
	width: 142px;
	list-style: none;
	display: none;
}

.Menu li {
	height: 20px;
	width: 140px;
}
*/

#Nav {padding: 0;list-style: none;
}#Nav li {/*background: #ddd;*/margin: 0px 0 0 0px;float: left;
padding: 0;}#NavChild li a {
display: block;
/*background-color: #084552;*/
background-color: #00151c;

/*background-image:url(/images/fo/menu_hor_bg_on.jpg);*/

color: white;
text-decoration: none;
margin: 0;
padding: 5px;

width:188px;
font-family: arial;
font-size:12px;
font-weight:bolder;
}
#NavChild li a:hover,#NavChild li a:active {
display: block;
background-color: #11829a;
color: white;
text-decoration: none;
margin: 0;
padding: 5px;

}.Menu {padding: 0;list-style: none;display: none;}
.menuParent{
/*line-height:30px;*/
width:140px;
background-image:url(/images/fo/menu_hor_bg.jpg);
background-repeat: repeat-x;
}
.menuParent_hover{
/*line-height:30px;*/
width:140px;
background-image:url(/images/fo/menu_hor_bg_on.jpg);
background-repeat: repeat-x;
}

