﻿/* 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{width: 100%;
text-align: left; margin-left:0px; margin-right:0; margin-top:0; margin-bottom:0; padding-left:0; padding-right:0; padding-top:4px; padding-bottom:4px
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{height:30px;
	/*background: url('../images/separator_03.gif') no-repeat right 50%;)*/
	color: #FFFFFF;
	margin: 0;
	text-decoration: none; font-size:10pt; font-weight:bold; padding-left:10px; padding-right:20px; padding-top:4px; padding-bottom:0
}

.chromestyle ul li a:hover{color:#CDCEE0;}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	border-left:1px solid #FFFFFF; border-right:1px solid #FFFFFF; border-bottom:1px solid #FFFFFF; position: absolute;
	top: 0;
	font-size:12pt; 
	line-height: 22px;
	z-index: 100;
	width: 280px;
	visibility: hidden;
	background-color: #65698F;
	text-decoration: none; 
	font-size:10pt; 
	font-weight:bold; text-align:left; border-top-color:#FFFFFF; border-top-width:1px 
	
}


.dropmenudiv a{
	width: auto;
	height: auto;
	display: block;
	text-indent: 3px; 
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
	background-repeat: repeat-x;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
font-size:20pt;
height: 10px;
display: block;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFFFF; color:#65698F;

}