/* Styles for the dropdown navbar */

div.chromestyle {
	border-width: 0px 0px 4px 0px;
	border-style: solid;
	border-color: #919985;
}

div#footer {
	text-align: center;
	font-size: .8em;
}

.chromestyle {
}

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

.chromestyle ul{
background-color: #CCC199;
width: 100%;
/*background: url(chrometheme/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #262128;
padding: 4px 4px;
margin: 0;
font-weight: bold;
font-family: Georgia, serif;
font-variant: small-caps;
font-size: 1.0em;
text-decoration: none;
/*border-right: 1px solid #CCC199;*/
}

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

.chromestyle ul li a:hover {
color:#FFFFFF;
background-color: #919985;
text-decoration: none;
/*background: url(chrometheme/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:active {
	text-decoration: none;
	border: solid black 1px;
	color:#000000;
}

/* .chromestyle ul li a[rel]:after{ */ /*HTML to indicate drop down link*/
/* content: "v"; */
/* content: " " url(images/down_arrow.gif); */ /*uncomment this line to use an image instead*/
/* } */


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #919985; /*THEME CHANGE HERE*/ 
border-bottom-width: 0;
border-left-width: 4px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #CCC199;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #919985; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
font-weight: bold;
font-family: Georgia, serif;
font-variant: small-caps;
font-size: 1.0em;
}

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

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

.dropmenudiv a:visited { /*THEME CHANGE HERE*/
color: black;
text-decoration: none;
}