﻿/* Chrome CSS Drop Down Menu- © Dynamic Drive DHTML code library (www.dynamicdrive.com)*/
a:active     { color: #808080 ;text-decoration: none;font-size: 11px ;}
a:hover      { color: #FF0000 ;font-size: 11px ;}
a:link       { color: #808080 ;text-decoration: none;font-size: 11px ;}
a:visited    { color: #808080 ;text-decoration: none;font-size: 11px ;}

.chromestyle{
width: 100%;}

: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{
	background-position: right center; display: inline;
	height: 45px;
	border-left-color:#33346C; border-left-width:1px; border-top-color:#33346C; border-top-width:1px; border-bottom-color:#33346C; border-bottom-width:1px; 
	background-image:url('images/inbet ween.jpg'); background-repeat:no-repeat; vertical-align:middle
	
}
.chromestyle ul li a{
	height: 25px;
	color: #000000;
	margin: 0;
	text-decoration: none;
	font-size: 11px;font-family:sans-serif; text-transform:uppercase; 	font-weight:bold ;
	padding-left:5px; padding-right:20px; padding-top:4px; padding-bottom:5px; 
}

.chromestyle ul li a:hover{
	color:#000000; text-decoration:underline;
	font-size: 11px;font-family:sans-serif; text-transform:uppercase; 	font-weight:bold ;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	border-width: 1px;
	border-color: #666666;
	position: absolute;
	top: 0;
	font-size: 11px;
	line-height: 32px;
	z-index: 100;
	width: 290px;
	visibility: hidden;
	background-color: #FFFDF0;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-size: 11px;font-family:sans-serif; text-transform:uppercase; 	font-weight:bold ;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; 
	text-decoration: none;
	color: #000000;
	background-repeat: repeat-x; padding-left:0; padding-right:0; padding-top:2px; padding-bottom:2px;
	height: 22px;
	font-size: 11px;font-family:sans-serif; text-transform:uppercase; 	font-weight:bold ;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#000000; 
	font-size: 11px;
	background-color: #EAE8C2;
	font-size: 100%;font-family:sans-serif; text-transform:uppercase; 	font-weight:bold ;
}