﻿#styletwo{
	position: relative;
	display: block;
	height: 35px;
	font-size: 14px;
	font-weight: 400;
	background: url('images/bgOFF.gif') repeat-x left top;
	top: 6px;
	left: -1px;
	font-family: Arial;
	text-decoration: underline;
}
#styletwo ul{margin:0;padding:0;list-style-type:none;width:auto;}
#styletwo ul li{display:block;float:left;margin:0 1px 0 0;}
#styletwo ul li a{
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 6px 12px 0px 12px;
	height: 17px;
	
}
#styletwo ul li a:hover,#styletwo ul li a.current{color:#fff;background:transparent url("images/bgON.gif") repeat-x top left;}



