


/* All <ul> tags in the menu including the first level */
ul.menulist{
  z-index:10000;
  margin-left:10px;
}
.rs ul.menulist{
  margin-left:4px;
}

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: 171px; 
}


/* 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 {
	background-position:bottom !important;
}
.menulist a.highlighted {

 background-position:bottom !important;
}

/*
 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 ul li a{
  font-size:13px;
  font-family: Arial, "Trebuchet MS",  Helvetica, sans-serif, Verdana, Arial,   Helvetica, sans-serif;
  color:#fff;
  font-weight:bold;
}

#menu ul.menulist li ul{
  margin-top:20px;
}
#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 #fff;
  margin-left:12px;
  margin-right:12px;
  width:147px;
}


#menu ul.menulist li:hover{
  background-position: bottom;
  color:#636268; 
}
#menu ul.menulist li li:hover{
  background:none !important;
  height:auto;
}

#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:10px;
}
#menu li {
	text-indent:-9999px;
}
#menu li a{
	height:31px;
}
#menu li a:hover, #menu li a.active{
	background-position:bottom !important;
}

#menu li.one a{width:102px; background:url(../images/menu/one.gif) no-repeat;}
#menu li.two a{width:57px; background:url(../images/menu/two.gif) no-repeat;}
#menu li.three a{width:78px; background:url(../images/menu/three.gif) no-repeat;}
#menu li.four a{width:107px; background:url(../images/menu/four.gif) no-repeat;}
#menu li.five a{width:168px; background:url(../images/menu/five.gif) no-repeat;}
#menu li.six a{width:74px; background:url(../images/menu/six.gif) no-repeat;}
#menu li.seven a{width:111px; background:url(../images/menu/seven.gif) no-repeat;}
#menu li.eight a{width:102px;	background:url(../images/menu/eight.gif) no-repeat;}
#menu li.nine a{width:59px; background:url(../images/menu/nine.gif) no-repeat;}
#menu li.ten a{width:92px;background:url(../images/menu/ten.gif) no-repeat;}


#menu li ul{
	padding-bottom:20px;
}
#menu li ul li{
	text-indent:0px;
	color:#fff;
	height:auto !important;
}

#menu ul.menulist li.one ul{background:#7ac1fe url(../images/menu/bottom-bg.gif) left bottom no-repeat;}
#menu ul.menulist li.two ul{background:#37b0cd url(../images/menu/bottom-bg.gif) left bottom no-repeat;}
#menu ul.menulist li.three ul{background:#48aa19 url(../images/menu/bottom-bg.gif) left bottom no-repeat;}
#menu ul.menulist li.four ul{background:#d23334 url(../images/menu/bottom-bg.gif) left bottom no-repeat;}
#menu ul.menulist li.five ul{background:#a21fe7 url(../images/menu/bottom-bg.gif) left bottom no-repeat;}
#menu ul.menulist li.six ul{background:#dc900a url(../images/menu/bottom-bg.gif) left bottom no-repeat;}
#menu ul.menulist li.seven ul{background:#51c21c url(../images/menu/bottom-bg.gif) left bottom no-repeat;}
#menu ul.menulist li.eight ul{background:#0066cc url(../images/menu/bottom-bg.gif) left bottom no-repeat;}
#menu ul.menulist li.nine ul{background:#faa612 url(../images/menu/bottom-bg.gif) left bottom no-repeat;}
#menu ul.menulist li.ten ul{background:#5db0f9 url(../images/menu/bottom-bg.gif) left bottom no-repeat;}

#menu ul.menulist li.ten ul

#menu .rs{
	float:left;
	height:31px;
	background:#123585;
	padding:3px 10px 0 10px !important;
}

#menu.rs li.one a{width:89px; background:url(../images/menu/one-rs.gif) no-repeat;}
#menu.rs li.two a{width:52px; background:url(../images/menu/two-rs.gif) no-repeat;}
#menu.rs li.three a{width:84px; background:url(../images/menu/three-rs.gif) no-repeat;}
#menu.rs li.four a{width:69px; background:url(../images/menu/four-rs.gif) no-repeat;}
#menu.rs li.five a{width:159px; background:url(../images/menu/five-rs.gif) no-repeat;}
#menu.rs li.six a{width:69px; background:url(../images/menu/six-rs.gif) no-repeat;}
#menu.rs li.seven a{width:164px; background:url(../images/menu/seven-rs.gif) no-repeat;}
#menu.rs li.eight a{width:130px;	background:url(../images/menu/eight-rs.gif) no-repeat;}
#menu.rs li.nine a{width:59px; background:url(../images/menu/nine-rs.gif) no-repeat;}
#menu.rs li.ten a{width:85px;background:url(../images/menu/ten-rs.gif) no-repeat;}

#menu li li a{
	background:none !important;
	height:auto !important;
	display:inline;
}