/* ######### Drop Down ULs CSS ######### */

.menu_static1{
  display:inline;  
    float: left;
    display: block;
    text-decoration: none;
    margin-top: 0px;
    padding: 10px 0px 10px 0px; /*padding inside each tab*/
	border: 1px solid white;
    color: black;
    background: #DBC791;
	z-index: 100;
}

.menu_static{
  display:inline;  
    float: left;
    display: block;
    text-decoration: none;
    margin-top: 0px;
    padding: 0px 0px; /*padding inside each tab*/
    border-right: none; /*right divider between tabs*/
    color: black;
    background: #cdcdcd;/*DBC791;*/
	z-index: 100;
}
.menu_text{
    color: black;
    font: normal 11px Verdana;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 2px;
  padding-right: 2px;
}

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
    font: normal 11px Verdana;
    margin: 0;
    padding: 0;
    margin-bottom :0;
    margin-top :0;
    position: absolute;
    left: 0;
    top: 0;
    list-style-type: none;
    background: #eeeeee;/*white;*/
    border: 1px solid black;
    border-bottom-width: 0;
    visibility: hidden;
    z-index: 100;
}

.ddsubmenustyle li a{
    display: block;
    width: 250px; /*width of menu (not including side paddings)*/
    color: black;
/*    background-color: #ededed;*/
    text-decoration: none;
    padding: 0px 1px 1px  1px;/*4px 5px;*/
    border-bottom: 1px solid black;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
    display: inline-block;
    width: 250px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
    background-color: black;
    color: white;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
    padding-left: 4px;
    border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
    position: absolute;
    padding-top: 0px;
    left: 100px;
    border: 0;
}

.ddiframeshim{
    position: absolute;
    z-index: 500;
    background: transparent;
    border-width: 0;
    width: 0;
    height: 0;
    display: block;
}



/* ######### Marker List Vertical Menu ######### */

.markermenu{
    width: 250px; /*width of side bar menu*/
    clear: left;
    position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
    
}

.markermenu ul{
    list-style-type: none;
    margin: 0px 0;
    padding: 0;
    margin-bottom : 0;
    margin-top : 0;
    border: 1px solid #9A9A9A;
}

.markermenu ul li a{
    background: #F2F2F2 url(bulletlist.gif) no-repeat 3px center; /*light gray background*/
    font: bold 11px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
    color: #00014e;
    display: block;
    width: auto;
    /*padding: 1px 1px;*/
    padding-left: 20px;
    text-decoration: none;
    margin-bottom :0;
    margin-top :0;
    border-bottom: 1px solid #B5B5B5;
}

* html .markermenu ul li a{ /*IE6 hack*/
    width: 250px;
    margin-bottom:0;
    margin-top :0;
    padding:0;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
    color: #00014e;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
    color: white;
    background-color: black;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
    background: white;
}

.blackwhite li a:hover{
    background: black;
    color: white;
}


/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
    margin: 0;
    padding: 0;
    font: bold 11px Verdana;
    list-style-type: none;
    border-bottom: none;
    background: #ededed;
    overflow: hidden;
    width: 100%;
    border: 0px solid black;
}

.mattblackmenu li{
    display: inline;
    margin: 0;
}

.mattblackmenu li a{
    float: left;
    display: block;
    text-decoration: none;
    margin: 0;
    padding: 0; /*padding inside each tab*/
    /*border-right: 1px solid white; /*right divider between tabs*/
    color: black;
    background: #ededed;
}

.mattblackmenu li a:visited{
    color: white;
}

.mattblackmenu li a:hover{
    background: #eeeeee; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
    background: eeeeee; /*background of tab with "selected" class assigned to its LI */
}
.rlevel2{
  background-color:#deedee;
}
.rlevel3{
  background-color:#ddeeee;
}
.rlevel4{
  background-color:#eeeeee;
}
.rlevel5{
  background-color:#feeeee;
}
