.chromestyle{
width: 940px;
font-weight: bold;
font-family:Verdana;
font-size: 10pt;
color: #ffffff;
text-align: center; 
background: url('blanknav.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: 940px;
margin: 0;
text-align: center; 
padding: 10px 0px 10px 0px;
text-decoration: none;
}

.chromestyle ul li{
display: inline;
text-align: center;
text-decoration: none;
padding: 10px 0px 10px 0px;
}

.chromestyle ul li a
{
color: #ffffff;
padding: 10px 0px 10px 0px;
margin: 0;
text-decoration: none;
text-align: center; 
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:visited
{
color: #ffffff;
padding: 10px 0px 10px 0px;
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 0px 10px 0px;
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 0px 10px 0px;
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=92);
opacity:0.92;
background-color: #1c3b6a;
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: #1c3b6a;
}

.dropmenudiv a{
width: 100%;
}

.dropmenudiv a:hover{
background-color: #6ca594;
color:white;
text-decoration:none;
}

.dropmenudiv a:visited{ 
background-color: #1c3b6a;
color:white;
text-decoration:none;
}

.dropmenudiv a:active{
background-color: #6ca594;
color:white;
text-decoration:none;
}


.dropmenudiv
a:link    {color:white}
a:visited {color:white}
a:active  {color:white}
a:hover   {color:white}

a:link    {color:blue}
a:visited {color:blue}
a:active  {color:blue}
a:hover   {color:red}

a.scroller:link    {color:blue}
a.scroller:visited {color:blue}
a.scroller:active  {color:blue}
a.scroller:hover   {color:red}

a.footer:link    {color:#A80C35;text-decoration: none}
a.footer:visited {color:#A80C35;text-decoration: none}
a.footer:active  {color:#A80C35;text-decoration: none}
a.footer:hover	 {color:blue;text-decoration: underline}


.myframe { 
border:2px solid #A80C35; 
} 

table.scroller
{
font-family: Verdana; 
font-size: 10pt; 
font-weight: normal; 
font-variant: normal; 
font-style: normal; 
color: #000000; 
margin-left:0px; 
} 

table.footer
{
font-family: Verdana; 
font-size: 8pt; 
font-weight: normal; 
font-variant: normal; 
font-style: normal; 
color: #000000; 
margin-left:0px; 
} 

table 
{
font-family: Verdana; 
font-size: 10pt; 
font-weight: normal; 
font-variant: normal; 
font-style: normal; 
color: #000000; 
margin-left:0px; 
} 

table.contentheader
{
border-left:1px solid #A80C35; border-right:1px solid #A80C35; border-top:1px solid #A80C35; border-bottom:0px #A80C35; 
}

table.navbar
{
border-left:1px solid #A80C35; border-right:1px solid #A80C35; border-top:0px solid #A80C35; border-bottom:0px #A80C35; 
}

table.contentfooter
{
border-left:1px solid #A80C35; border-right:1px solid #A80C35; border-top:0px solid #A80C35; border-bottom:1px solid #A80C35; 
}
