@charset "utf-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/*top menu first row*/



* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul{
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	float: left;
	width: 100%;
	border: 1px solid #151b51;
	background-color: #151b51;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
float: left;
color: white;
padding: 2px 12px;
text-decoration: none;
background: transparent url(images/vertical.gif) center right no-repeat;
}

#vdividermenu ul li a:visited{
color: white;
}

#vdividermenu ul li a:hover{
	color: white;
	background-color: #233b95;
}

/*top menu second row*/

#vdividermenu2 ul{
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	float: left;
	width: 100%;
	border: 1px solid #233b95;
	background-color: #233b95;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
}

* html #vdividermenu2 ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu2 ul li{
display: inline;
}

#vdividermenu2 ul li a{
float: left;
color: white;
padding: 2px 12px;
text-decoration: none;
background: transparent url(images/vertical.gif) center right no-repeat;
}

#vdividermenu2 ul li a:visited{
color: white;
}

#vdividermenu2 ul li a:hover{
	color: white;
	background-color: #151b51;
}

</style>
#vdividermenu ul {
	margin: 0;
	padding: 0;
	margin-bottom: 0;
	float: left;
	width: 100%;
	border: 1px solid #625e00;
	background-color: #233b95;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
}
