#navsetmain {
	padding-top: 0px;
	padding-left: 0px;
	text-align: left;
	left: 0px;
	top: 0px;
	padding-bottom: 15px;
}

#navsetmain ul{
	margin: 0px;
	padding: 0px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#navsetmain ul li{
	display: block;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	background-image: none;
	margin: 0px;
	padding: 0px;
}

#navsetmain ul li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #1C49FD;
	padding-right: 3px;
	padding-left: 20px;
	text-decoration: none;
	height: 24px;
	line-height: 24px;
}

#navsetmain ul li a.selected  {
	background-image: url(/themes/original/images/navActive.jpg);
	background-repeat: repeat-y;
	color: #FFFFFF;
}
#navsetmain ul li a:hover  {
	background-image: url(/themes/original/images/navHover.jpg);
	background-repeat: repeat-y;
	color: #000000;
}
