
#newmenu {
	margin-left:2px;
	float: left;
	position:absolute;
	width: 764px;
	font-size: 16px !important;
	top: 155px;
	right: auto;
	bottom: auto;
	z-index: 9;
}

#newmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 0;
	width: 191px;
	float: left;
}

div#newmenu ul ul {
	display: none;
}

div#newmenu ul li:hover ul{
	display: block;
}

#newmenu a, #newmenu h2 {
	display: block;
	border-width: 0px;
	text-align:center;
	margin: 0;
	padding: 2px 3px;
	font-weight: bold;
	vertical-align: middle;
}

#newmenu h2 {
font-size: 16px !important;
color: #fff;
background: #004B98;
height: 20px;
text-decoration: none;
}

#newmenu a {
color: #fff;
background: #004B98;
height: 20px;
text-decoration: none;
}

#newmenu ul ul a{
	height:auto;
	font-weight: normal;
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #004B98;

}

#newmenu a:hover, #newmenu h2:hover{
color: #C5D7E9;
background: #002D5C;
border-bottom-color: #002D5C;
}
