body
{
	background-color: #0066FF;
	background-attachment: fixed;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
}


#body #leftbar
{
	background-color: #0066FF;
	float: left;
  height: 100%;
	width: 227px;
}

#body #leftbar #spacer
{
  clear: both;
  line-height: 2px;
}

#vertnav
{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#vertnav ul
{
  background-color: #0066FF;
  overflow: visible;
  width: 227px; 
  z-index: 99;
  padding: 0px;
  margin: 0px;
  position:absolute;
  font-family: Arial, Helvetica, sans-serif;
  list-style: none;
}
#vertnav li
{
  background-color:#FFCC00;
  border-bottom: 1px solid #FFFFFF;
  display:block;
  list-style-type: none;
  position: relative;
  width: 227px;
  margin:0px;
  padding:0px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
  padding: 0px;
  width: 227px;
}

#vertnav ul li:first-child
{
  border-top: 1px solid #FFCC00;
  width: 227px
}

#vertnav a
{
  background-color: #FFCC00;
  color: #0066FF;
  display: block;
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding: 0px;
  margin: 0px;
  text-decoration: none;
  width:227px; 
  height:20px;
  line-height: 20px;
  vertical-align: middle;
}

#vertnav li:hover, #vertnav a:hover
{
  background-color: #0066FF; 
  color: #FFFFFF; 
}

#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul
{
  display: block;
}

#vertnav .active
{
  color: #0066FF;
  background-color: #FFCC00;
}

li>ul
{
	top: auto;
	left: auto;
}

html #vertnav li
{
  float:left;
}
