.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}

.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 21px; 
 left: 23px;
 width: 150px;
}

.menulist ul ul {
 top: 0px;
 left: 150px;
}

.menulist li {
 float: left;
 position: relative;
 margin-right: -1px;
}

.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: 0px;
}


.menulist a {
 display: block;
 text-decoration:  none;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
}

.menulist  a.highlighted {
 color: #FFF;
 background-color: A5A5A5;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
* html .menulist  ul li {
 float: left;
 height: 1%;
}

* html .menulist  ul a {
 height: 1%;
}

.sub {
	background-color: #424242;
	margin: 0px;
}

.sub a {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #424242;
	border-left: solid 6px  #A5A5A5;
	padding: 3px;
	margin: 0px;
}

.sub a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	border-left: solid 6px  #FFFFFF;
	padding: 3px;
	margin: 0px;
}

.sub a:highlighted{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	border-left: solid 6px  #FFFFFF;
	padding: 3px;
	margin: 0px;
}

.main {
	background-image: url(images/a_bg.gif);
}