/* CSS Document */

/* Top Left menu and drop down */
	
.leftmenustyle{
	float: right;
	width: 565px;
	height: 40px;
	background-color:#004578;
	color:#FFFFFF;
}
.leftmenustyle ul li{
	float: right;
	overflow: hidden;
	font-size:14px;
}

.leftmenustyle ul li a{
	color:#FFFFFF;
	background-color:#004578;
	text-decoration: none;
	padding: 11px 11px 12px 11px;
	display: block;
	text-align: center;	
	margin: 0;
}
.leftmenustyle ul li a:visited{
	background-color:#004578;
	text-decoration: none;
	color:#FFFFFF;
}
.leftmenustyle ul li a:active{
	background-color:#004578;
	text-decoration: none;
	color:#FFFFFF;
}
.leftmenustyle ul li a:hover{
	background-color:#9D8340;
	text-decoration: none;
	color:#FFFFFF;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #0163AC; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-size:12px;
font-weight:normal;
line-height:18px;
z-index:100;
background-color: #004578;
color: #FFFFFF;
width: 200px;
visibility: hidden;

/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE.*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #0163AC; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
background-color: #004578;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
background-color: #004578;
color: #FFFFFF;
text-decoration: none;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #004578;
color: #FFFFFF;
text-decoration: none;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #9D8340;
color: #FFFFFF;
text-decoration: none;
}