/* Menu 3 CSS */

#menu
{
	float: left;
	text-align: left;
	margin: 10px 0 0 8px;
	cpadding: 0;
	width: 218px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9pt;
	z-index: 100;
}

#menutop
{
	background: url("/images/site/menutop.png") no-repeat white;
	height: 19px;
}

#menuitems
{
	background: url("/images/site/menubg.png") repeat-y white;
}

#menubottom
{
	background: url("/images/site/menubottom.png") no-repeat white;
	height: 20px;
}

.mainmenu, .mainmenuc
{
	color: #44088e;
	background-color: #edc6f4;
	height: 16px;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 0 0 8px;
	cursor: pointer;
	margin: 0 20px;
	border-top: 1px solid #f58ff4;
	border-bottom: 1px solid #09040a;
}

.mainmenu a, .mainmenuc a, .submenu a
{
	text-decoration: none;
	color: #44088e;
}

.mainmenu:hover, .mainmenuc:hover
{
	text-decoration: none;
	color: #ffffff;
	background-color: #6b05a5;
}

.submenu a:hover, .submenuc a:hover
{
	text-decoration: none;
	color: black;
}

.submenu, .submenuc
{
	font-size: 7pt;
	font-weight: bold;
	margin-left: 12px;
	padding: 2px 0 0 12px;
	color: #000000;
	cursor: pointer;
	cursor: hand;
	width: 160px;
	height: 14px;
	margin: 0 22px;
	border-bottom: 1px solid #224d0b;
}

.submenu
{
	background-color: #c6f870;
}

.submenuc
{
	background-color: #fbf945;
}

.submenu a, .submenu a:visited
{
	text-decoration: none;
	color: #000000;
}

.submenuc a, .submenuc a:visited
{
	text-decoration: none;
	color: #000000;
}

.submenu a:hover, .submenuc a:hover
{
	text-decoration: none;
	color: #fdfb2f;
	background-color: #134d0b;
}

