*html,body {
	background: url(bg.gif)
	font: normal 11px verdana;
	}
body,th,td{
	font: normal 11px verdana;
}

a {
	text-decoration: none;
}

a:link {
	/*color: #080;*/
	color:#c60;
}

a:visited {
	color: #c60;
}

a:active {
	color:#ccc;
}

a:hover {
   /* background-color:#FFB90F;*/
	color:#FFCC33;
	width: 100%;	
}

ul {
padding: 0;
margin: 0;
}

#nav a {
font: normal 10px verdana;
color: white;
}

#nav a {
text-decoration: none;
}


#nav li li a {
display: block;
font-weight: normal;
color: #ffffff;
}


#nav li li a:hover {
background-color:#FFB90F; 
width: 150px;
height:20px;
}


#nav li a {
display: block;
font-weight: normal;
color: #ffffff;
}


#nav li a:hover {
background-color:#FFB90F; 
width: 150px;
height:20px;
}

li {
float: left;
position: relative;
width: 150px;
height:20px;
text-align: center;
background-color: #007FFF;

}
/*
li#first {
border-left-width: 1em;
}

li#last {
border-right-width: 1em;
}
*/
li ul {
height:20px;
background-color:#FAC684;
display: none;
position: absolute;
top: 100%;
left: 0;
font-weight: normal;

/*
padding: 0.5em 0 1em 0;
border-right: solid 1px #7d6340;
*/
}

li>ul {
top: auto;
left: auto;
}

li li {
display: block;
float: none;
background-color: transparent;
border: 0;
}


li:hover ul, li.over ul {
display: block;
}


li:hover ul, li.over ul { display: block; } /* The magic */


.content{
	position: ABSOLUTE;	
	padding: 10px 10px 0 10px;
	border-top:1px solid #CCCCCC;
	line-height: 50.5em;
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.content h1{
color:#f93;
font-size:110%;
margin-bottom:3px;
font-variant:small-caps;
}

#table {
	position:absolute;
	background:#fff
	padding: 0px 0px 0 0px;
	border:2px solid #d1d7da;
	width:900px;
	top:0;
	left:15%
}

#banner{       
	background: url(header_cement.jpg) no-repeat top;
	margin-left: auto;
    margin-right: auto;
	/*
    position:relative;
	*/
	width:900px;
	height:100px;
	border-right:1px solid #C1DAD7;
	border-left:1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	top:0;
	/*
    right: 0;
    bottom: 0;
    left: 0;
	*/

}

#wrapper {
background: url(bg_wrap.gif) repeat-y;
margin:0px auto;
position:relative;
text-align:left;
width:750px;
}
