


/* All <ul> tags in the menu including the first level */
ul.menulist{
 
  padding-left:0px;
  z-index:10000;
  float:right;
}
ul.menulist li{
  padding-left:6px;
  padding-right:6px;
}
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: 0px;
/* 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;
 background-color: #A64; */
}
.menulist a.highlighted {
/* color: #FFF;
 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:13px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-weight:bold;
  color:#fff;
  display:block;
}
#menu ul.menulist li a:hover{
	color:#fff;
}
#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:#efefef;
  background:#04222c;
  margin-top:12px;
}
#menu ul.menulist li ul li{
/*  list-style-image: url(../images/sub_menu_str.gif);
  list-style-position:inside;*/
  background:url(../images/sub_menu_str.gif) 0px 7px no-repeat;
  border-bottom:solid 1px #d7d7d7;
  margin-left:15px;
  margin-right:15px;
}
#menu ul.menulist li ul li:hover a{
   background:url(../images/sub_menu_str.gif) 0px 4px no-repeat;
  }
#menu ul.menulist li{
  padding:0px 10px 0px 10px;
  border-right:solid 1px #fff;
}
#menu ul.menulist li.last{
	border-right:none;
}
#menu ul.menulist li li{
  padding-top:3px;
  padding-bottom:3px;
  padding:3px 0px 3px 0px;
  border-right:none;
}
#menu ul.menulist li:hover{
/*  background:#efefef !important; */
  color:#636268;
}
#menu ul.menulist li li:hover{
  background:none !important;
  height:auto;
}
#menu ul.menulist li li:hover a{
  color:#3f84b8 !important;
}
#menu li.last{
  margin-bottom:15px;
  border-bottom:none !important;
}

#menu ul li ul{
  background-image:url(../images/sub_menu_bg.gif);
  background-position:bottom;
  background-repeat:no-repeat;
  padding-top:7px;
}

