.sdmenu {
    width: 164px;
    font-size: 11px;
    padding-bottom: 0px;
    margin-top:0px;
    margin-left:1px;
    background: #006282 url(../images/bottom.gif) no-repeat  right bottom;
    color: #fff;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding:0;margin:0;
    color: #fff;
    font-weight:bold;
    background-color:#000;
    height:23px;
    background-image:url(../images/naviefix.gif);
    background-repeat:repeat-y;
    background-position: left;
    background-color:#e9f4ff;
}

.sdmenu .title {
    margin:0;padding:0;
    height:23px;
}

.sdmenu .title a {
    color: #000;
    margin-left:4px;
    background:#e9f4ff;
    height:23px;
    margin-bottom:0;
    padding:0;
}

.sdmenu .arrow {
	margin-left: 30px;
    margin-right: 7px;
}

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url(../images/toptitle.gif) no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a 
{
    margin-left:4px;
    padding: 2px 0 0 0;
    text-indent: 22px;
    background-image:url(../images/linkarrow-off.gif);
    background-repeat:no-repeat;
    background-position:top left;
    background-color: #ffffff;
    display: block;
    color: #095567;
    font-weight:bold;
    text-decoration: none;
    height:17px;
    border:1px solid #c0c0c0;
    border-top:0;
}

.sdmenu .submenu a:hover
 {
    margin-left:4px;
    padding: 2px 0 0 0;
    text-indent: 22px;
    background-image:url(../images/linkarrow.gif);
    background-repeat:no-repeat;
    background-position:top left;
    background-color: #ffffff;
    display: block;
    color: #fff;
    font-weight:bold;
    text-decoration: none;
    height:17px;
    border:1px solid #c0c0c0;
    border-top:0;
}

#highlight
 {
    margin-left:4px;
    padding: 2px 0 0 0;
    text-indent: 22px;
    background-image:url(../images/linkarrow.gif);
    background-repeat:no-repeat;
    background-position:top left;
    background-color: #ffffff;
    display: block;
    color: #fff;
    font-weight:bold;
    text-decoration: none;
    height:17px;
    border:1px solid #c0c0c0;
    border-top:0;
}

.sdmenu a.highlight
{
    background:#effaff url(../images/linkarrow.gif) no-repeat right center;
    color: #fff;
    font-weight:bold;
    cursor:hand;
}

.bannercontainer
{
    border:1px solid #000;background-image:url(images/bg-navgradient.gif);background-repeat:repeat-x;width:160px;background-position:top left;height:160px;margin-left:5px;padding:10px 0px 0px 0px;text-align:center;
}