/*---------------------------------- Vertical Menus -------------- */
ul#navmenuvert{ /* all lists */
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul#navmenuvert li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	line-height: 30px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px;
	padding-right: 1.4em;
	padding-left: 1.6em;
	color: #FFFFFF;
	float: left;


	}

ul#navmenuvert li div {
	line-height: normal;
	display: block; 
	}

/* Fix IE. Hide from IE Mac \*/

* html ul#navmenuvert li { float: left; height: 1%; }
* html ul#navmenuvert li a { height: 1%; }

/* End */

ul#navmenuvert li a:hover {
	color: #FFCC00;
	}

	
li>ul#navmenuvert
	{
	left: auto;
	top: auto;

	}


li ul#navmenuvert li a{ /* second-level lists */
	background: #033498; 
	border-top: 0;
	font-weight: normal;
	font-size: 11px;
	line-height:13px;
	padding: 1px 1px 1px 1px;
	text-align: left;
	border-right: 1px solid #FFFFFF;
}



li:hover ul#navmenuvert, li.oververt ul#navmenuvert{ /* lists nested under hovered list items */
	display: block;
}
.subtitle-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #F0C218;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 22px;

}
