.dropmenu
{
	margin: 0;
	padding: 0;
}
.dropmenu LI A
{
	text-decoration: none;
}
.dropmenu LI A, .dropmenu LI SPAN
{
	font-size: 22px;
	font-family: Calibri;
	text-transform: uppercase;
}
.dropmenu .toplevel
{
	color: #FFFFFF;
	background: url(../../../images/_mainMenuBG.jpg);
	padding-left: 35px;
	line-height: 35px;
	/*[empty]padding-bottom:;*/
}
.dropmenu .toplevel.hover
{
	text-decoration: none;
	font-weight: bold;
	color: #C8CBEC;
}
.dropmenu .toplevel.selected
{
	background-color: #666;
}
.dropmenu .toplevel.hover.selected
{
	background-color: #666;
}
.dropmenu .sublevel
{
	background-color: #564C54;
	width: 150px;
	margin: 0;
	font: 1em Calibri;
	text-align: center;
	padding-top: 1px;
	padding-bottom: 2px;
	color: #FFF;
}
.dropmenu .sublevel.hover
{
	color: #A4A2C9;
	font-weight: bold;
}
.dropmenu .sublevel.selected
{
	background-color: #666;
}
.dropmenu .sublevel.hover.selected
{
	background-color: #666;
}
