


/*	Menu									*/
small.menu {
font-size: 9pt;
color: #000000;
background: #ef9a33;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Menu unvisited links							*/
a.menulink:link {
color:#000000;
background: #ef9a33;
}

/*	Menu visited links							*/

a.menulink:visited {
color: #000000;
background: #ef9a33;
}

/*	Menu active links (not widely supported)				*/

a.menulink:active {
color: #000000;
background: #ef9a33;
}

/*	Menu links when hovered over (MSIE only)				*/

a.menulink:hover {
color: #000000;
background: #ffff00;
}


.descript {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000000;
}

.catlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #000000;
}

