<!--- Style Sheet for mprowell --->



a  {	color : #0C2D83;
	font-size : 12px;
	text-decoration: none ;
}

a:hover  {
	color : red;
	cursor: hand;
	text-decoration : none ;
}


A:link {
	font-size : 12px;
	color: "Black";
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

A:visited {
	font-size : 12px;
	color: "Navy";
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

A:visited:hover {
	font-size : 12px;
	color: red;
	cursor: hand;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}


A.item  {
   	color : White;
   	text-decoration : none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
A.item:visited  {
   	color : White;
   	text-decoration : none;
}
    
A.item:hover  {
   	color : Yellow;
   	text-decoration : underline;
}
A.item:visited:hover  {
   	color : Yellow;
   	text-decoration : underline;
}
    

.menuHdr {z-index:1;
			width: 123px;
			height: 21px;
			
			}

.menuDrop {z-index:2;
			font-family: Arial;
			position: absolute;
			width: 123px;
			top: 17px;
			border: 1px solid black;
			background-color: #0857AF; 
			white-space: nowrap;
			padding : 4;
			padding-bottom : 4;
    		padding-top : 4;
			padding-left : 4;
			filter: alpha(opacity=90);
			}
			
 
/*
#web {left: 500; top: 0}
#dropDown {position: absolute; left: 520; top: 22}

#read {left: 500; top: 195}
#readDown {position: absolute; left: 600; top: 118}

*/


BODY {margin: 0px}

.header  {color: BLUE;
	font: 12pt;
	font-weight: bold;
	font-family: Arial, Helvetica;
}

.list {
   font-family: arial; 
   font: 8pt;
   font-style: normal;
   
 }

.hilite {
   cursor: hand;
   font-family: arial; 
   font: 7pt;
   font-style: normal;
   color: white
 }

#nav, #nav ul {
	/* all lists */
	padding: 4;
	margin: 0;
	list-style: none;
	line-height: 1.25;
}

#nav a {
	display: block;
	width: 113px;
	color : White;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

#nav a:hover {
	display: block;
	width: 113px;
	   	color : Yellow;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
}

#nav li { /* all list items */
	float: left;
	width:113px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */

	width: 113px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	
			font-family: Arial;
			position: absolute;
			border: 1px solid black;
			background-color: #0857AF; 
			white-space: nowrap;
			padding : 4;
			padding-bottom : 4;
    		padding-top : 4;
			padding-left : 4;
			filter: alpha(opacity=95);
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

