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

.mainmenu, .mainmenuc
{
	color: #e8f95b;
	height: 16px;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 0 0 8px;
	cursor: pointer;
	margin: 0 0 0 33px;
	border-top: 1px solid #838383;
	border-bottom: 1px solid #ad0043;
	text-align: left;
}

.mainmenu
{
	background-color: #ad0043;
}

.mainmenuc
{
	background-color: #c23253;
}

.mainmenu a, .submenu a
{
	text-decoration: none;
	color: #e8f95b;
}

.mainmenu:hover, .mainmenuc:hover,
.mainmenu a:hover, .mainmenuc a:hover
{
	text-decoration: none;
	color: white;
	background-color: #6b072e;
}

.submenu a:hover, .submenuc a:hover
{
	text-decoration: none;
	color: #000000;
	background-color: #ffba15;
}

.submenu, .submenuc
{
	text-align: left;
	font-size: 7pt;
	font-weight: bold;
	padding: 2px 0 0 16px;
	color: #e8f95b;
	cursor: pointer;
	width: 180px;
	height: 14px;
	margin: 0 0 0 38px;
}

.submenu
{
	background-color: #ad0043;
}

.submenuc
{
	background-color: #c23253;
}

.submenu:hover, .submenuc:hover
{
	background-color: #cc3c74;
}

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

.submenuc a, .submenuc a:visited,
.mainmenuc a, .mainmenuc a:visited
{
	text-decoration: none;
	color: white;
}

.submenu a:hover, .submenuc a:hover
{
	text-decoration: none;
	color: white;
	background-color: #cc3c74;
}

/* **** Logged In User **** */

#liuser
{
	border-top: 1px solid #838383;
	margin: 30px 0 0 33px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #ffba15;
	font-size: 8pt;
	padding-top: 10px;
}

#liusername
{
	padding: 4px 0 0 0;
}

#liusername a, #liusername a:visited
{
	text-decoration: none;
	color: #e8f95b;
}

#liusername a:hover
{
	text-decoration: none;
	color: white;
}

/* **** Search Box **** */

#searchform
{
	text-align: center;
	margin: 10px 0 0 36px;
	border-top: 1px solid #838383;
	border-bottom: 1px solid #838383;
	padding: 5px 0 10px 0;
}

#searchformtext
{
	display: block;
	color: #e8f95b;
	font-weight: bold;
	font-size: 8pt;
	line-height: 2em;
}

#searchformfield
{
	display: block;
	margin-bottom: 5px;
}


