﻿/* Chrome CSS Drop Down Menu- © Dynamic Drive DHTML code library (www.dynamicdrive.com)*/

.chromestyle{
width: 99%;}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: left;
}

.chromestyle ul li{
	border-color: #336600;
	display: inline;
}
.chromestyle ul li a{
	height: 25px;
	color: #FFFFFF;
	padding: 1px 10px 0 10px;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 100%;
		text-align: center;

}

.chromestyle ul li a:hover{color:#000000; text-decoration:underline;}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	border-width: 1px;
	border-color: #666666;
	position: absolute;
	top: 0;
	font-size: 100%;
	line-height: 22px;
	z-index: 100;
	width: 280px;
	visibility: hidden;
	background-color: #3B6A11;
	color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; 
	padding: 2px 0;
	text-decoration: none;
	color: black;
	background-repeat: repeat-x;
	color: #FFFFFF;	
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
	color: #FFFFFF;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #BADA9E; color:#FFFFFF;
}
