@charset "UTF-8";
/* CSS Document */
<style type="text/css">

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColLiqCtr #container {
	width: auto;  /* this will create a container 80% of the browser width */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#nav li {
	/*float the main list items*/
  margin: 0;
	float: left;
	display: compact;
	padding-right: 15px;
}
  
div#navbar2 {
	height: 40px;
	width: auto;
	border-top: solid #000 1px;
	border-bottom: solid #000 1px;
	background-color: #FFF;
}
div#navbar2 ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 30px;
	white-space: nowrap;
}
div#navbar2 li {
	list-style-type: none;
	display: compact;
}
div#navbar2 li a {
	text-decoration: none;
	padding: 7px 10px;
	color: #000;
	background-color: #FFF;
}
#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
}

#nav li.on ul {
	display: inline-table;
}
#nav li span {
	position: absolute;
	left: -9384px;
}


a:hover {
	text-decoration: none;
	color: #F90;
	font-weight: bold;
	background-color: #F90;
}
ul#list-nav li a:hover {
	background:#f90;
	color:#000;
	font-weight: bold;
}

ul#list-nav {
	list-style:none;
	margin:20px;
	padding:0;
	width:600px
    display: inline;
}

ul#list-nav li {
	display:inline;
}


ul#list-nav li a {
	text-decoration:none;
	padding:5px 0;
	width:125px;
	background:#ffffff;
	color:#000;
	float:left;
	text-align:center;
	border-left:1px solid #fff;
	font: arial;
}


ul#list-nav li a:hover {
	background:#f90;
	color:#000;
	width:135px;
	font-weight: normal;
}




</style>
