/* GENERAL STYLES */
.menulist li:first-child{margin-left:161px;}
.menulist ul li:first-child{margin-left:0px;}
.menulist ul ul li:first-child{margin-top:-13px;}

.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
 text-align:center;
}

.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 3px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
 width: 150px;
 text-align:left;
}

.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
 text-align:left;
}

.menulist li {
 font-size:11px;
 font-family: verdana;
 float: left;
 display: block;
 position: relative;
 border-left: 1px solid #bb0000;;
 width:125px;
 line-height:21px;
 margin-right: -1px;
 top:13px;
}

.lastMenuItem {border-right: 1px solid #bb0000; }

.menulist li:last-child {border-right: 1px solid #bb0000; }
.menulist ul li:last-child {border-right: 1px solid #4e0000; }
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
 width:148px;
 background: #a00000;
 border: 1px solid #4e0000;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

.menulist a:link, .menulist a:visited {
 display: block;
 padding: 3px;
 color: #ffffff;
 text-decoration: none;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #ce603f;
}
.menulist a.highlighted {
 color: #FFF;
 background-color:#ce603f;
}

.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;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */

/* EDITOR PROPERTIES */

