﻿.chromestyle{
width: 800px;
text-align:center;
font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 103%;
height: 24px;
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
font:normal 11px Verdana;
padding: 4px 7px;
margin: 0;
text-align: center;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
text-decoration: underline;
font: normal 11px Verdana;
 /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Arial;
line-height:18px;
text-align: left; /*set value to "left", "center", or "right"*/
z-index:100;
background-color: #000000;
width: 150px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
font:normal 10px Arial;
color: #000000;
text-align: left; /*set value to "left", "center", or "right"*/
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#333333;
color: white;
}