/* ######### Styles for Main Menu Bar - Horizontal Drop Down Style Menu Bar ######### */
.ddcolortabsmm{
	padding: 0px;
	width: 1024px;
	background: transparent;
	margin: 0px;
}

.ddcolortabsmm ul{
	font-weight: normal;
	list-style:none;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-decoration: none;
	background-color: #EC0808;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	line-height: 12px;
}

.ddcolortabsmm li{
	display:inline;
	text-transform:uppercase;
	text-align: center;
	vertical-align: middle;
	width:113px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.linolink {
	color: #000;
	text-decoration:none;
	background-color: #EC0808;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 12px;
	padding-left: 12px;
}

.ddcolortabsmm a{
	color: #000;
	text-decoration:none;
	background-color: #EC0808;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:12px;
	padding-right:12px;
}

.ddcolortabsmm a span{
	float:left;
	display: inline-block;
}

.ddcolortabsmm a:focus{
	border:none;	
}

.ddcolortabsmm a:hover{
	background-color: #484A48;
	color: #FFF;
}

.ddcolortabsmm a:hover span{
	background-color: #484A48;
	color: #FFF;
}

.ddcolortabsmmline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 8px;
	color: #000;
	background-color: #EC0808;/* border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudivmm_a{
	position:absolute;
	top: 0;
	border: 1px solid black; /*THEME CHANGE HERE*/
	border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsmmline above*/
	border-bottom-width: 0;
	line-height:16px;
	z-index:100;
	width: 180px;
	visibility: hidden;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-align: left;
	text-decoration: none;
}

.dropmenudivmm_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	color: #000;
	background-color: #EC0808;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 2px;
	padding-bottom: 2px;
}

* html .dropmenudivmm_a a{ /*IE only hack*/
width: 100%;
height: 98%;
}

.dropmenudivmm_a a:hover{ /*THEME CHANGE HERE*/
	background-color: #484A48;
	color: #FFF;
}

/* ######### Style for mainDiv around whole page ######### */
#mainDiv1 {
	z-index:-200;
}

/* ######### Style for color of tab for current page ######### */
.onpagemm a{
	color: #000;
	background-color:#08EC13;
	text-decoration:none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:12px;
	padding-right:12px;
}

.onpagemm a:hover{
	color: #000;
	background-color:#08EC13;
	text-decoration:none;
}