/* = Left Menu 
---------------------------------------------------------------------------------- */
.sdmenu {
    width: 160px;
    font-family: Sans-Serif;
    font-size: 12px;
    padding-bottom: 10px;
    background: #eee url('../images/bottom.gif') no-repeat right bottom;
    color: #FFF
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    font-weight: bold;
    color: white;
    background: #fff url('../images/title.gif') repeat-x;; padding-left:0; padding-right:0; padding-top:5px; padding-bottom:5px
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}

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

.sdmenu .titlehidden {
    border-bottom: none;
}

.sdmenu #top {
    background: url('../images/toptitle.gif') no-repeat;
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #EEE;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #066;
    text-decoration: none;
}

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



/* = InvertedTabs Menu 
---------------------------------------------------------------------------------- */
#invertedtabs{
margin-left: 2px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 1px;
}

#invertedtabs ul{
font: bold 9px Verdana, sans-serif;
margin:0;
margin-bottom: 1em; /*margin between menu and rest of content*/
padding:0;
list-style:none;
}

#invertedtabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
line-height: 1.5em;
}


#invertedtabs a{
float:left;
color: white;
background: #8b0000 url('../images/color_tabs_left2.gif') no-repeat left bottom;
text-decoration:none;
letter-spacing: 1px; margin-left:1px; margin-right:0px; margin-top:0; margin-bottom:0; padding-left:3px; padding-right:0; padding-top:0; padding-bottom:0
}

#invertedtabs a span{
float:left;
display:block;
background: url('../images/color_tabs_right2.gif') no-repeat right bottom;
padding-left:6px; padding-right:9px; padding-top:3px; padding-bottom:3px
}

#invertedtabs a span{
float:none;
}


#invertedtabs a:hover{
background-color: #d50509;
}

#invertedtabs a:hover span{
background-color: #d50509;
}

#invertedtabs #current a, #invertedtabs #current span{ /*currently selected tab*/
background-color: #d50509;
}

#invertedtabsline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #8b0000;
border-bottom: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}