

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #a8cd8c;
}

ul.tabbernav li {
	list-style: none;
	margin: 0px 0px 0px 0px;
	display: inline;
}

ul.tabbernav li a {
	padding: 0px 3px 0px 3px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #a8cd8c;
	border-bottom: none;
	background: #99CC66;
	font: bold 8px Verdana, sans-serif;
	text-decoration: none;
	font-variant:small-caps;
	letter-spacing:2px;
}

ul.tabbernav li a:link {
	color: #336600; 
}

ul.tabbernav li a:visited { 
	color: #667; 
}

ul.tabbernav li a:hover {
	color: #000000;
	background: #ccff99;
}

ul.tabbernav li.tabberactive a {
	font-size:12px;
	color: #000000;
	background-color: #dddddd;
	border-bottom: 1px solid #dddddd;
}

ul.tabbernav li.tabberactive a:hover {
	color: #336600;
	background: #dddddd;
	border-bottom: 1px solid  #dddddd;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding: 5px 5px 5px 5px;
 border:none;
 height:auto;
 overflow:auto;

}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}










/*--------------------------------------------------
  Turner Menu Tabs Style starts here!
  Turner Menu Tabs Style starts here!
  Turner Menu Tabs Style starts here!
  --------------------------------------------------*/


.basictab {
padding: 3px 118px 0px 0px;
margin: 0px 0px 0px 0px;
     	font-size: 12px;
	font-weight:bold;
	font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
	font-variant:small-caps;
	letter-spacing:2px;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: right;
}

.basictab li{
display: inline;
margin: 0px 0px 0px 0px;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid gray;
border-bottom: none;
color: #CCFF33;
}


.basictab li a:visited{
color: #CCFF33;
}

.basictab li a:hover{
color: #EEEEEE;
}

.basictab li a:active{
color: #EEEEEE;
}

.basictab li.selected a{ /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
color: #CCFF33;
}

.submenustyle{
	text-align: right;
padding: 2px 1px;
border-top-width: 0;
width: 450px;
display: none;
filter:alpha(opacity=0);
-moz-opacity:0;
}

* html .submenustyle{ /*IE only width definition*/
width: 450px;
}
.submenustyle a{
     	font-size: 12px;
	font-weight:bold;
	font-family: Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
	font-variant:small-caps;
	letter-spacing:2px;
color: #CCFF33;
text-decoration: none;
border-right: 1px dashed gray;
padding: 1px 5px;
}

.submenustyle a:hover{
color: #EEEEEE;
}
