.menutabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 11px ;
list-style-type: none;
text-align: left; 
}

.menutabs li{
display: inline;
margin: 0;
}

.menutabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 3px;
margin-right: 0px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

.menutabs li a:visited{
color: #2d2b2b;
}

.menutabs li a:hover{
text-decoration: underline;
color: #FF6600;
}

.menutabs li a.selected{ 
position: relative;
font: bold 11px ;
top: 1px;
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.menutabs li a.selected:hover{ 
text-decoration: none;
}

.tabcontent{
display:none;
}


/* Tab menu */
.tabdiv { padding-left: 5px; margin-top: 2px; background: #FFFFFF ; border: 0px solid #C0C0C0;}
.tabdiv .tabTopdiv{ line-height: 24px; margin-top: 2px; background: url(images/topNumber.gif) no-repeat left top; }
.tabdiv dl { line-height: 24px; background: url(images/topNumber.gif) no-repeat left 30px; }
.tabdiv dl dt { margin-bottom: 5px; }
.tabdiv .tabTopdiv a ,.tabdiv dl dd,.tabdiv .tabTopdiv span{display: block;margin-left: 25px;} 


/*  CSS Tabs ΌΛ¦‘01  - Horizontal Buttons */
#navcontainer {
        background: #f0e7d7;
        margin: 0 auto;
        padding: 0 0 0 0;
        font-family: georgia, serif;        
		width: 360px;
}

/* to stretch the container div to contain floated list */
#navcontainer:after {
        content: ".";
        display: block;
        line-height: 1px;
        font-size: 1px;
        clear: both;
}

ul#navlist {
        list-style: none;
        padding: 0;
        margin: 0 auto;
        width: 360px;
        font-size: 18px;
}

ul#navlist li {
        display: block;
        float: left;
        width: 180px;
        margin: 0;
        padding: 0;
}

ul#navlist li a {
        display: block;
        width: 100%;
        padding: 5px 10px 5px 10px;
        border-width: 1px;
        border-color: #ffe #aaab9c #ccc #fff;
        border-style: solid;
        color: #777;
        text-decoration: none;
        background: #f7f2ea;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a {
		font-size: 18px;
		background: #f0e7d7;
        color: #BE005D;
        background: transparent;
        border-color: #aaab9c #fff #fff #ccc;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
        color: #9D37FF; 
		background: transparent;
        border-color: #aaab9c #fff #fff #ccc;
}










