@charset "UTF-8";
/* CSS Document */


.logoMenu a {
	display: block;
	width: 191px;
	list-style-type: none;
	height: 79px;
	float: left;
	background-image: url(./images/logo.jpg);
	margin-top: 55px;
	margin-left: 110px;
}


.headermenuitems {
	height: 105px;
	width: 743px;
	float: left;
	padding-top: 21px;
	text-align: left;
}



.getstartedMenu a {
	display: block;
	width: 179px;
	list-style-type: none;
	height: 45px;
	float: right;
	margin-top: 40px;
	margin-right: 90px;
}
.getstartedMenu a:link, .getstartedMenu a:visited {
	background-image: url(./images/getstarted.png);
}
.getstartedMenu a:hover, .getstartedMenu a:active {
	background-position: 50% -45px;
}

.getstartedMenu3 a {
	display: block;
	width: 179px;
	list-style-type: none;
	height: 45px;
	margin-top: 10px;	
}
.getstartedMenu3 a:link, .getstartedMenu3 a:visited {
	background-image: url(./images/getstarted.png);
}
.getstartedMenu3 a:hover, .getstartedMenu3 a:active {
	background-position: 50% -45px;
}



.getstartedMenu2 a {
	display: block;
	width: 346px;
	list-style-type: none;
	height: 141px;
	float: left;
	margin: 10px 0 0 50px;
}
.getstartedMenu2 a:link, .getstartedMenu2 a:visited {
	background-image: url(./images/call_now.png);
}

.homeMenu a {
	display: block;
	width: 148px;
	list-style-type: none;
	height: 100px;
	float: left;
}
.homeMenu a:link, .homeMenu a:visited {
	background-image: url(./images/nav/home.jpg);
}
.homeMenu a:hover, .homeMenu a:active {
	background-position: 50% -100px;
}




.factsMenu a {
	display: block;
	width: 231px;
	list-style-type: none;
	height: 100px;
	float: left;
}
.factsMenu a:link, .factsMenu a:visited {
	background-image: url(./images/nav/facts.jpg);
}
.factsMenu a:hover, .factsMenu a:active {
	background-position: 50% -100px;
}



.gettingstartedMenu a {
	display: block;
	width: 213px;
	list-style-type: none;
	height: 100px;
	float: left;
}
.gettingstartedMenu a:link, .gettingstartedMenu a:visited {
	background-image: url(./images/nav/gettingstarted.jpg);
}
.gettingstartedMenu a:hover, .gettingstartedMenu a:active {
	background-position: 50% -100px;
}




.contactMenu a {
	display: block;
	width: 177px;
	list-style-type: none;
	height: 100px;
	float: left;
}
.contactMenu a:link, .contactMenu a:visited {
	background-image: url(./images/nav/contact.jpg);
}
.contactMenu a:hover, .contactMenu a:active {
	background-position: 50% -100px;
}




.yourrightsMenu a {
	display: block;
	width: 190px;
	list-style-type: none;
	height: 100px;
	float: left;
}
.yourrightsMenu a:link, .yourrightsMenu a:visited {
	background-image: url(./images/nav/yourrights.jpg);
}
.yourrightsMenu a:hover, .yourrightsMenu a:active {
	background-position: 50% -100px;
}








.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	
	z-index: 100;
	position: relative;
	float: left;
}
.nav li {

}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
 
}

.nav li a:hover {
  

}
#nav-one li:hover a, 
#nav-one li.sfHover a {
  
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
 	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  
}

.nav ul {
	background: url(./images/nav/dropdown.png) no-repeat;
	list-style: none;
	margin: 0;
	width: 438px;
	position: absolute;
	top: -999em;
	left: -390px;
	float: left;
	padding-left: 330px;
}
.nav li:hover ul,
.nav li.sfHover ul {
  top: 44px;
}
.nav ul li {
  
}
.nav ul a {
	border-bottom: 0;
	padding-right: 20px;
	white-space: nowrap;
	float: left;
	padding-top: 8px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right: 1px;
	border-left: 1px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	text-decoration: none;
}
.nav ul a:hover {
	color: #000;
	text-decoration: underline;
}



.rightsubnav a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: block;
	float: left;
	height: 25px;
	width: 175px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	text-decoration: none;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 7px;
}

.rightsubnav a:hover {
	background-color: #FFFFFF;	
}

