.sdcontainer {
   float: left;
   z-index: 900;
}

.sdmenu {
   font-family: times;
   font-size: 12px;
   /* padding-bottom: 5px; */
   background: transparent;
   color: #FFF;
   width: 200px;
   position:relative;
   z-index: 900;
}

.sdmenu .title, .sdmenu .titlehidden {
   display: block;
   padding: 5px 0;
   font-weight: bold;
   font-size: 12px;
   color: black;
   background: transparent url(/images/button.gif) no-repeat;
   z-index: 900;
}

.sdmenu .title {s
   height:30px;
   z-index: 900;
}


.sdmenu .arrow {
   margin-left: 10px;
   margin-right: 7px;
   z-index: 900;
}

.sdmenu .titlehidden {
   border-bottom: none;
   height: 20px;
   z-index: 900;
}

.sdmenu #top {
   background: transparent url(/images/button.gif) no-repeat;
   z-index: 900;
}

.sdmenu .submenu {
   overflow: hidden;
   z-index: 900;
}

.sdmenu .submenu a {
   padding: 5px 0;
   text-indent: 20px;
   background: white;
   display: block;
   border-bottom: 1px solid #DDD;
   color: black;
   font-weight:bold;
   text-decoration: none;
   width: 150px;
   z-index: 900;
}

.sdmenu .submenu a:hover {
   background :  url(/images/linkarrow.gif) no-repeat right center;
   color: #FFF;
   z-index: 900;
}

.othernavs {
   position:relative;
/*   top:0px; */
   z-index: 900;
}

.othernavs2 {
   position:relative;
/*   top:-15px; */
   z-index: 900;
}

.navbackground {
   position:relative;
   left:0px;
   background: url(/images/nav_blend_background.jpg) no-repeat;
   z-index: 100;
}