#siteNav, #siteNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 159px;
}

#siteNav li { /* all list items */
	position : relative;
	float : left;
	width: 159px;
}

#siteNav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left: 159px;
	margin-top: -20px;

}

#siteNav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#siteNav li a {
	width: 159px;
	height: 20;
	display : block;
	padding-top: 3px;
	padding-bottom: 3px;
}

#siteNav li a:hover {
}

.parentItem {
	background-repeat: no-repeat;
	background-position: right;
	width: 159px;
}

a.mainmenutext {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #D6D6D4;
}
a.mainmenutext:hover {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #8E8D8C;
}
a.mainmenutextOver {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #8E8D8C;
}
a.mainmenutextOver:hover {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #8E8D8C;
}

a.submenutext {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #D6D6D4;
}
a.submenutext:hover {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #8E8D8C;
}
a.submenutextOver {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #8E8D8C;
}
a.submenutextOver:hover {
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #8E8D8C;
}
