/* ###### Main Menu ###### */

.mainmenu{
	background-color:#fff;
	float:left;
	margin:0px;
	padding: 0px;
	voice-family: "\"}\"";
	voice-family: inherit;
}

.mainmenu ul{
	margin:0px;
	padding: 0px;
	list-style: none;
}

.mainmenu li{
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.mainmenu a{
	float: left;
	display: block;
	font-size:13px;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 2px 0px 0px; /*Margin between each menu item*/
	padding: 6px 60px 6px 7px;
	background: #000 url(../images/arrow.gif) no-repeat scroll right 5px;
}

.mainmenu a:hover{
	color: #F89E59;
	background: #000 url(../images/arrow_over.gif) no-repeat scroll right 5px;
}

.mainmenu #current a{ /*currently selected tab*/
	background-color: #000; /*Brown color theme*/ 
	color: #ffffff;
	margin-right:0px;
}

.mainmenu .litem a{ /*last item selected tab*/
	margin-right:0px;
}
.mainmenu .selected a, #ddcolortabs .selected a{ /*currently selected tab*/
	background: #000 url(../images/arrow_over.gif) no-repeat scroll right 5px;
	color:#F89E59;
	}

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

.dropmenudiv_a{
	position:absolute;
	top: 0px;
	border: 1px solid black; /*THEME CHANGE HERE*/
	/*border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	background-color: #000;
	width: 170px;
	visibility: hidden;
	}

.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 7px;
	border-bottom: 1px solid #92C0B3; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color:#ffffff;
	}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	color: #fff;
	background-color:#006E51;
	}