
body {
	margin: 20px 0;
	padding:0;
	background:url(DesignImgs/bg_gradient.jpg) top left repeat-x;	
	background-color:#5f6064;
}

body, td, table {
	font-family:tahoma;
	font-size:11px;
	color:#000;
}

.footer { font-size: 11px; color: #000; font-weight: normal; text-decoration: none}
.footer a:link { font-size: 11px; color: #000; font-weight: normal; text-decoration: none}
.footer a:visited { font-size: 11px; color: #000; font-weight: normal; text-decoration: none}
.footer a:hover { font-size: 11px; color: #000; font-weight: normal; text-decoration: underline}

H1 { font-size: 18px;  }
H2 { font-size: 14px; color: #9c2730; }
H3 { }

a { color: #05583c; text-decoration: underline}
a:visited {color: #05583c; text-decoration: underline}
a:hover {color: #69ad34; text-decoration: none}


/* MENU STYLE */

#menu {
	font: normal 10px arial, helvetica, sans-serif;
	width:790px;
	text-transform: uppercase;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position: relative;
	text-align:left;
}
#menu h2 {
	margin:0;
	padding:0;
	font: normal 10px arial, helvetica, sans-serif;
	background:url(DesignImgs/navdiv.jpg) top right no-repeat;	
	height: 37px;
	padding-right: 17px;
	float:left;
}
#menu h2.last {
	background: none;	
	padding-right: 0px;
}

#menu a {
	color: #FFFFFF;
	text-decoration:none;
	padding: 11px 0 0 0;
	display:block;
	float:left;
}
#menu a:hover {
	color: #70b43d;
}


#menu ul ul {
	position: absolute;
	z-index: 500;
	top: 100%;
	left: 0;
	border:1px solid #000000;
	width:150px;
}

html>body #menu ul ul {
	width:auto;
}

#menu ul ul li {
	display:block;
}
#menu ul ul li a {
	width:150px;
	background:#3a3a3a;
	color:#FFFFFF;
	display:block;
	float:none;
	padding: 6px 5px;
}
#menu ul ul li a:hover {
	color: #70b43d;
}

#menu ul ul ul {
	position: absolute;
	top: 0;
	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;}


<!--[if lt IE 7]>
#menu{float:none;}
body{behavior:url(csshover.htc); }
#menu ul li{float:left; }
#menu a{height:1%;}

<![endif]-->
