/* ######### CSS for Shade Tabs.######### */
.linkconatiner{ margin:0px 10px; padding-top:3px; }

.submenucontainer{
 padding-left:5px; 
 background-image:url(../images/shadow.gif);
 background-repeat:repeat-x; 
background-position:bottom;
height:139px;
border-top:1px #ccc solid;}

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font:1.1em Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background-color:#5F6162;

}

.shadetabs li{
display: inline;
margin: 0;
margin-right:4px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
color: #fff;
background-color:#5F6162;
margin-right:3px;
}

.shadetabs li a:visited{
color: #fff;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #fff;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
border-right:1px #7e7e7e solid;

}

.shadetabs li a.selected{ /*selected main tab style */
background-color:#4C4C4C;

}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;


}
.tabcontent ul{
text-align:left;
margin-top:5px;
}

.tabcontent ul li {
display:block;
padding-left:15px;}


.tabcontent ul li a {
color:#fff;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:17px;
}

li a,li a,li a:link,li a:visited{ text-decoration:none;}
li a:hover{ text-decoration:underline;}

.float_left{float:left}
.float_left_margin{float:left;margin-left:10px;}
.float_left_margin1{float:left;margin-left:20px;}
.float_left_margin2{float:left; width:250px;}
.float_left_margin3{float:left; margin-left:5px;}
.float_left_margin4{width:220px; float:left}
.float_left_margin5{float:left; margin-left:5px; margin-right:5px;} 