.navsys ul{
	padding:0px;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	font-family: arial;
	font-size: 11px;
	color: #666666;
}

.navsys ul li{
	list-style: none;
	display:inline;
	color: #333333;
	text-decoration: none;
}

.navsys ul li a{
	padding: 4px 8px;
	text-decoration: none;
	float: left;
	color: #666666;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.navsys ul li a:hover{
	background-color: #2AC6E4;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #2AC6E4;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
