* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-color:#fff*/
}

a:link {color:#CC0000; text-decoration:underline}
a:hover {color:#FF0000; text-decoration:underline}
a:visited {color:#cc0000; text-decoration:underline}

td.menu {color:#FFF; background-color:#CC0000}
td.menu a:link {color:#FFF; background-color:#CC0000} 
td.menu a:hover {color:#FFF; background-color:#CC0000} 
td.menu a:visited {color:#FFF; background-color:#CC0000} 

p {
	padding-top:2px;
	padding-bottom:5px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:5px;
	margin-top:5px;
	color:#000;
}

h2 {
	font-size:14px;
	font-weight:bold;
	color:#990000;
}

.h2 {
	font-size:14px;
	font-weight:bold;
	color:#990000;
}

h4 {
	font-size:11px;
	font-weight:bold;
}

td.middle {
	padding: 15px 15px 50px 20px;
}

.leftcol {
	background-color: #f9f9f9;
	padding: 10px 30px 0px 0px;
	width:25%;
	text-align: right;
}

.leftcol1 {
	background-color: #e0e0e0;
	padding: 0px 15px 0px 0px;
	width:25%;
	text-align: left;
}

.sect_header {
	background-color: #e0e0e0;
}

.td_sect_header {
	background-color: #e0e0e0;
	padding-left: 10px;
}

.futer {
	background-color: #ececec;
	padding:10px;
	color:#666
}

table.form1 {
	background-color:#CCC;
	border: 1px solid #666;
	border-left: 0;
	border-top: 0;
}

.header {
	font-size:11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	display:block;
	background-color:#999;
	padding: 3px 0px 3px 15px;
}

tr.menu_holder{
	border: none;
	background-color:#CC0000;
	padding-right: 0px;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/* width: 150px;  /*Width of Menu Items */
	border-bottom:1px solid #999;
}

ul li {
	list-style: none;
	position: relative;
	float: left;
	}

ul li ul li{
	list-style:none;
	width: 151px;
	position: relative;
	border-left:1px solid #c00;
	border-right:1px solid #999;
	margin:0;
	}
	
li ul {
	position: absolute;
	left:0; /* Set 1px less than menu width */
	top: 25px;
	display: none;
/*	border: 1px solid #000; */
	border-top: 0;
	}

/* Styles for Menu Items */
ul li a:link {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #c00; /* IE6 Bug */
	padding: 6px 10px 6px 10px;
}
ul li a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #c00; /* IE6 Bug */
	padding: 6px 10px 6px 10px;
}

ul li ul li a:link {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #c00; /* IE6 Bug */
	padding: 5px 5px 5px 10px;
}
ul li ul li a:visited {
	display: block;
	text-decoration: none;
	color: #fff;
	background: #c00; /* IE6 Bug */
	padding: 5px 5px 5px 10px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; width:0;}
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #000; background: #fff; } /* Hover Styles */
ul li ul li a:hover { color: #000; background: #fff; } /* Hover Styles */
		
li ul li a { 
	font-size:11px;
	padding: 2px 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	color:#fff;
	background: #c00; /* IE6 Bug */
}
		
li:hover ul, li.over ul { display: block; } /* The magic */

