﻿.chromestyle {
	margin: 0px;
	font-size: 12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;

	text-transform: uppercase;
	letter-spacing: 1px;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
	background: #ECEBE7; /*THEME CHANGE HERE*/
	color: #0095D5;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position: absolute;
	width: 130px;
	top: -1px;
	border: 1px solid #879bb0; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	z-index: 100;
	background-color: #FFFFFF;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
	width: 100%;
	display: block;
    border-bottom: 1px solid #9FA1A2;
	font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
	text-indent: 10px;
	padding: 7Px 0px;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a, .dropmenudiv a:visited {
	color: #6993A4;
}

.dropmenudiv a:hover{
	background: #466a8e;
	color: #FFF;
}
