@charset "utf-8";
/* CSS Document *

/* TOPNAV */

#topnav_container{
	height:41px;
	margin:0 0 20px 0;
	z-index:90;
	padding:0 0 0 29px;
}
#tn_topnav{
	height:18px;
	font:1px Arial, Helvetica, sans-serif;
}
#tn_topnav a{
	display:block;
	height:17px;
	overflow:hidden;
}
#tn_topnav a:hover, #tn_topnav a.current{
	background-position:0 -17px;
}
#tn_topnav div{
	float:left;
	margin:0 17px 0 0;
}
#tabcontentcontainer{
	height:11px;
	padding:12px 0 0 0;
	overflow:hidden;
	margin:0px;
}
.tabcontent{
	display:none;
	width:100%;
}
#tabcontentcontainer #sc_container .tabcontent a{
	float:left;
	margin:0;
	display:block;
	height:12px;
}
#tabcontentcontainer #sc_container .tabcontent a:hover, #tabcontentcontainer #sc_container .tabcontent a.current, #tabcontentcontainer #sc_container .tabcontent div a.sc_selected{
	background-position:0 -12px;
	color:#3399cc;
}
#tabcontentcontainer #sc_container .tabcontent div a.sc_selected{
	cursor:default;
}

/* TOPNAV ITEMS */
#tn_company a, #tn_company span{width:64px;background:url("images/topnav/topnav_company.gif") 0 0 no-repeat;}
#tn_work a, #tn_work span{width:43px;background:url("images/topnav/topnav_work.gif") 0 0 no-repeat;}
#tn_services a, #tn_services span{width:62px;background:url("images/topnav/topnav_services.gif") no-repeat;}
#tn_clients a, #tn_clients span{width:52px;background:url("images/topnav/topnav_clients.gif") 0 0 no-repeat;}
#tn_news a, #tn_news span{width:44px;background:url("images/topnav/topnav_news.gif") 0 0 no-repeat;}
#tn_contact a, #tn_contact span{width:57px;background:url("images/topnav/topnav_contact.gif") 0 0 no-repeat;}

#topnav_container span{
	background-position:0 -17px;
	display:block;
	height:17px;
	overflow:hidden;
}

/* TOPNAV SUB */

/* CLIENTS */
#sc_clients_1 a{width:64px;background:url("images/topnav/topnav_clients_1.gif") 0 0 no-repeat;}
#sc_clients_2 a{width:78px;background:url("images/topnav/topnav_clients_2.gif") 0 0 no-repeat;}

/* NEWS */
#sc_news_1 a{width:93px;background:url("images/topnav/topnav_news_1.gif") 0 0 no-repeat;}
#sc_news_2 a{width:46px;background:url("images/topnav/topnav_news_2.gif") 0 0 no-repeat;}

/* COMPANY */
#sc_company_1 a{width:42px;background:url("images/topnav/topnav_company_1.gif") 0 0 no-repeat;}
#sc_company_2 a{width:41px;background:url("images/topnav/topnav_company_2.gif") 0 0 no-repeat;}
#sc_company_3 a{width:46px;background:url("images/topnav/topnav_company_3.gif") 0 0 no-repeat;}
#sc_company_4 a{width:54px;background:url("images/topnav/topnav_company_4.gif") 0 0 no-repeat;}

/* CONTACT */
#sc_contact_1 a{width:46px;background:url("images/topnav/topnav_contact_1.gif") 0 0 no-repeat;}
#sc_contact_2 a{width:115px;background:url("images/topnav/topnav_contact_2.gif") 0 0 no-repeat;}

/* DROP-DOWN SUB (NOT USED IN PHASE 1) */

#sc1_3 .dropmenustyle{width: 150px;}
#sc2_2 .dropmenustyle{width: 230px;}
#sc2_5 .dropmenustyle{width: 200px;}
#sc3_1 .dropmenustyle{width: 190px;}
#sc5_1 .dropmenustyle{width: 180px;}

.dropmenudiv{
	position:absolute;
	top:0;
	padding:5px 0 0 0;
	z-index:555;
	visibility: hidden;
	background:none;
}
.dropmenustyle{
	margin:-1px 0 0 0;
	padding:7px 1px 7px 1px;
	font:bold 10px Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	line-height:15px;
	z-index:100;
	background-color:#fff;
	width: 160px;
}
#tabcontentcontainer .dropmenudiv .dropmenustyle a{
	width: auto;
	display: block;
	text-indent: 10px;
	padding: 2px 0;
	text-decoration: none;
	color:#666;
}
#tabcontentcontainer .dropmenudiv .dropmenustyle a.sc_selected{
	color:#3399cc;
}

* html #tabcontentcontainer .dropmenudiv .dropmenustyle a {
	width: 100%;
}
#tabcontentcontainer .dropmenudiv .dropmenustyle a:hover{
	background:#b6b6b6;
	color:#fff;
}
