/* CSS Document */

#styleone{
	position:relative;
	display:block;
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 12px;
	margin-top:105px;
	margin-left:7px;
}
#styleone ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#styleone ul li{
	display:block;
	float:left;0 1px 0 0;
	border-top-width: 1px;
	border-top-style:solid;
	border-top-color:#CFB3B3 ;
	border-right-width: 1px;
	border-right-style:solid;
	border-right-color:#CFB3B3 ;
}
#styleone ul li a{
	display:block;
	float:left;
	color:#021E04;
	text-decoration:none;
	padding:4px 10px 0 10px;
	height:22px;
	background:transparent url(../images/nav_over.gif) no-repeat top right;
}
#styleone ul li a:hover,#styleone ul li a.current{
	color:#FFFFFF;
	background-color: #830F10;
	background:transparent url(../images/nav_over2.gif) no-repeat top right;
}