#topmenu {
	background-image: url(images/nav-bck.gif);
	background-repeat: repeat-x;
	height: 32px;
	width: 800px;
	padding-top: 15px;
	float: right;
}
.menutabs{
	height: 32px;

}
.menutabs  ul{
	margin-left: 0;
	margin-bottom: 0;
	list-style-type: none;
	display: block;
	padding-right: 0;
	padding-left: 0;
	color: #FFFFFF;
	height: 32px;
	margin-top: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.menutabs     ul  li{
	margin: 0;
	display: inline;
}
.menutabs  li  a{
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	vertical-align: bottom;
	padding-top: 7px;
	height: 25px;
	width: 113px;
}
.menutabs  li  a:hover{
	text-decoration: none;
	color: #484435;
	background-image: url(images/nav-over.jpg);
	background-repeat: no-repeat;
}
.menutabs  li.selected{
	color: #FFFFFF;
}
.menutabs  li.selected  a{ /*selected main tab style */
	background-image: url(images/nav-over.jpg);
	background-repeat: no-repeat;
	color: #484435;
}
.menutabs  li.selected  a:hover{ /*selected main tab style */
	text-decoration: none;
	color: #484435;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
	position:absolute;
	top: 0;
	line-height:16px;
	z-index:100;
	width: 164px;
	visibility: hidden;
	background-image: url(images/dd-bck.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 25px;
	margin-top: -1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #484435;
	padding-left: 20px;
}


.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 2px 0;
	text-decoration: none;
	color: #484435;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
	color: #FFFFFF;
}


* html .dropmenudiv_b a{ /*IE only hack*/
	width: 100%;
}
