/* CSS Document */

body {
margin: 0;
padding: 0;

}
#mainnav {
	height: 29px;
	width: 780px;
	margin-right: 0px;
	background-color: #333333;
	margin-top: 0px;
	margin-left: 12px;
	float: left;
	z-index: 100;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative; /* Menu position that can be changed at will */
top: 0;
left: 0;
z-index:100;
width: 804px; /* precision for Opera */
font-family: Arial, Helvetica, sans-serif;
color: #ccc;
font-size: 11px;
line-height: 28px;
}
#menu dl {
float: left;
width: 12em;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: normal;
color: #ccc;
background: #333;
border: 1px #333;
margin: 1px;
}
#menu dd {
display: none;
border: 1px #f09;
}
#menu li {
	text-align: center;
	background: #fff;
	border-bottom-color: #999;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
#menu li a, #menu dt a {
color: #000;
background: #f90;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #AE6801;
color: #fff;
}


</style>

