.chromestyle{
width: 1100px;
font-weight: normal;
font-family:Arial;
font-size: 11pt;
color: #ffffff;
text-align: center; 
background: url('navbg.jpg')
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
height: 0; 
display: block; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 1100px;
margin: 0;
text-align: center; 
padding: 10px 2px 10px 2px;
text-decoration: none;
}

.chromestyle ul li{
display: inline;
text-align: center;
text-decoration: none;
padding: 10px 2px 10px 2px;
}

.chromestyle ul li a
{
color: #ffffff;
padding: 10px 2px 10px 2px;
margin: 0;
text-decoration: none;
text-align: center; 
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:visited
{
color: #ffffff;
padding: 10px 2px 10px 2px;
margin: 0;
text-decoration: none
border-right: 0px solid #DADADA;
text-align: center; 
text-decoration: none;
}

.chromestyle ul li a:active
{
color: #ffffff;
padding: 10px 2px 10px 2px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
text-align: center; 
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:cyan;
padding: 10px 2px 10px 2px;
text-decoration: none;
text-align: center;
}


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

.dropmenudiv{
border-left:0px solid #000; 
border-right:0px solid #000; 
border-top:0px solid #000; 
border-bottom:0px solid #000; 
position:absolute;
z-index:100;
line-height:20px;
filter:alpha(opacity=94);
opacity:0.94;
background-color: #010080;
width: 700px;
visibility: hidden; 
font-style:normal; 
font-variant:normal; 
font-size:10pt; 
font-family:Verdana 
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #e0e0e8; /*THEME CHANGE HERE*/
padding: 4px 4px;
text-decoration: none;
font-weight: normal;
color:white;
background-color: #010080;
}

.dropmenudiv a:hover{
background-color: #c5b898;
color:#010080;
text-decoration:none;
}

.dropmenudiv a:visited{ 
background-color: #010080;
color:white;
text-decoration:none;
}

.dropmenudiv a:active{
background-color: #010080;
color:white;
text-decoration:none;
}

p {font-family: arial;font-size: 11pt} 
li {font-family: arial;font-size: 11pt}
table {font-family: arial;font-size: 11pt} 

a.left:link {color: blue; font-family: arial; font-style: normal; font-size: 11pt; text-decoration: none;}
a.left:active {color: blue; font-family: arial; font-style: normal; font-size: 11pt; text-decoration: none;}
a.left:visited {color: blue; font-family: arial; font-style: normal; font-size: 11pt; text-decoration: none;}
a.left:hover {color: red; font-family: arial; font-style: normal; font-size: 11pt; text-decoration: underline;}
 
