
#header-menu {list-style: none;font-size: 12px;font-weight:bold;margin: 0px 20px 15px 20px;padding: 0px;background: #00ADEF;}
#header-menu li {float: left;background-color: #00adef;height: 25px;padding-top: 13px;}
#header-menu li a.home {display: block;height: 38px;width: 45px;padding: 0px;background-image: url('../images/home_button.png');}
#header-menu li a.selected {display: block;height: 38px;line-height: 38px;padding: 0 10px;background-image: url('../images/selected.png');background-repeat: no-repeat;background-position: right;margin-left: -2px;border-left: 1px solid #ffffff;}
#header-menu li a {color: white;display: block;font-weight: bold;padding: 0px 10px;text-decoration: none;text-transform: uppercase;line-height: 12px;}
#header-menu li a:hover {text-decoration: underline;}



#nav {  font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 68px;
    margin: 0px auto;
    text-align: center;
    background: url(../images/navigation-header.png) top left no-repeat;
    /*text-transform: uppercase;  */
    top: 0;
    width: 750px;  padding: 18px 5px 0px 195px; }

.header-linking {
    color: #221006;
    text-decoration: none;
}

#nav a { color:#180C00; text-decoration: none; }

#nav a .header-linking {    color: #180C00;    text-decoration: none; }

#nav a:hover { color: #ffffff; text-decoration: none; }
#nav ul {  list-style: none; padding:0px; float:left; }
#nav ul li {  list-style: none;  float:left; }

/* LEVEL ONE*/
ul#dropdown { position: relative; margin:0px; padding-top:1px; z-index: 99; }
ul#dropdown li {  margin:0px; float: left; zoom: 1;  padding: 5px 0px 6px 20px;  }
ul#dropdown li a{  border-right: 1px solid #817B74; padding: 5px 20px 5px 0px;  }
ul#dropdown li li {  border-right: none;  }
ul#dropdown il a:link,ul#dropdown il a:visited{color: #221006;}
ul#dropdown a:hover	{ color: #ffffff; text-decoration: none;}
ul#dropdown ul li a:active, ul#dropdown ul li a:link, ul#dropdown ul li a:visited {  text-decoration: none; }
ul#dropdown li a  { display: block;   }
ul#dropdown li:last-child a { border: none; } /* Doesn't work in IE */
ul#dropdown li.hover, ul#dropdown li:hover  { color: #ffffff; position: relative; }
ul#dropdown li.hover a { color: #ffffff; }

ul#dropdown li.padding-top {  padding-top:15px;  height:21px;}

/* LEVEL TWO */
ul#dropdown ul.background {  width:81px; background: #E2E0DF; padding-bottom:5px; }
ul#dropdown ul { background: none repeat scroll 0 0 #E2E0DF;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    left: 0;
    padding-bottom: 10px;
    padding-top: 4px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 100%;
    visibility: hidden;
    width: 165px;  }
ul#dropdown ul li {  background: #E2E0DF; width: 155px; font-weight: normal;  float: none; padding:5px 5px 2px 5px; border-bottom: 1px solid #666666;    }
ul#dropdown ul li:last-child {  width: 155px; font-weight: normal;  float: none; padding:5px 5px 2px 5px; border-bottom:none;   }
ul#dropdown ul li.larger { min-width: 81px; font-weight: normal; border-bottom: 1px solid #221006; float: none; }
ul#dropdown ul li.large { min-width: 81px; font-weight: normal; border-bottom: 1px solid #221006; float: none; }
/* IE 6 & 7 Needs Inline Block */
ul#dropdown ul li a	{ border-right: none; width: 100%; display: inline-block;  padding:3px 0px; color:#180C00; }

/*ul#dropdown ul li:nth-child(1) a{ color: #553542;}
ul#dropdown ul li:nth-child(2) a{ color: #4C4D61;}
ul#dropdown ul li:nth-child(3) a{ color: #ffffff;}*/
/* LEVEL THREE */
ul#dropdown ul ul { left: 100%; top: 0; }
ul#dropdown li:hover > ul { visibility: visible; }

.nav_border { border-left: 1px solid #C16D83; }


/* old navigation below */
