
html {
	font-family: Arial;
	font-size: 11x;
	font-weight: normal;
	color: #CCFFCC;
}
A:link {color: #CCFFCC;font-weight: bold;text-decoration: underline;}
A:visited {color: #CCFFCC;font-weight: bold;text-decoration: underline;}
A:active {color: #CCFFCC;font-weight: bold;text-decoration: underline;}
A:hover {color: #CCFFCC;font-weight: bold;text-decoration: underline;}



td.menubtn{
	padding-left: 6px; 
	padding-right: 0; 
	padding-top: 3px; 
	padding-bottom: 4px;
	color: #FFFFCC;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	height: 30px;
}




div.menuBtnBox {
   color: #FFFFCC;
   width: 90px;
   background-color: transparent;
   padding-left: 4px; 
   padding-top: 2px;
   vertical-align:bottom;
   cursor: hand;
   cursor: pointer;
   padding-bottom:2px;
   border-bottom: 1px solid #B1E7CD;
   font-weight: normal;

}


a.menulink,  a.menulink:link, a.menulink:visited, a.menulink:active div.menuBtnBox{
	font-weight: bold;
	text-decoration: none;
	color: #FFFFCC;
	
}

a.menulink:hover, a.menulink:hover div.menuBtnBox {
	color: #010101;
	font-weight: bold;
	text-decoration: none;
	background-color: #F9FFC3;

}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}


