
#contentNav, #contentNav ul {
	float: left;
	width: 805px;
	list-style: none;
	line-height: 1;
	background: transparent;
	font-weight: bold;
	padding: 0;
        padding-left:140px;
	border: 0;
	margin: 4px 0 0 20px;
        font-family:verdana;

}

#contentNav a {
	display: block;

	color: #cccccc;
	text-decoration: none;
	padding: 0.15em 1em;
        font-family:verdana;
}




#contentNav a:hover {
	color:#ffffff;
}

#contentNav li {
	float: left;
	padding: 0;
	list-style-type: none;
}

#contentNav li a{
    font-size:100%;
    font-weight:bold;
}

#contentNav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15em;
	w\idth: 15em;
	font-weight:bold;
	border-width: 0.25em;
        border-color:black;
	margin: 0;
	padding:0;
        padding-bottom:1em;
	background: black;
 	z-index:1000;
}

#contentNav li li {
	padding-right: 1em;
        padding-top: 0.75em;
	width: 14em
        border-width:0;
	list-style-type: none;
}

#contentNav li ul a {
	width: 12em;
	w\idth: 12em;
	font-weight:bold;
}

#contentNav li ul ul {
	margin: -1.75em 0 0 10.5em;
}

#contentNav li:hover ul ul, #contentNav li:hover ul ul ul, #contentNav li.hover ul ul, #contentNav li.hover ul ul ul {
	left: -999em;
}

#contentNav li:hover ul, #contentNav li li:hover ul, #contentNav li li li:hover ul, #contentNav li.hover ul, #contentNav li li.hover ul, #contentNav li li li.hover ul {
	left: auto;
}

#contentNav li:hover, #contentNav li.hover {
	background: #555555;
}
