.menulist
{
	 background:#000000;
}

.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 height:27px;
 width:502px;
 float:right;
}

.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 13px; 
 left: -1px;
 width: 140px;
 line-height:27px;
 background-image:url(/images/menu_bg.png);
}

.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

.menulist li {
 float: left;
 display: block;
 position: relative;
 border: 0px;
 margin-right: -1px;
 margin-left:5px;
 background:url(/images/menu_li.gif) left no-repeat;
 line-height: 27px;
 height:27px;
 white-space: nowrap;
}

.menulist ul li {
 float: none;
 margin: -1px 0px -1px 1px;
 background-image: none;
 text-align: left;
 border-left: 1px #f99a08 solid;
 background: url(/images/menu_bg.png) repeat ;
 line-height:25px;
}


.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

.menulist a {
 font-family:Arial Narrow;
 font-size:11px;
 display: block;
 padding: 3px;
 margin:0px 15px 0px 4px;
 text-decoration: none;
 text-transform:uppercase;
 color:#CCCCCC;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 text-decoration:none;
}

.menulist a.selected, .menulist a.selected, .menulist a.selected {
 color: #FFF;
}


.menulist a.highlighted {
 color: #FFF;
 text-decoration:none;
}

.menulist ul li a {
white-space:nowrap;
}

.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}

.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}

.menulist a {
 float: none;
}

*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}

