/* Menu CSS */

#mainNav {
	position: relative;
	right: auto;
	width: 465px;
	height: 21px;
	background: url(../img/menuMain.jpg) no-repeat;
	top: 87px;
	left: 275px;
	}

#mainNav li {
	position: absolute;
	list-style: none;
	}

#mainNav li, #mainNav a	{
	height: 21px;
	display: block;
	}

#mainNav span {
	display: none;
	}

#menuOne {
	top: 0px;
	left: 0px;
	width: 82px;
	}

#menuTwo {
	top: 0px;
	left: 120px;
	width: 73px;
	}

#menuThree {
	top: 0px;
	left: 220px;
	width: 99px;
	}

#menuFour {
	top: 0px;
	left: 347px;
	width: 128px;
	}

#menuOne a:hover	{background: transparent url(../img/menuMain.jpg) -0px -21px no-repeat;}

.showServices {background: url(../img/menuServices.jpg) no-repeat;}

#menuTwo a:hover	{background: transparent url(../img/menuMain.jpg) -120px -21px no-repeat;}

.showContact {background: url(../img/menuContact.jpg) no-repeat;}

#menuThree a:hover	{background: transparent url(../img/menuMain.jpg) -220px -21px no-repeat;}

.showPolicies {background: url(../img/menuPolicies.jpg) no-repeat;}

#menuFour a:hover	{background: transparent url(../img/menuMain.jpg) -347px -21px no-repeat;}

.showNews {background: url(../img/menuNews.jpg) no-repeat;}

#subNav {
	text-align: right;
	margin-top: 30px;
	}

#subNav li, #subNav a	{
	height: 21px;
	display: inline;
	text-decoration: none;
	}

#subNav li {
	padding-left: 10px;
	}
