@charset "UTF-8";
/* CSS Document */

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

.dropdown{
	position:absolute;
	top: 10px;
	border: 3px solid #c6c1a7; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	z-index:100;
	width: 150px;
	visibility: hidden;
	background-color: #ebe8d9;
	font-weight: bold;
}

.dropdown a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #c6c1a7; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	text-decoration: none;
	color: #005030;
	z-index: 100;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}

* html .dropdown a{ /*IE only hack*/
width: 100%;
}

.dropdown a:hover{ /*THEME CHANGE HERE*/
	background-color: #c6c1a7;
	color: #005030;
}

.dropdown li.selected a{ /*selected main tab style */
	background-image: url(images/nav-hover-background.jpg); /*THEME CHANGE HERE*/
}
