#styleone{
	background: #f00 url(/img/bg_nav.gif) center center repeat-x;
	width:100%;
	border-top: 1px solid #ffc7c7;
	border-bottom: 1px solid #920000;
}
#styleone ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.2em;
	font-weight: bold;
}
#styleone ul li{
	float:left;
	margin:0;
	padding:0;
	background-image:none;
	line-height:normal;
	text-indent:0;
}
#styleone ul li a{
	display:block;
	padding:6px 15px;
	margin: 0;
	color:#fff;
	text-decoration:none;
	white-space:nowrap;
}
#styleone ul li a:hover,
#styleone ul li a.current{
	background: #cc0000 url(/img/bg_nav_current.gif) center center repeat-x;
}



#styletwowrapper{
	padding-top: 18px;
	background: url(/img/bg_nav_bottom_shadow.gif) top repeat-x;
}
#styletwo{
	background: url(/img/bg_nav_bottom.gif) top repeat-x;
	width:100%;
	border-top: 1px solid #fff;
}
#styletwo ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:1.2em;
	font-weight: bold;
}
#styletwo ul li{
	float:left;
	margin:0;
	padding:0;
	background-image:none;
	line-height:normal;
	text-indent:0;
}
#styletwo ul li a{
	display:block;
	padding:6px 15px;
	margin: 0;
	color:#f00;
	text-decoration:none;
	white-space:nowrap;
}
#styletwo ul li a:hover{
	color: #a50000;
}