/* CSS Document */
<!--
#menufmt {
	font-family: arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	position: relative;
	line-height: normal;
	z-index: 5; 
	}
#menufmt a {
	font-family: arial;
	font-size: 12pt;
	font-style: normal;
	font-weight: 200;
	font-variant: normal;
	position: relative;
	}
#menufmt a:hover{
	font-family: arial;
	font-size: 12pt;
/*	font-style: italic; */
	font-weight: 200;
	font-variant: normal;
	position: relative;
	}
#menufmt ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px; /* Width of Menu Items */
/*	border-bottom: 1px solid #000000; */
	border-bottom: 1px solid #000000;
	}

#menufmt ul li {
	position: relative;
	}
	
#menufmt li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	width: 115px;
	}

/* Styles for Menu Items */
#menufmt ul li a {
	display: block;
	text-decoration: none;
	font-weight:200;
	overflow: auto; /*force hasLayout in IE7 */
	color: #000000;
	background: #ffffff; /* IE6 Bug */
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: relative;
	}
.yell {
	color: #FFFF00;
	}
/* Fix IE. Hide from IE Mac \*/
* html #menufmt ul li { float: left; height: 1%; }
* html #menufmt ul li a { height: 1%; }
/* End */

#menufmt ul li a:hover {
	color: #FF0000;
	background-color: #ffffff;
} /* Hover Styles */
		
#menufmt li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
#menufmt li:hover ul, li.over ul { display: block; } /* The magic */

-->
