.contact_us ul{
	width: 150px;
	margin: 0;
	float: right;
	text-align: center;
}

.contact_us ul li{
	display: inline;
	width: auto;
}

.contact_us ul li a{
	color: #FFF;
	padding: 5px 0px;
	text-decoration: none;
	font: 10px "Arial Black", Gadget, sans-serif;
	display: block; /*THEME CHANGE HERE*/
}

.contact_us ul li a:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: #37ABFF;
}

.contact_us ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: #133D86;
}

.contact_us ul li a:hover.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: #37ABFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font:normal 10px/18px "Arial Black", Gadget, sans-serif;
	z-index:1000;
	width: 150px;
	visibility: hidden;
	text-align: center;
	color: #FFF;
	background: #133D86;
}


.dropmenudiv a{
	width: auto;
	display: block; /*THEME CHANGE HERE*/
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	border-top: 1px solid #FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: #37ABFF;
}
