﻿
#topTab
{
	position: absolute;
	float: right;
	left: 0px;
	width: 100%;
    line-height:normal;
    z-index: 90;
    font-size: 9pt;
    font-weight: bold;
    top: 37px;
}

#topTab ul 
{
	line-height: normal; 
    margin:0;
	margin-left: 260px;
    padding:0;
    list-style: none;
}

#topTab li 
{
	float:left;
	margin:0px;/* 10px 0px 0px;*/
	padding:0px;
	text-align: center;
	border-bottom: 1px solid #ffffff;
}

.li
{
    /*background-color: #E28C05; /* reed orange */
	background-image: url(../images/tab_orange_background.gif);
	background-repeat:repeat-x;
	width: 95px;
}

.emptyLi
{
	display:block;
	height: 22px;
	width: 10px;
	padding: 0px;
}

#topTab a 
{
	display:block;
	padding:4px 10px 3px;
	color: White;
	text-decoration: none;
	letter-spacing: -1px;
	
}
    
#topTab #currentTab
{
	color: #555;
	border-bottom: 1px solid #B4B4B4;
	background-image: url(../images/tab_gray_background.gif);
	background-repeat:repeat-x;
}

#topTab #currentTab a
{
	color: #555;
}

#topTab #topSubTab
{
	position: relative;
	background-color: #000000;
	border-left: 1px solid #bbbbbb;
	letter-spacing: -1px;
	font-weight: normal;
	margin-left: 250px;
	padding-left: 40px;
	font-size: 10pt;
	top: 24px;
	left: 9px;
}


#topTab #topSubTab #subTabDiv
{
	padding: 5px 0px 4px 10px;
	text-align: left;
}

#topTab #topSubTab #subTabDiv a
{
	display: inline; 
	padding: 0;
	color: #555;
	font-weight: bold;
}

#topTab #topSubTab #subTabDiv a:hover
{
	color: #192168;
	text-decoration: underline;
}

a.activeSubMenu:hover
{
	color: #cc0000;
	font-size: 6pt;
	font-weight: bold;
}
