ul.nav {
	list-style: none;
	display: block;
	width: 230px;
	position: relative;
	top: 0px;
	left: 75px;
	-webkit-background-size: 50% 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	right: 0px;
	clip: rect(auto,0px,auto,auto);
	background-image: url(images/shad2.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
}

li {
	margin: 8px 0 0 0;
}

ul.nav li a {
	-webkit-transition: all 0.3s ease-out;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	width: 230px;
	display: block;
	text-decoration: none;
	-webkit-box-shadow: 2px 2px 4px #888;
	color: #3399cc;
	font-family: "Century Gothic";
	font-size: 16px;
	text-transform: uppercase;
	background-color: #ebebeb;
	background-image: url(../images/borderen.png);
	background-repeat: no-repeat;
	padding-top: 7px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
	font-weight: bold;
}


ul.nav li a:hover {
	color: #3399cc;
	padding: 7px 15px 7px 30px;
	background-color: #E8EAEA;
	background-repeat: no-repeat;
	font-weight: bold;
	text-transform: uppercase;
}
#Container #srvcbanner #srvcsbanner tr td .nav #c4d a {
	background-color: #116da6;
	width: 230px;
	font-family: "Century Gothic";
	color: #FFF;
	font-size: 16px;
}
#Container #srvcbanner #srvcsbanner tr td .nav #c4d {
	font-family: "Century Gothic";
	font-size: 16px;
	color: #FFF;
}
