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

.ddcolortabslm 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: #ECC908;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: center;
	line-height: 12px;
}

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

.ddcolortabslm a{
	color: #000;
	text-decoration:none;
	background-color: #ECC908;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 18px;
	padding-left: 18px;
}

.ddcolortabslm a span{
	float:left;
	display:block;
}

.ddcolortabslm a:focus{
	border:none;	
}

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

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

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

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

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

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

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

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

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

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