﻿/***********************************************
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
.shadetabs{
padding: 0px 1px;
margin-left: 0px;
margin-top: -1px;
margin-bottom: 0px;
font: bold 10px arial;
list-style-type: none;
text-align: left;
}

.shadetabs li {display:inline; margin: 0 -2 0 -2;}

.shadetabs li a{
text-decoration: none;
padding: 3 7 0 0;
color: #444444;
background-image:url(images/tab.gif);
}

.shadetabs li a:visited{
color: #444444;
}

.shadetabs li a:hover{
color: #ffa500;
/*border: 1px solid #000000;*/
}

/*
.shadetabs li.selected{

}
*/

.shadetabs li.selected a{ /*selected main tab style */
background-image:url(images/tabselected.gif);
/*background-color:#D9261C;*/
/*border-bottom-color: white;*/
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
border-bottom-color: white;
}

.tabcontentstyle{ /*style of tab content container*/
/*border: solid red 1px;*/
margin-top: 0px;
margin-left: 0px;
/*width: 232px;*/
/*background-image: url(tabbg.gif)*/
}

.tabcontent{
display:none; text-align: justify; 
}
