/********************* TOP MENUS ***********************/
/* UPPER MENU BAR */
a.menulink
{
	font-weight: bold;
}
a.menulink:link
{
	text-decoration: none;
}
a.menulink:active
{
	text-decoration: none;
}
a.menulink:visited
{
	text-decoration: none;
}
a.menulink:hover
{
	text-decoration: underline;
}

/* LOWER MENU BAR */
a.menulink
{
	color: #ffffff;
	font-size: 10pt;
	font-weight: bold;
}
a.menulink:link
{
	text-decoration: none;
}
a.menulink:active
{
	text-decoration: none;
}
a.menulink:visited
{
	text-decoration: none;
}
a.menulink:hover
{
	text-decoration: underline;
}

/***************** DROPDOWN NAVIGATION MENUS *****************/

A.ddMenuLink:link
{
	color: #ffffff;
	text-decoration: none;
}
A.ddMenuLink:visited
{
	color: #ffffff;
	text-decoration: none;
}
A.ddMenuLink:hover
{
	color: #ffffff;
	text-decoration: underline;
}
A.ddMenuLink:active
{
	color: #ffffff;
	text-decoration: none;
}



DIV.AboutMenuStyle
{
	position: absolute;
	top: 118px;
	left: 54px;
	color: #003278;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: hand;
}
DIV.ActivityMenuStyle
{
	position: absolute;
	top: 118px;
	left: 282px;
	color: #003278;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: hand;
}
DIV.AdminMenuStyle
{
	position: absolute;
	top: 118px;
	left: 394px;
	color: #003278;
	border-width: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: hand;
}

TABLE.DropdownMenu
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bolder;
	margin: 0px 1px 0px 0px;
	color: #ffffff;
}

TD.menubar
{
	font-size: 10pt;
	font-weight: bold;
	color : #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}
TD.menuheading
{
	font-size: 10pt;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}



TD.MenuItem
{
	font-size: 10pt;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-top: 0px;
	border-bottom: 1px;
	border-left: 3px;
	border-right: 3px;
	border-style: double;
	border-color: red;
	background: rgb(255,255,255);
}

TABLE.DDContent
{
	font-size: 8pt;
	font-weight: bold;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 0px;
	border-bottom: 5px;
	border-left: 5px;
	border-right: 5px;
	border-style: double;
	border-color: black;
	background: #ffffff;
}
TD.MenuItem1
{
	font-size: 10pt;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-style: solid;
	border-color: #ffffff;
	background: #003278;
}


A.PersonalLink
{
	text-decoration: none;
}
