


/* All <ul> tags in the menu including the first level */
ul.menulist{
  width:960px;
  padding-left:70px;
  height:30px;
  z-index:10000;
}
ul.menulist li{
 width:120px;
 height:30px;
 text-align:center;
 background:url(../images/menu-tab-bg.gif);
}
ul.menulist li.last{
  background:url(../images/menu-tab-last-bg.gif);
}
ul.menulist li.last a:hover{
  background:url(../images/menu-tab-last-act-bg.gif);
}
ul.menulist li.first{
  background:url(../images/menu-tab-first-bg-s.gif);
}
ul.menulist li.first a:hover{
  background:url(../images/menu-tab-first-act-bg-s.gif) !important;
}
ul.menulist li ul li{
 /* padding:3px 0px 4px 0px;*/
}
ul.menulist li.active {
	background: url(../images/menu-tab-bg-s.gif); 
}
ul.menulist li.last.active{
  background:url(../images/menu-tab-last-bg-s.gif);
}
ul.menulist li.first.active{
  background:url(../images/menu-tab-first-bg.gif) !important;
}

.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: 120px; 
}
.menulist ul#listMenu-id-7{
  left:-134px !important;
}
.menulist ul#listMenu-id-8{
  left:-128px !important;
}
.menulist ul#listMenu-id-2 a{
  font-size:13px;
}
.menulist ul#listMenu-id-3{
  width:150px;
  background:url(../images/sub-menu-bottom-bg-wide.gif) bottom no-repeat !important;
}
.menulist ul#listMenu-id-3 li a{
  width:150px;
  background:url(../images/submenu-tab-bg-wide.gif) top no-repeat;
}
.menulist ul#listMenu-id-3 li a:hover{
  width:150px;
  background:url(../images/submenu-tab-act-bg-wide.gif) top no-repeat;
}
/* 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;
 background:none !important;
 width:120px;
 height:24px;
}
.menulist ul li:hover{
 background:none !important;
 width:120px;
 height:24px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 0px;
 height:23px;
 padding-top:7px;
 color: #ffffff; 
 text-decoration: none;
 font-size:14px;
}

/* 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: url(../images/menu-tab-act-bg.gif); 
}
.menulist a.highlighted {
 color: #FFF;
background: url(../images/menu-tab-act-bg.gif);
}


/*
 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;
 font-size:11px;
 display:block;
 height:24px;
}
/* \*/
.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 */
#wrapperMenu ul ul{
 background:url(../images/sub-menu-bottom-bg.png) center bottom no-repeat;
}
#wrapperMenu ul ul li.sub-last{
 height:35px;
}
#wrapperMenu ul ul a{
 font-size:12px;
 display:block;
 background:url(../images/submenu-tab-bg.gif) top no-repeat;
 width:120px;
 height:20px;
 padding-top:4px;
}
#wrapperMenu ul ul a:hover{
 background:url(../images/submenu-tab-act-bg.gif) top no-repeat;
}
.menulist ul#listMenu-id-3{
  width:150px;
  background:url(../images/sub-menu-bottom-bg-wide.gif) bottom no-repeat !important;
}
#wrapperMenu ul ul#listMenu-id-3{
  width:150px;
  background:url(../images/sub-menu-bottom-bg-wide.gif) center bottom no-repeat !important;
}