
.MenuStyle{
width: 795px;
border:0px solid green;
} 
.MenuStyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.MenuStyle ul{
border:0px none;
margin:0pt;
padding:0px;
text-align:center;
width:100%;
}

.MenuStyle ul li{
display: inline;
}

.MenuStyle ul li a{
color: #002F64;
padding: 0px;
margin: 0px;
text-decoration: none;
border-right: 0px solid #002F64;
}

.MenuStyle ul li a:hover{
 text-decoration:underline;
}

.MenuStyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}
 

.DrpMenuDIV{
position:absolute;
top: 0;
margin-top:0px !important;
margin-top:4px;
margin-left:-20px;
padding-top: 0px;
border: 1px solid #002F64;
border-top: 0px solid #FFFFFF;
font-family:Arial, sans serif;
font-size:12px;
line-height:18px;
text-align:left;
z-index:500;
background-color: #F5F5F5;
width: 147px;
visibility: hidden;
}


.DrpMenuDIV a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCC; /*THEME CHANGE HERE*/
padding: 0px;
text-decoration: none;
font-weight: normal;
}

* html .DrpMenuDIV a{ /*IE only hack*/
width: 100%;
}

.DrpMenuDIV a:hover{ /*THEME CHANGE HERE*/
text-decoration:none;
z-index:5001;
}	 

#dropmenu1 a, #dropmenu1 a:link{background-color:#F6CFD9;color:#D10F41;}
#dropmenu1 a:hover{background-color:#D10F41;color:#fff;}

#dropmenu2 a, #dropmenu2 a:link{background-color:#E1DFCC;color:#676100;}
#dropmenu2 a:hover{background-color:#676100;color:#fff;}

#dropmenu3 a, #dropmenu3 a:link{background-color:#FCDCE9;color:#F14E91;}
#dropmenu3 a:hover{background-color:#F14E91;color:#fff;}

#dropmenu4 a, #dropmenu4 a:link{background-color:#EFF1D2;color:#B1BB1C;}
#dropmenu4 a:hover{background-color: #B1BB1C;color:#fff;}

#dropmenu5 a, #dropmenu5 a:link{background-color:#F5F9FD;color:#4877A1;}
#dropmenu5 a:hover{background-color: #CFE2F3;color:#4877A1;}




.Header_Nav {
		border:0px solid black;
		clear:both;	
		float:left;	
	 	margin-top:0px!important;	
		margin-top:0px;	
		padding:0px;
		width:860px;
	  }	  

.Header_Nav img {
		margin-left:0px;
		padding-top:0px;
		padding-bottom:0px;
	  }	 	  