/*
The following is for the main navigation
*/

#nav, #nav ul { /* all lists */
	float : left;
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 5px;
	width: 120px;
	font-size: 12px;
	text-align: center;
}
#nav { /* all lists */
	padding-top: 10px;
	height: auto;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	padding: 5px 0 0 0;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 107px;
}
#nav li ul li { /* all list items */
	padding: 0 0 0 5px;
	background-color: #567EB9;
	border: 0.1em #FFFFFF solid;
/*
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
*/
}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 5em;
	margin-top : -2em;
}

#nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#nav li a {
	display : block;
	width: 120px;
	padding : 0 0 0 0;
	line-height: 25px;
	color: #FFFFFF; 
	background: url(images/navigation/button-up.gif) no-repeat;
	background-position: 5px 50%;
	text-decoration: none; 
}
#nav li a:hover {
	color: #FFFFFF; 
	background: url(images/navigation/button-over.gif) no-repeat;
	background-position: 5px 50%;
	text-decoration: none; 
}

#nav li ul li a {
	display : block;
	width: 10em;
	w\idth : 10em;
	color: #FFFFFF;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
	padding-left: 0px;
	background: none;
	background-position: 0px 0%;
}
#nav li ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background: none;
	background-position: 0px 0%;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	width: 21em;
}

#nav a.active {
	color: #FFFFFF; 
	background: url(images/navigation/button-down.gif) no-repeat;
	background-position: 5px 50%;
}

#content {
	margin-left : 12em;
}


/* Independant nav buttons on navbar */
#nav-quote {
	position: relative;
	float: left;
	top: 20px;
	left: 0;
	padding-left: 8px;
	width: 110px;
	height: auto;
	font-size: 14px;
	text-align: left;
}
#nav-quote a {
	position: relative;
	display: block;
	width: 110px;
	line-height: 30px;
	min-height: 30px;
	text-decoration: none;
}
#nav-quote a {
	color: #0E0D58;
	padding-left: 40px;
	background: url(images/navigation/get-quote.gif) no-repeat;
	background-position: 5px 50%;
	text-decoration: none; 
}
#nav-quote a:visited  {
	color: #0E0D58; 
	background-position: 5px 50%;
	text-decoration: none; 
}
#nav-quote a:hover{
	color: #0E0D58; 
	background-position: 5px 50%;
	text-decoration: underline; 
}

#nav-email {
	position: relative;
	float: left;
	top: 30px;
	left: 0;
	padding-left: 8px;
	width: 110px;
	height: auto;
	font-size: 14px;
	text-align: left;
}
#nav-email a {
	display: block;
	width: 110px;
	line-height: 30px;
	min-height: 30px;
	text-decoration: none;
}
#nav-email a {
	color: #0E0D58;
	padding-left: 40px;
	background: url(images/navigation/email.gif) no-repeat;
	background-position: 5px 50%;
	text-decoration: none; 
}
#nav-email a:visited  {
	color: #0E0D58; 
	background-position: 5px 50%;
	text-decoration: none; 
}
#nav-email a:hover{
	color: #0E0D58; 
	background-position: 5px 50%;
	text-decoration: underline; 
}

#nav-callback {
	position: relative;
	float: left;
	top: 40px;
	left: 0;
	padding-left: 8px;
	width: 110px;
	height: auto;
	font-size: 14px;
	text-align: left;
}
#nav-callback a {
	display: block;
	width: 110px;
	line-height: 30px;
	min-height: 30px;
	text-decoration: none;
}
#nav-callback a {
	color: #0E0D58;
	padding-left: 40px;
	background: url(images/navigation/callback.gif) no-repeat;
	background-position: 5px 50%;
	text-decoration: none; 
}
#nav-callback a:visited  {
	color: #0E0D58; 
	background-position: 5px 50%;
	text-decoration: none; 
}
#nav-callback a:hover{
	color: #0E0D58; 
	background-position: 5px 50%;
	text-decoration: underline; 
}
