@charset "utf-8";
/* CSS Document */

ul {padding: 0; margin: 0; border-bottom: 0;
}
ul li {list-style-type: none;
  border: 0; border-width: 0px 0px 0 0px;
  position: relative; margin: 0; padding: 0;}
ul ul {display: none;}
ul li:hover > ul {display: block; position: absolute; top: -1px; left: 100%;}
li a {display: block; padding: 5px 7px; text-decoration: none;
  background: #FFF;}

li.sub > a {font-weight: bold; background: #FFE;}
#outerWrapper #contentWrapper #leftColumn1 {
  display: block;
  background-color: #ffffff;
  float: left;
  padding: 1px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 168px;
  border: 0px;
  position: absolute;
  margin-top: 0px;
}
div#main p {margin: 0px 0px 0px 0px;}
ul#topmenu {width: 168px;}
ul#topmenu > li:hover > ul {width: 10px; top: 0px; left: 160px;}

ul ul {width: 10px;}

#navlist {
    font-family:Arial, Helvetica, sans-serif;
    font-size:8pt;
    font-weight:bold;
	margin: 0px 0px 0px 0px;
    list-style:none;
	width: 168px;
}
#navlist a {
    display:block;
    width:130px;
    color:#fff;
    text-decoration:none;
    background:url(../images/tab.gif) no-repeat;
    padding:7px 10px 13px 30px;
}
#navlist a:hover { 
    background-position:0 -35px;
    color: #ffffff;
}
#subnavlist {
	font-family:Arial, Helvetica, sans-serif;
    font-size:8pt;
    font-weight:bold;
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	color:#FFFFFF;
	background: #999999;
	padding: 0;
	border: 0;
	margin: 0 0 0 0;
	z-index: 2;
}

#subnavlist a {
    display:block;
    width:130px;
    color:#fff;
    text-decoration:none;
    background: #999999;
    padding:7px 10px 13px 20px;
}

#subnavlist a:hover { 
    background: #cccccc;
	color: #064486;
}

