body {
	background-color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
hr {
	BORDER-BOTTOM: SILVER 1px solid;
	BORDER-LEFT: #7F9DB9 0px solid;
	BORDER-RIGHT: #7F9DB9 0px solid;
	BORDER-TOP: #7F9DB9 0px solid;	
	height: 1;
}
.white {
	background-color: #FFFFFF;
	BORDER-BOTTOM: #FFFFFF 1px solid;
	BORDER-LEFT: #FFFFFF 1px solid;
	BORDER-RIGHT: #FFFFFF 1px solid;
	BORDER-TOP: #FFFFFF 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	padding: 7px;
}
.font {
	font-family: Bookman Old Style;
	font-size: 13px;
	color: Black;
	line-height: 20px;
	text-align: justify;
}
.fontwhite {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
	text-decoration: none;
}
.fontwhite:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 14px;
	text-decoration: underline;
}
.link {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #b70000;
	line-height: 14px;
	text-decoration: none;
}
.link:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8d1717;
	line-height: 14px;
	text-decoration: underline;
}
.link:visited {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A0522D;
	line-height: 14px;
	text-decoration: none;
}
.titleblack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 3px;
	color: Black;
}
.titlewhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: White;
	text-decoration: none;
}
.titlewhite:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #e0a425;
	text-decoration: none;
}
.INPUT {
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-BOTTOM: #7F9DB9 1px solid;
	BORDER-LEFT: #7F9DB9 1px solid;
	BORDER-RIGHT: #7F9DB9 1px solid;
	BORDER-TOP: #7F9DB9 1px solid;	
	COLOR: Black;
	FONT: 10px Verdana,Arial,Helvetica,sans-serif
}
.td {
	BORDER-BOTTOM: #ECE9D8 1px solid;
	BORDER-LEFT: #7F9DB9 0px solid;
	BORDER-RIGHT: #7F9DB9 0px solid;
	BORDER-TOP: #7F9DB9 0px solid;	
	COLOR: #000000;
	FONT: 10px Verdana,Arial,Helvetica,sans-serif;
	line-height: 15PX;
}
.titbg {
	background-image: url(../images/tit_bg.gif);
	height: 59px;
	text-align: center;
	padding-bottom: 10px;
}
.title {
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;	
}
body {
	font: normal 11px verdana;
	background-image: url(../images/new-bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 250px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	z-index: 10;
	}
	
ul li {
	position: relative;
	z-index: 10;
	}
	
li ul {
	position: absolute;
	left: 249px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	z-index: 10;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 2px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
	z-index: 10;
	}
	
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul { display: block; } /* The magic */
