/* .dropdownnav {
text-align: left;	
	color: #fff;
	padding: 1px 1px 2px 1px;
	font-size: 12px;
	}
*/

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
/* border: 1px solid #BBB;
background-color: #666; 
padding: 6px 10px;
width: 100%; 
*/
margin-left: 0;
padding: 0 0 0 10px;
margin: 0;
float: left;
font: bold 12px Arial;
color: #fff;
}


#chromemenu ul li{
display: inline;
float: left;

}

.label {
color: #fff;
font-weight: normal;
padding: 2px 12px 2px 7px;

}

#chromemenu ul li a{
float: left;
color: #fff;
font-weight: bold;
padding: 2px 10px 2px 7px;
text-decoration: none;

}

#chromemenu ul li {
color: #494949;
}

#chromemenu ul li a:hover{
color: #000;
background: #cccccc;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #bbb; /*Theme Change here*/
/* border-bottom-width: 0;  */
font:normal 12px Arial;
color: #000000;
line-height:18px;
z-index:100;
background-color: #cccccc;
width: 180px;
visibility: hidden;
/*//filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a, .dropmenudiv a:visited{
color: #000;
width: 100%;
display: block;
text-indent: 3px;
/* border-bottom: 1px solid #BBB; Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;

}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #fff;
text-decoration: none;
color: #000;
}


.nav {
	font-family: arial, sans-serif;	
	text-align: left;
	color: #fff;
	font-size: 12px;
	font-weight: bold;	
	}

.nav a:link, .nav a:visited {
	display: block; 
 	color: #fff; 
	text-decoration: none;
 }
 .nav a:hover  {
 	color: #FFF;
/*	background-color: #666699; */
	text-decoration: underline;
	margin: 0;
 }

 
 .bottomnav {
	font-family: arial, sans-serif;
	color: #000;
	font-size: 12px;	
	}

.bottomnav a:link, .bottomnav a:visited {
 	color: #000;
	text-decoration: none;
	padding: 2px;
	margin: 0;
 }
 .bottomnav a:hover  {
 	color: #000;
	text-decoration: underline;
	margin: 0;
 }

.divider {
display: block;
width: 400px;
border-bottom-style: solid;
border-bottom-color: #666666;
border-bottom-width: 1px;
}

.enewslinks a{
color: #442277;
text-decoration: none;
}

.enewslinks a:hover{
color: #442277;
text-decoration: underline;
}

.ol, li {
font-family: arial, helvetica, sans-serif;
font-size: 13px;
}

a a:hover, a:visited{
color:#0000ee

}