#tabset, #sub
{
	float:left;
	width:100%;
	background:#FFFFFF;
	line-height:normal;
	font-family:	Verdana, Arial, sans-serif;
	border-bottom: 1px solid #69F;
	clear:	both;
}

#tabset ul
{
	margin:0px 5px 0px;
	padding:10px 10px 0px 0px;
	list-style:none;
}

#tabset li
{
	float:left;
	background:url("/images/tabs/tabInactiveBlueL.gif") no-repeat left top;
	margin:0px 1px 0px;
	padding:2px 0px 0px 4px;
}

#tabset #notab
{
	background: none;
	text-align:	left;
	margin:0px 1px 0px;
	padding:5px;
}

#tabset a 
{
	float:left;
	display:block;
	background:url("/images/tabs/tabInactiveBlue.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:700;
	color:#000;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#tabset a {float:none;}
/* End IE5-Mac hack */

#tabset a:hover 
{
	color:#819DC9;
}

#tabset #current 
{
	background-image:url("/images/tabs/tabActiveBlueL.gif");
}

#tabset #current a 
{
	background-image:url("/images/tabs/tabActiveBlue.gif");
	color:#FFF;
	padding-bottom:4px;
}

#sub
{
	background:	#9CF;
	border-top:	1px solid #69F;
	border-bottom:	1px solid #999;
}

#sub ul
{
	margin:0px;
	padding:0px;
	list-style:none;
}

#sub ul li
{
	float:left;
	margin:0px;
	padding:2px;

}

#sub ul li#seperator
{
	width:	1px;
	height:	18px;
	/* border-right:	1px solid #EFEFEF; */
	background-color:	#EFEFEF;
	margin-top:	4px;
	padding:	0px;
}

#sub #blank
{
	padding: 0px;
	font-size:	75%;
}

#sub a
{
	text-decoration:none;
	font-size:75%;
	float:left;
	display:block;
	padding:5px;
	text-decoration:none;
	color:#000;
	font-weight:600;
}

#sub a:hover
{
	background:	#69F;
}

#sub #current a
{
	background:	#69F;
}

#sub.lightgray
{
	background:	#F1F1F1;
}

#sub.lightgray #current a, #sub.lightgray a:hover
{
	background: #CCC;
}