 
 
form {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background-color:#660000;
	background-image:url(DesignImgs/bgimage.jpg); 
	background-repeat:repeat-y; 
	background-position:top center;
}
td, table, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}

.smalltext {
	font-size: 11px;
}

.RedText {color: #CC0000}

a { color: ; }
a:visited {color: ; }
a:hover {color: ; }

.footer { font-size: 11px; color: #cccccc; font-weight: normal; text-decoration: none; line-height: 12px;}
.footer a:link { font-size: 11px; color: #cccccc; font-weight: normal; text-decoration: none; line-height: 12px; }
.footer a:visited { font-size: 11px; color: #cccccc; font-weight: normal; text-decoration: none; line-height: 12px; }
.footer a:hover { font-size: 11px; color: #cccccc; font-weight: normal; text-decoration: none; text-decoration: underline; line-height: 12px; }

.footer2 { font-size: 11px; color: #fecb66; font-weight: normal; text-decoration: none; line-height: 12px; }
.footer2 a:link { font-size: 11px; color: #fecb66; font-weight: normal; text-decoration: none; line-height: 12px; }
.footer2 a:visited { font-size: 11px; color: #fecb66; font-weight: normal; text-decoration: none; line-height: 12px; }
.footer2 a:hover { font-size: 11px; color: #fecb66; font-weight: normal; text-decoration: none; text-decoration: underline; line-height: 12px; }

.style1 {
	color: #ffcc66;
	font-weight: bold;
}
.style2 {
	color: #ffcc66;
	font-size: 16px;
	font-weight: bold;
}
.style3 {
	color: #ffcc66;
	font-weight: bold;
	font-size: 15px;
}
.style8 {font-size: 14px}
.style9 {
	font-size: 12px;
	font-weight: bold;
}
.style10 {
	font-size: 16px;
	font-weight: bold;
}
.menu2:link {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	background-image: url(DesignImgs/arrow.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left: 10px;
}
.menu2:visited {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	background-image: url(DesignImgs/arrow.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left: 10px;
}
.menu2:hover {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:underline;
	background-image: url(DesignImgs/arrow.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-left: 10px;
}
/* MENU STYLE */
#menu {
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	padding-bottom:1px;
	float:center;
}
#menu ul {
	margin:0;
	padding:0;
	float:left;
}
#menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position: relative;
}
#menu h2 {
	margin:0;
	padding:0;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	background-image: url(DesignImgs/navdiv.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#menu h2.last {
	background: none;
}
#menu a {
	color:#FFFFFF;
	text-decoration:none;
	padding: 0px 15px;
	display:block;
	float:left;
	text-align:center;
	background-image: url(DesignImgs/navdiv.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#menu a:hover {
	color: #ffcf65;
}


#menu ul ul {
	position: absolute;
	z-index: 500;
	top: 100%;
	left: 0;
	border:1px solid #000000;
	width:200px;
	text-transform:none;
	font: bold 11px/11px Arial, Helvetica, sans-serif;
}

html>body #menu ul ul {
	width:auto;
}

#menu ul ul li {
	display:block;
}
#menu ul ul li a {
	width:200px;
	text-transform:none;
	font: bold 11px/11px Arial, Helvetica, sans-serif;
	background:#1a1a16;
	color:#FFFFFF;
	display:block;
	float:none;
	padding: 3px 17px;
	text-align:left;
}
#menu ul ul li a:hover {
	background:#3b3931;
	color:#ffcf65;
}

#menu ul ul ul {
	position: absolute;
	top: -1px;
	left: 100%;
}

#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul
{display: none;}

#menu ul li:hover ul,
#menu ul ul li:hover ul,
#menu ul ul ul li:hover ul
{display: block;}

html #menu ul li { float: left; height: 1%;}
html #menu ul li a { height: 1%; }

#menu li:hover ul, li.over ul { display: block; float:left;}




<!--[if lt IE 7]>
#menu{float:none;}
body{behavior:url(csshover.htc); }
#menu ul li{float:left; }
#menu a{height:1%; 	font: bold 12px/12px Arial, Helvetica, sans-serif; text-transform:uppercase; }

<![endif]-->