#stylefour{
	position:relative;
	display:block;
	font-size:11px;
	background:transparent url(bgOFF.gif) repeat-x top left;
	font-family:"Century Gothic";
	text-align: center;
	height: 35px;
	}
#menucase {
}

#stylefour ul{
	padding:0;
	list-style-type:none;
	width:auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	}

#stylefour ul li{
	display:block;
	float:left;
	margin:0;
	}

#stylefour ul li a{
	display:block;
	float:left;
	color:#666600;
	text-decoration:none;
	padding-top: 6px;
	padding-right: 20px;
	padding-left: 20px;
	height: 28px;
	background-color: transparent;
	background-image: url(bgDIVIDER.gif);
	background-repeat: no-repeat;
	background-position: right top;
	}

#stylefour ul li a:hover,#stylefour ul li a.current{
	color:#FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #CCCC99;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat;
	}
