/* Root = Horizontal, Secondary = Vertical */
#navmenu-h {

}

.transform{
text-transform:none !important;
}

ul#navmenu-h {
  margin: 0;
  border: 0 none;
  padding: 7px 0px 0px 0px;
  width: 910px; /*For KHTML*/
  list-style: none;
  height: 27px;
}

ul#navmenu-h li {
  margin: 0;
  border: 0 none;
  padding: 0;
  float: left; /*For Gecko*/
  display: inline;
  list-style: none;
  position: relative;
  height: 24px;
}

ul#navmenu-h ul {
  margin: 0;
  border: 0 none;
  width: 160px;
  list-style: none;
  display: none;
  position: absolute;
  bottom: 26px;
  left: 0;
  padding:9px 0 0 0;
}

ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;

}

ul#navmenu-h ul li {
  width: 160px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/

}

/* Root Menu */
ul#navmenu-h a {
  padding: 5px 14px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: url("images/bg_nav_link.gif") no-repeat;
  color: #333333;
  font: bold 14px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
  text-transform:uppercase;

}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a {
  color: #FFF;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a.active,
ul#navmenu-h li.active a,
ul#navmenu-h li.ieactive a,
ul#navmenu-h li a.hide_starter_active {
  color: #FFFFFF;
}

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a {
  float: left;
  width: auto !important;
  min-width: 150px;
  width: 150px;
  background: #fdc783;
  color: #FFFFFF;
  padding: 5px 5px 5px 15px;
  font-size: 12px;

}

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #ffa73c;
  color: #FFF;
  font-size: 12px;

}

/* 3rd Menu */
ul#navmenu-h li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 3rd Menu Hover Persistence */
ul#navmenu-h li:hover li:hover li a:hover,
ul#navmenu-h li:hover li:hover li:hover a,
ul#navmenu-h li.iehover li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover a {
  background: #CCC;
  color: #FFF;
}

/* 4th Menu */
ul#navmenu-h li:hover li:hover li:hover li a,
ul#navmenu-h li.iehover li.iehover li.iehover li a {
  background: #EEE;
  color: #666;
}

/* 4th Menu Hover */
ul#navmenu-h li:hover li:hover li:hover li a:hover,
ul#navmenu-h li.iehover li.iehover li.iehover li a:hover {
  background: #CCC;
  color: #FFF;
}

ul#navmenu-h ul ul,
ul#navmenu-h ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 160px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}

/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_pullup.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any
way to fit your requirements.
=================================================================== */

/* style the outer div to give it width */
.menu {
width:936px;
height: 26px;
border-top: 2px solid #FFF;
background: url("images/navigation.png") repeat-x;
 top: 26px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
z-index: 1000;

}
.menu ul ul {
width:150px;
z-index: 1000;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
z-index: 1000;
}


/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
font-size:12px;
text-decoration:none;
color:#ffffff;
height:26px;
border:1px solid #fff;
padding: 0px 24px 0px 24px;
border-width:0px 0px 0 0;
line-height:27px;
z-index: 1000;
font-weight: bold;
background: url("images/navigation_line.png") no-repeat 100% 100%;
}


/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
/*width:150px;*/
w\idth:99px;
z-index: 1000;
padding: 0px 14px 0px 14px;
}



/* style the third level background */
.menu ul ul a, .menu ul ul a:visited {
background:#000000;
z-index: 1000;
}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {border-collapse:collapse; border:0; position:absolute; left:0; bottom:-1px; z-index: 1000;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
bottom:26px;
left:0;
width:150px;
border-right: none;
}


* html .menu ul ul {
bottom:26px;
}


/* position the third level flyout menu */
.menu ul ul ul{
left:150px;
bottom:0;
width:150px;
}




/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:#fdcc91;
color:#0162af;
height:auto;
line-height:1em;
padding:4px 10px 4px 10px;
width:130px;
border-bottom: 1px solid #FFF;
font-weight: normal;
/* yet another hack for IE5.5 */
}


* html .menu ul ul a {
width:150px;
w\idth:129px;
}


/* style the top level hover */
.menu a:hover {
color:#fff;
background:#fdcc91;
}

.menu ul ul a:hover {
color:#fff;
background:#fdcc91;
}

.menu a.active {
color:#fff;
background:#fdcc91;
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul{
visibility:visible;
height:auto;
}


/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
display:none;
}


/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
display:none;
}


/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{
display:block;
bottom:0;
}


/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {
display:block;
bottom:0;
}