@charset "windows-1252";

td {	
	font-family:Arial;
	font-size:13px;
	color:#737578;
}	
big{
	font-size:16px;
	color:red;
}
style1 {
	color: #FF0909;
	font-weight: bold;
}	   
style2 {
	font-weight: bold;
	A:link {text-decoration:none;}
	A:visited {text-decoration:none;}
}	
ol{
	font: normal 20px verdana;
	position:relative;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100px;
	border-bottom: 1px solid #818c8e;
	display:block;
	}
ol li {
	/*position: relative;*/
	}
li ol {
	position: absolute;
	width: 250px;
	left: 99px;
	top: 0px;
	display: none;
	background-color: #cbdcdf;
	}
li ol#blanklines {
	position: absolute;
	width: 250px;
	left: 99px;
	top: 0px;
	display: block;
	background-color: #cbdcdf;
	}
ol li a {
	letter-spacing: -2px;
	height: 33px;
	display: block;
	text-decoration: none;
	color: #737578;
	#padding: 4px;
	border: 1px solid #818c8e;
	border-bottom: 0;
	}
/* Fix IE. Hide from IE Mac \*/
* html ol li { float: left; height: 1%; }
* html ol li a { height: 1%; }
/* End */

ol li:hover ol, ol li.over ol {display: block;} /*allows menus to pop*/

li.toplevel:hover {
	background-color: #cbdcdf;
	} /* Hover Styles */
