


/* All <ul> tags in the menu including the first level */
ul.menulist{
  z-index:10000;
}
ul.menulist li{
  padding-left:3px;
  padding-right:3px;
}
ul.menulist li ul li{
  padding:3px 0px 4px 0px;
}

.menulist {
 margin: 0;
 padding: 0;
/* list-style: none;  */
 font-family:Arial, Verdana, Helvetica, sans-serif;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 12px; /* I'm using ems and px to allow people to zoom their font */
 left: 0px;
 width: 200px; 
}
.menulist ul#listMenu-id-7{
  left:-134px !important;
}
.menulist ul#listMenu-id-8{
  left:-128px !important;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 148px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
/* display: block; */
 position: relative;
 margin-right: 0px;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin: 0;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 4px;
/* color: #3f84b8; */
 text-decoration: none;
}

/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
  color: #fff !important;
   display:block !important;
   /* background-color: #A64; */
}
.menulist a.highlighted {
   color: #fff !important;
   display:block !important;
/* background-color: #C86;*/
}

/*
 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: none;
 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 */

#menu ul.menulist li a{
  font-size:14px;
  font-weight:bold;
  font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
  color:#fff;
  display:block;
}
#menu ul.menulist li ul li a{
  font-size:11px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#fff;
  padding-left:8px;
}

#menu ul.menulist li ul{
  background:#8d8d8d;
  margin-top:15px;
  padding-bottom:15px;
}
#menu ul.menulist li ul li{
/*  list-style-image: url(../images/sub_menu_str.gif);
  list-style-position:inside;*/
  background:url(../../../images/arrow_white_rt.gif) 2px 10px no-repeat;
  border-bottom:dotted 1px #aaaaaa;
  margin-left:15px;
  margin-right:15px;
}
#menu ul.menulist li ul li a{
	padding-left:10px;}
#menu ul.menulist li ul li:hover a{
   background:#999898 url(../../../images/arrow_black_rt.gif) 2px 7px no-repeat;
  }
#menu ul.menulist li{
  padding-top:3px;
  padding-bottom:0px;
}
#menu ul.menulist li:hover{
  background:#8d8d8d !important;
  padding-top:3px;
  padding-bottom:0px;
}
#menu ul.menulist li li:hover{
  background:none !important;
  height:auto;
}
#menu ul.menulist li li:hover a{
  color:#000 !important;
}
#menu li.last{
  margin-bottom:15px;
  border-bottom:none !important;
}
/*
#menu ul#listMenu-id-2, #menu ul#listMenu-id-3, #menu ul#listMenu-id-4, #menu ul#listMenu-id-5,
#menu ul#listMenu-id-6, #menu ul#listMenu-id-7,#menu ul#listMenu-id-8{
  background-image:url(../images/sub_menu_bg.gif);
  background-position:bottom;
  background-repeat:no-repeat;
  padding-top:10px;
}
*/
#menu ul li ul{
  background-image:url(../images/sub_menu_bg.gif);
  background-position:bottom;
  background-repeat:no-repeat;
  padding-top:10px;
}

