﻿#nav {
	clear: both;
	float: right;
	height: 25px;
	margin: -136px 26px 0px 0px;
}

#nav img {
	border: none;
}
#nav ul {
	float: left;
	height: 25px;
	list-style: none;
}

#nav li {
	float: left;
}

#nav .displayNone {
	display: none;
}


#nav ul a {
	display: block;
	text-decoration: none;
	height: 25px;
}

#nav ul a#home {
	background: url('../images/home.jpg') no-repeat;
	width: 64px;
}

#nav ul a#home:hover{
	background: url('../images/homeRoll.jpg') no-repeat;
}

#nav ul a#solutionsServices{
	background: url('../images/solutionService.jpg') no-repeat;
	width: 223px;
}

#nav ul a#solutionsServices:hover{
	background: url('../images/solutionServiceRoll.jpg') no-repeat;
}

#nav ul a#quote{
	background: url('../images/quote.jpg') no-repeat;
	width: 131px;
}

#nav ul a#quote:hover{
	background: url('../images/quoteRoll.jpg') no-repeat;
}

#nav ul a#contact{
	background: url('../images/contactUs.jpg') no-repeat;
	width: 109px;
}

#nav ul a#contact:hover{
	background: url('../images/contactUsRoll.jpg') no-repeat;
}


body#simple #nav{
	font-size: .9em;
	margin: -115px 26px 0px 0px;
	text-align: right;
}

body#simple #nav h1{
	margin-bottom: 0px;
}