﻿/*********************************************

Developed by: goIDP.com - Internet Design and Publishing
Developers: Chad Adams, Dean Manion
Copyright: 2009

********************************************/
#nav {
	margin-left: 44px !important;
	white-space: nowrap;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.7em;
	font-weight: bold;
	width: 958px;
	white-space: nowrap;
    height: 37px;
}
#nav li {
	background: url(../Images/background-nav.jpg) repeat-x;
	list-style: none;
	float: left;
	display: block;
	white-space: nowrap;
    height: 37px;
}
#nav ul li a {
	display: block;
	padding: 12px 26px;
	text-decoration: none;
	color: #575757;
	text-shadow: 0px 1px 0px #fafafa;
	border-right: 1px solid #949494;
	white-space: nowrap;
}
li.endomanger a, li.endomanger {
	border-right: none !important;
	padding: 0px !important;
	margin: 0px !important;
}
li a:hover {
	background: #FFCC33 !important;
}
li.endomanger a:hover {
	background: url(../Images/background-nav.jpg) repeat-x !important;
}
div.productsSub {
	display: none;
	position: absolute;
	width: 200px;
}
div.productsSub ul {
	width: auto !Important;
	background-image: none;
}
li:hover div.productsSub {
	display: block;
	position: absolute;
	z-index: 5000;
	background-image: none;
	background-color: #dcdcdc;
}
li:hover div.productsSub li {
	float: none !Important;
}
div.productsSub li a {
	font-size: 12px !important;
	border-right: none !important;
	padding: 4px 20px !important;
}
div.productsSub li {
	background-image: none !important;
}

