

#nav, #nav ul { /* all lists */

font-size:12px;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	width: em;
}
#nav a:hover {
	
	text-decoration: none;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	width: em;
	
	

}
#nav li:hover ul{ 
display: block;



}
#nav li { /* all list items */
font-family:  arial;
font-weight: normal;
	float: left;
	 
	width: em; /* width needed or else Opera goes nuts */
	font-size:12px;
	/*background: #ECF7E6;*/
	text-decoration: none;

}

.lis { /* all list items */
	display:block;
	float: left;
	position:relative; /*hack to kill ie gap */
	top:0px; /*hack to kill ie gap */
	width: 185px; /* width needed or else Opera goes nuts */
	height:29px;
	font-size:12px;
	
	text-decoration: none;
	

}

.lis2 {
	color:white;
	background-image: url('images/linkback1.gif');
	height:17px;

}

a.lis2:hover {
color:black;
	background-repeat:no-repeat;
	background-image: url('images/linkback.gif'); 
	
}




.submenu {
position:relative; /*hack to kill ie gap */
top:-3px; /*hack to kill ie gap */
color:black;
height: px;
width:185px;
padding: 5 0 0 10;


	background-image: url('images/subhover.gif'); 
	background-repeat:no-repeat;
	
	color:black;
}

A.submenu:hover {
color:red;

 
}


#nav ul { /* second-level lists */

padding-top: 3px;
padding-bottom: 3px;
font-size:12px;
border-width:0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	position: absolute;
	
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	z-index:30;
	font-size:10px;	
	width: 184px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
width: em;
/*background: #ECF7E6;*/

	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	/*background: #ECF7E6;*/
}

#content {
	clear: left;
	
}





A.menulink {
padding-top:6px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 5px;
display: inline;
text-align: left;
text-valign: middle;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#f7d372;
letter-spacing: 0px;
border-right: 1px solid #f7d372;
display: block;
height: 15px;
}

A.menulink:hover {
		background-color:#530202;
		color:#f7d372;
}


body
{ 
margin :0 0 0 0;
font-family: verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

body a
{ 
color:#000000;
text-decoration:none;

}

body a:hover
{ 
color:#cc0000;
text-decoration:none;
}

td
{ 

font-family: verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

.footer {
font-size: 11px;
}

.footer a {
color: #666666;
text-decoration:none;
}

.footer a:hover {
color: #666666;
text-decoration:none;
}

.footer2 {
font-size: 11px;
}





hr {
height:1px;
color: #cc0000;
background-color: #cc0000;


}
.div1 {
padding-top:5px;
padding-right:8px;
padding-bottom:5px;
padding-left:8px;

border: 1px solid #cccccc; 
margin-top:4px;
width: 252px; 
font-size:12px;
color:666666;

}
.h1style {
margin-bottom:0.4em;
line-height: 19px;
color: #cc0000;
font-size:25px;
font-weight:lighter;
font-family: verdana, arial, helvetica ;

}

.bul {
color: #cc0000;
font-size:12px;
}


H1 {
margin-bottom:0.4em;
line-height: 19px;
color: #cc0000;
font-size:25px;
font-weight:lighter;
font-family: verdana, arial, helvetica ;

}

H2 {
color: #cc0000;
font-size:16px;
font-family: verdana, arial, helvetica;
font-weight:lighter;
}
H6 {
color: #cc0000;
font-size:12px;
font-family: verdana, arial, helvetica;
font-weight:normal;
}

li
{
color: #cc0000;
}

li span {color: #666666;}

p {
line-height: 18px;
}

.butt {
font-size:11px;
text-decoration:none;
background-color:#CCCCCC;
padding: 3 3 3 3;
}

a {
cursor: pointer;

}