
.body
	{
		font-family: sans-serif;
		font-size: 10px;
		color: white;
	}

.fsx01 {font-size: 8px;}
.fsx03 {font-size: 10px;}
.fsx05 {font-size: 12px;}

A.link
	{
		color:white;
		text-decoration:underline;
	}

A.link:hover
	{
		color:#EFAA22;
		text-decoration: underline;
	}

A.link:visited
	{
		color:white;
	}

A.menu
	{
         font-family: sans-serif, arial;
         font-size:24px;
         color:white;
         text-decoration:none;
         }
A.menu:hover
	{
         color:#EFAA22;
         text-decoration:none;
         }
A.menu:visited
	{
         color:white;
         text-decoration:none;
         }


A.menulink
	{
		display: block;
		width: 180px;
		text-align: left;
		text-decoration: none;
		font-family: sans-serif, arial;
		font-size:14px;
		color: #FFFFFF;
		BORDER: none;
	}

A.menulink:hover
	{
		background-color:#EFAA22;
	}

.menutitle
	{
	cursor:pointer;
	margin-bottom: 5px;
	background-color:#000000;
	color:#EFAA22;
	width:140px;
	padding:2px;
	text-align:left;
	font-weight:bold;
	/*/*/border:1px solid #000000;/* */
	}

.submenu
	{
	margin-bottom: 0.5em;
	}




#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: black;
}



