
/* Drop Down Menu style sheet */

/* ######### Nav Bar ######### */
.ddNavMenu {
	margin: 0;
	padding: 0;
}
.ddNavMenu ul {
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.ddNavMenu ul li {
	float: left;
	display: inline;
	margin: 0 0 0 5px;
	padding: 0 8px;
	height: 35px;
	text-align: center;
	font: 14px Futura, Spartan, Univers, Metro, "Avant Garde", "Century Gothic", Verdana, sans-serif;
	background: url(gsSiteImages/nav/navBtnBg.gif);
}
.ddNavMenu ul li a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.ddNavMenu ul li a:hover {
	margin: 0;
	padding: 0;
	text-decoration: none;
	/*background: url(chromebg-over.gif) center center repeat-x; */
}
.ddNavMenu ul li a:visited {
	color:  #efc031;
}
.ddNavMenu:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/* ######### Drop Down Menus ######### */

.dropmenudiv {
	position: absolute;
	font: normal 11px Verdana, sans-serif;
	z-index: 100;
	background-color: #4f93c5;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
}
.dropmenudiv a {
	width: auto;
	display: block;
	padding: 6px 5px;
	color: #efc031;
	text-decoration: none;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: #7c1b17;
	text-decoration: none;
}
.dropmenudiv a:visited {
	color:  #efc031;
}
.indent {
	padding-left: 5px;
}

