/* ********************************************************************
*  Toggle Tab Menus script - © 2004 Mircea Baldean (www.baldean.com). *
*  Visit Baldean.com at http://www.baldean.com/ for full source code. *
*  Version 1.1, release 09/01/2004. This note must remain intact.     *
******************************************************************** */

.tabContent {
	position: relative;
	margin: 0px;
	clear: both;
	float: left;
	z-index: 10;
	width: 93px;
	height: 1997px;
	left: 0px;



}

#tabCont0, #tabCont1, #tabCont2, #tabCont3, #tabCont4, #tabCont5, #tabCont6, #tabCont7, #tabCont8, #tabCont9 {
	display: none;
}
	
.tabMenuOff {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none; 
	text-align: center;
	letter-spacing: 0px;
	cursor: pointer;
}

.tabMenuOn {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0px;
	cursor: default;
}

#tabMenu0, #tabMenu1, #tabMenu2, #tabMenu3, #tabMenu4, #tabMenu5, #tabMenu6, #tabMenu7, #tabMenu8, #tabMenu9 {
	float: left;
	font-style: normal;
	padding-top: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	z-index: 1100;
	bottom: -1px;
	position: relative;
	}

#tabOffset {
	float: left;
}

#tab {width: 790px;
padding: 0px;
margin: 0px;
}

#tab h3 {color: #308484;
font: normal 10px verdana;
text-transform: uppercase;
padding: 3px 0px 2px 0px;
margin: 2px 0px;}



#tab .left {float: left;
width: 380px;
padding: 3px 2px;
margin: 0px;
}

#tab .middle {float: left;
padding: 3px 10px 3px 3px;
margin: 2px;
}

#tab .right {float: right;
width: 380px;
padding: 3px 2px 3px 0px;
margin: 0px;

}

#tab .line {background-image: url(images/grey.gif);
}

#tab p {color: #808080;
font: normal 11px verdana;
padding: 2px 2px 2px 10px;
margin: 1px 2px 3px 2px;
}

#tab a {color: #808080; font: normal 11px verdana; text-decoration: none; border-color:#808080; }

#tab a:link {font-size: 11px; font-family: verdana; text-decoration: underline;}
#tab a:visited {font-size: 11px; font-family: verdana; text-decoration: underline;}
#tab a:hover {text-decoration: none;}

#tab h3 a:link {color: #308484;
font: normal 10px verdana;
text-transform: uppercase;
text-decoration: none;
padding: 3px 0px 2px 0px;
margin: 2px 0px;}

#tab ul.rel {padding: 0px;
margin: 0px 2px 10px 10px;
}
	
#tab ul.rel li {list-style-type: none;
background-image: url(bulletarrow.gif); 
background-repeat: no-repeat; background-position: 0px 0.0em; 
padding: 0px 0px 5px 10px;
margin: 0px 1px px 1px;
font-size: 11px;
font-family: verdana;
color: #808080;
}

p {color: #808080;
font: normal 11px verdana;
padding: 2px 2px;
margin: 1px 2px 3px 2px;
}

a:link {font-size: 11px; font-family: verdana; text-decoration: underline; font-color:#808080;}
a:visited {font-size: 11px; font-family: verdana; text-decoration: underline; font-color:#808080;}
a:hover {text-decoration: none;}
