#main-nav {
	background-image: url(images/main-nav-bg.gif);
	background-repeat: no-repeat;
	height: 33px;
	padding-top: 10px;
	padding-left: 15px;

}
#main-nav ul {
	list-style: none;
	margin: 0;
	width: 8.7em;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#main-nav h2 {
	color: #999999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main-nav a, #main-nav h2 {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

#main-nav a {
text-decoration: none;
}

#main-nav a:hover {
}
#main-nav h2 a {
	color: #545454;
}
#main-nav h2 a:hover {
	color: #880201;
}

#main-nav li {position: relative;}

#main-nav ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
#main-nav ul ul {
	position: absolute;
	z-index: 500;
	background-color: #dddddd;
	width: 15em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
}
#main-nav ul ul a {
	color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
}
#main-nav ul ul a:hover {
	background-color: #6BC206;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

div#main-nav ul ul,
div#main-nav ul li:hover ul ul,
div#main-nav ul ul li:hover ul ul
{display: none;}

div#main-nav ul li:hover ul,
div#main-nav ul ul li:hover ul,
div#main-nav ul ul ul li:hover ul
{display: block;}

