﻿/* Chrome CSS Drop Down Menu- © Dynamic Drive DHTML code library (www.dynamicdrive.com)*/
/* menu font normal #000000*/
/* menu font mouseover #01686F*/
/* menu font dropdown #FBA72D*/
/* menu font dropdown mouseover #FED083   */
/* menu font normal #000000   */
.chromestyle{
	width:100%;	
}
:after.chromestyle{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
margin:0;
}

.chromestyle ul{margin:0;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{height:20px;
	/*background: url('../images/separator_03.gif') no-repeat right 50%;)*/
	color: #E77D24;
	margin: 0;
	text-decoration: none; font-size:12pt; font-weight:bold; padding-left:10px; padding-right:20px; padding-top:4px; padding-bottom:0
}

.chromestyle ul li a:hover{color:#000080;
	
}

/* ######### 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: #505050;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


.dropmenudiv a{
	width: auto;
	height: auto;
	display: block;
	text-indent: 3px; 
	padding: 2px 0;
	text-decoration: none;
	color: #E77D24;
	background-repeat: repeat-x;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font-size:20pt;
height: 12px;
display: block;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FED083; color:#000000;
background-colour: #FED083; color:#000000;
}