/* 

	STC Stylesheet - Tabbed Navigation
	======================================
	Written by		-		Ahmed Abbas
	Date Created	-		July 19 2005
	Last Modified	-		July 19 2005
	======================================
	
*/

#tabs ul {
	margin: 53px 0 0 0;
	*margin: 54px 0 0 0;
	padding: 0;
	*padding-bottom:18px;
}

#tabs li {
	display: inline;
	*padding-bottom:10px;
}




#tabs a {
	font: 11px Verdana, Sans-Serif;
	text-decoration: none;
	text-transform: uppercase;
	color: #818181;
}

/* ------------------------------------------------------------------------------ */

#tab1 {
	background:  url( '../images/tabs/1/li.gif' ) no-repeat top left;
	padding: 17px 0 18px 74px;	*padding: 0 0 0 74px;
}

#tab1-selected {
	background:  url( '../images/tabs/1/li_selected.gif' ) no-repeat top left;
	padding: 17px 0 18px 74px;	*padding: 0 0 0 74px;
}

#tab1 a {
	background:  url( '../images/tabs/1/a.gif' ) repeat-x top left; 
	padding: 18px 0 17px 0;
}

#tab1-selected a {
	background:  url( '../images/tabs/1/a_selected.gif' ) repeat-x top left; 
	padding: 18px 0 17px 0;
	padding-bottom:25px;
	font-weight: bold;
}

/* ------------------------------------------------------------------------------ */

#tab2 {
	background:  url( '../images/tabs/2/li.gif' ) no-repeat top left;
	padding: 17px 0 18px 40px;

	*padding: 0 0 0 40px;


}

#tab2-selected {
	background:  url( '../images/tabs/2/li_selected.gif' ) no-repeat top left;
	padding: 17px 0 18px 67px;	*padding: 0 0 18px 67px;
}

#tab2-ros {
	background:  url( '../images/tabs/2/li_ros.gif' ) no-repeat top left;
	padding: 17px 0 18px 40px;

	*padding: 0 0 0 40px;


}

#tab2 a, #tab2-ros a {
	background:  url( '../images/tabs/2/a.gif' ) repeat-x top left; 
	padding: 18px 0 17px 0;
}

#tab2-selected a {
	background:  url( '../images/tabs/2/a_selected.gif' ) repeat-x top left; 
	padding: 18px 0 17px 0;
	padding-bottom:25px;
	font-weight: bold;
}

/* ------------------------------------------------------------------------------ */

#tab3 {
	background:  url( '../images/tabs/3/li.gif' ) no-repeat top left;
	padding: 17px 0 18px 40px;

	*padding: 0 0 0 40px;


}

#tab3-selected {
	background:  url( '../images/tabs/3/li_selected.gif' ) no-repeat top left;
	padding: 17px 0 18px 67px;	*padding: 0 0 18px 67px;
}

#tab3-ros {
	background:  url( '../images/tabs/3/li_ros.gif' ) no-repeat top left;
	padding: 17px 0 18px 40px;

	*padding: 0 0 0 40px;


}

#tab3 a, #tab3-ros a {
	background:  url( '../images/tabs/3/a.gif' ) repeat-x top left; 
	padding: 18px 0 17px 0;
}

#tab3-selected a {
	background:  url( '../images/tabs/3/a_selected.gif' ) repeat-x top left; 
	padding: 18px 0 17px 0;
	padding-bottom:25px;
	font-weight: bold;
}

/* ------------------------------------------------------------------------------ */

#tab4 {
	background:  url( '../images/tabs/4/li.gif' ) no-repeat top left;
	padding: 17px 0 18px 40px;

	*padding: 0 0 0 40px;


}

#tab4-selected {
	background:  url( '../images/tabs/4/li_selected.gif' ) no-repeat top left;
	padding: 17px 0 18px 67px;	*padding: 0 0 18px 67px;
}

#tab4-ros {
	background:  url( '../images/tabs/4/li_ros.gif' ) no-repeat top left;
	padding: 17px 0 18px 40px;

	*padding: 0 0 0 40px;


}

#tab4 a, #tab4-ros a {
	background:  url( '../images/tabs/4/a.gif' ) repeat-x top left; 
	padding: 18px 0 17px 0;
}

#tab4-selected a {
	background:  url( '../images/tabs/4/a_selected.gif' ) repeat-x top left; 
	padding: 18px 0 17px 0;
	padding-bottom:25px;
	font-weight: bold;
}

/* ------------------------------------------------------------------------------ */

#tab5 {
	background:  url( '../images/tabs/5/li.gif' ) no-repeat top left;
	padding: 17px 0 18px 40px;

	*padding: 0 0 0 40px;

	border-right: 3px solid #00509F;

}

#tab5-selected {
	background:  url( '../images/tabs/5/li_selected.gif' ) no-repeat top left;
	padding: 17px 0 18px 67px;	*padding: 0 0 18px 67px;
	border-right: 3px solid #00509F;
}

#tab5-ros {
	background:  url( '../images/tabs/5/li_ros.gif' ) no-repeat top left;
	padding: 17px 0 18px 40px;

	*padding: 0 0 0 40px;

	border-right: 3px solid #00509F;
}

#tab5 a, #tab5-ros a {
	background:  url( '../images/tabs/5/a.gif' ) repeat-x top left; 
	padding: 18px 13px 17px 0;
}

#tab5-selected a {
	background:  url( '../images/tabs/5/a_selected.gif' ) repeat-x top left; 
	padding: 18px 13px 17px 0;
	padding-bottom:25px;
	font-weight: bold;
}

/* ------------------------------------------------------------------------------ */

#tab1 a:hover, #tab2 a:hover, #tab3 a:hover, #tab4 a:hover, #tab5 a:hover, #tab6 a:hover, 
#tab2-ros a:hover, #tab3-ros a:hover, #tab4-ros a:hover, #tab5-ros a:hover, #tab6-ros a:hover {
	color:black;
}