.tabs{
padding: 4px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/}

.tabs li{display: inline; margin: 0;}
.tabs li a{text-decoration: none; padding: 3px 10px; margin-right: -1px; border: 1px solid #D8DEEA; color: #264598; background-color:#D8DEEA;}
.tabs li a:visited{color: #264598;}
.tabs li a:hover{text-decoration: none;color: #264598;}

.tabs li.selected{position: relative;bottom: 1px;}
.tabs li.selected a{ /*selected main tab style */background-color:#fff; border-bottom:#FFFFFF 3px solid;}
.tabs li.selected a:hover{ /*selected main tab style */text-decoration: none;}

.tabstyle{ /*style of tab content oontainer*/border: 1px solid #D8DEEA; width: 100%; margin-bottom: 1em; padding: 0px;}

.tabcontent{display:none;}



