﻿/* Chrome CSS Drop Down Menu- © Dynamic Drive DHTML code library (www.dynamicdrive.com)*/

.chromestyle{
width: 99%;
padding-top: 0px;
padding-left: 40px;

}

:after.chromestyle{ /*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;
	padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:0; 	
}
.chromestyle ul li a{
	height: 35px;
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	font-weight: bold; 
	font-size: 130%; font-family:Arial; padding-left:10px; padding-right:10px; padding-top:10px; padding-bottom:0;
	margin-top:0px; 
}

.chromestyle ul li a:hover{color: #000000;background-color: silver; text-decoration:none; margin-top:0px;}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	border-width: 1px;
	border-color: #666666;
	position: absolute;
	top: 0;
	font-size: 120%;
	font-weight: bold;	
	line-height: 22px;
	z-index: 1;
	width: 200px;
	visibility: hidden;
	background-color: #BF0000;
	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;
	z-index: 1;
	color: black;
	background-repeat: repeat-x;
	color: #000000;
	background-color: #f0f0f0;	
}

.dropmenudiv a{ width: 100%;background-color: #C3C5C4; color:#BF0000;}

.dropmenudiv a:hover{ background-color: #BF0000; color:#C3C5C4;}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
	z-index: 1;
	color: #BF0000;
}