/*-------------Datacove Logo----------------*/
.datacove-logo {
	width:200px;
	float:left;
}
.nav-sub {
	padding-top:10px;
	float:right;
	overflow:hidden;
}
.nav-sub ul li {
	float: left;
	list-style-type: none;
	display:inline;
	margin:0px;
}
.nav-sub ul {
	list-style-type: none;
	margin:0px;
}
.nav-sub ul li a {
	float: left;
	list-style-type: none;
	display:block;
	font:13px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-left:30px;
	color:#000000;
	text-shadow:0 1px 0 #FFFFFF;
	
}

.nav-sub ul li a:visited {
	float: left;
	list-style-type: none;
	display:block;
	font:13px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-left:30px;
	color:#000000;
	text-shadow:0 1px 0 #FFFFFF;

}
.nav-sub ul li a:hover {
	float: left;
	list-style-type: none;
	display:block;
	font:13px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin-left:30px;
	color:#0088cc;
	text-decoration:none;
	text-shadow:0 1px 0 #FFFFFF;

}
.getquote a {
	background-image: url(images/getquote.png);
	height: 24px;
	width:88px;
	background-repeat: no-repeat;
	background-position: left top;
	display:block
}
.getquote a:hover {
	background-image: url(images/getquote.png);
	height: 24px;
	width:88px;
	background-repeat: no-repeat;
	background-position: left -25px;
	display:block;
	
}
