@charset "utf-8";
/* CSS Document */

.chromestyle{
width: 660px;
position: relative;
z-index: 15;
font-family: tahoma;
}

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

.chromestyle ul{
width: 660px;
padding: 0px 0px 0px 0px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
text-indent: 0;
padding: 0;
margin: 0;
}

.chromestyle ul li a{
color: #FFFFFF;
font-size: 15px;
#font-size: 16px;
padding: 0px 0px 0px 0px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:visited {
text-decoration: none;
color: #FFFFFF;
}

.chromestyle ul li a:hover{
text-decoration: none;
color: #fbf78d;
}


.chromestyle ul li a:active {
text-decoration: none;
color: #FFFFFF;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
}




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

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 15px "Tahoma";
line-height:24px;
z-index: 999;
background-color: #379228;
width: 150px;
visibility: hidden;
text-align: left;
color: #FFFFFF;
}


.dropmenudiv a {
width: auto;
display: block;
text-indent: 19px;
padding: 5px 0;
text-decoration: none;
color: #FFFFFF;
text-align: left;
}

* html .dropmenudiv a { /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0f450d;
text-decoration: none;
color: #fbf78d;
}

.dropmenudiv a:link,a:visited{
color: #FFFFFF;
}

.dropmenudiv a:visited{
color: #FFFFFF;
}



.dropmenudiv2{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 15px "Tahoma";
line-height:24px;
z-index:999;
background-color: #205fa8;
width: 150px;
visibility: hidden;
text-align: left;
color: #FFFFFF;
}


.dropmenudiv2 a {
width: auto;
display: block;
text-indent: 19px;
padding: 5px 0;
text-decoration: none;
color: #FFFFFF;
text-align: left;
}

* html .dropmenudiv2 a { /*IE only hack*/
width: 100%;
}

.dropmenudiv2 a:hover{ /*THEME CHANGE HERE*/
background-color: #1a3a53;
text-decoration: none;
color: #fbf78d;
}

.dropmenudiv2 a:link,a:visited{
color: #FFFFFF;
}

.dropmenudiv2 a:visited{
color: #FFFFFF;
}

