﻿/* Chrome CSS Drop Down Menu- © Dynamic Drive DHTML code library (www.dynamicdrive.com)*/

.chromestyle{
	width:99%;	
}
: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 {height:20px;
	background: url('../images/separator_03.gif') no-repeat right 50%;
	color: red;
	padding: 4px 20px 0 10px;
	margin: 0;
	text-decoration: none;
}

.a{height:15px;
	color: orange;
	padding: 4px 20px 0 10px;
	margin: 0;
	text-decoration: none;
}


.chromestyle ul li a:active     { color: #666666; font-size:12pt; text-decoration:none; font-weight:bold }
.chromestyle ul li a:hover      { color: #666666; font-size:12pt; text-decoration:none; font-weight:bold }
.chromestyle ul li a:link       { color: #666666; font-size:12pt; text-decoration:none; font-weight:bold }
.chromestyle ul li a:visited    { color: #666666; font-size:12pt; text-decoration:none; font-weight:bold }


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	border-width: 1px;
	border-color: #B5D67B;
	position: absolute;
	top: 0;
	font-size: 100%;
	line-height: 22px;
	z-index: 100;
	width: 200px;
	visibility: hidden;
	background-color: #E4F0D0;
	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: #808080;
	background-repeat: repeat-x;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#404040 ; color: #FFC8CB;font-size:10pt; font-weight:bold

}