/* CSS Document */
.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 2px;
margin-bottom: 0;
font: bold 8pt Verdana;
color:#000000;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

/* Normal */
.shadetabs li{
display: inline;
margin: 0;
text-decoration: none;
padding: 3px 7px 3px;
margin-right: 2px;
border: 1px solid #e2e2e2;
color: #484848;
background: #fffff top left repeat-x;
}

/* Actived */
.shadetabs li.normal{
display: inline;
margin: 0;
text-decoration: none;
padding: 3px 7px 3px;
margin-right: 2px;
border: 1px solid #e2e2e2;
color: #484848;
background: #f8f8f8;
}

/* Selected Menu */
.shadetabs li.selected{ /*selected main tab style */
background-loor: #f8f8f8;
border-top: 1px solid #e2e2e2;
border-bottom: 1px solid #ffffff;
position: relative;
background: #ffffff;
}

/* Non-Selected Menu */
.shadetabs li.non-selected{ /*nonselected main tab style */
background-loor: #fffff;
border: 1px solid #e2e2e2;
background: #f8f8f8;
}

/* Style for Border */
.contentstyle{
border: 1px solid #0099CC;
width: 100%;
padding: 10px;
}
