#menu
{
	float: left;
	width: 100%;
	color: #880081;
	font-size: 10pt;
	font-weight: bold;
	position: relative;
	z-index: 600;
background: #FFFFFF;
}
#menu ul
{
	color: #880081;
	font-size: 10pt;
	font-weight: bold;
list-style: none;
margin: 0;
padding: 0;
background: #FFFFFF;
}
#menu ul li
{
	float: left;
	color: #880081;
	font-size: 12pt;
	font-weight: bold;
}
#menu ul li ul li
{
	float: none;
	color: #880081;
	font-size: 12pt;
	font-weight: bold;
}
#menu ul ul
{
	color: #880081;
	font-size: 12pt;
	font-weight: bold;
	position: absolute;
	z-index: 500;
display: none;
display: none;
}
#menu ul li:hover > ul
{
	color: #16F016;
	font-size: 12pt;
	font-weight: bold;
display: block;
}
#menu li
{
	color: #880081;
	font-size: 12pt;
	font-weight: bold;
	position: relative;
}
#menu ul li ul
{
	width: 150px;
	color: #880081;
	font-size: 12pt;
	font-weight: bold;
}
#menu ul ul ul
{
	color: #880081;
	font-size: 12pt;
	font-weight: bold;
	left: 100%;
	top: 0;
}
#menu a
{
	border-left-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-width: 3px;
	border-right-width: 3px;
	color: #880081;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
font: 12px Verdana;
display: block;
border-right-style: solid;
border-left-style: solid;
padding: 0;
background: #FFFFFF;
}
#menu ul li ul li a
{
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	color: #880081;
	font-weight: bold;
	line-height: 12pt;
}
#menu a.main_menu
{
	margin-left: 5pt;
	margin-right: 5pt;
	color: #880081;
	font-size: 10pt;
	font-weight: bold;
background: #FFFFFF;
}
#menu a.main_current
{
	margin-bottom: 0pt;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top: 0;
	color: #880081;
	font-size: 10pt;
	font-weight: bold;
background: #FFFFFF;}
#menu a.current
{
	color: #16F016;
background: #FFFFFF;
}
#menu a:hover
{
	color: #16F016;
background: #ffffff;
cursor: pointer;
}
#menu a.main_menu:hover
{
	margin-left: 5pt;
	margin-right: 5pt;
	color: #16F016;
	font-size: 10pt;
	font-weight: bold;
background: #ffffff;
cursor: pointer;
}

