/*******Global browser resets*******/
*{
	margin: 0;
	padding: 0;
}

* {
	margin: 0;
	padding: 0;
}

body{
	font-family:  Tahoma, Arial, Verdana;
	font-size: 62.5%;
	background: #ffffff;
	color: #333333;
}

ul, ol, li{
	list-style-type: none;
}
 a{
	text-decoration: none;
	color:#0055b0;
 }
 
 a:hover{
	text-decoration: underline;
	color:#000000;
 }

 a img{
	border: none;
 }
 
 .hidden {
	left:-9999px;
	position:absolute;
	visibility: hidden;
}
/**** Page wrapper ****/
body.wide  #Page {
	width: 980px;
	margin:0 auto 0;
	text-align:left;
}

/*Skinny header*/
.btSections{
	height: 30px;
	background: transparent url(/static/includes/globalheader/business/images/bg_topheader.gif) no-repeat left top !important;
	width: 980px;
	z-index: 30;
}

.btSections li{
	float: left;
	width: auto;
}

.btSections li a,
.btSections li span.category{
	display: block;	
}

.btSections li.first{
	float: left;
	width: 119px;
	height: 30px;
	margin: 0 0 0 1px;
}
.btSections li .btGroup{
	background:transparent url(/static/includes/globalheader/business/images/tab_bt_group.gif) no-repeat scroll left top;
	width: 77px;
	height: 30px;
}

.btSections li .btCom{
	background:transparent url(/static/includes/globalheader/business/images/tab_bt_com.gif) no-repeat scroll left top;
	width: 65px;
	height: 30px;
}

.btSections li .moreBt{
	background:transparent url(/static/includes/globalheader/business/images/tab_more_bt_sites_mo.gif) no-repeat scroll left top;
	width:121px;
	height: 30px;
}
.btSections li .btYahoo{
	background:transparent url(/static/includes/globalheader/business/images/tab_bt_yahoo.gif) no-repeat scroll left top;
	width: 80px;
	height: 30px;
}
.btSections li .atHome{
	background:transparent url(/static/includes/globalheader/business/images/tab_at_home_mo.gif) no-repeat scroll left top;
	width: 71px;
	height: 30px;
	background-position: -1px 0px;
}
.btSections li .business{
	background:transparent url(/static/includes/globalheader/business/images/tab_business_mo.gif) no-repeat scroll left top;
	width: 74px;
	height: 30px;
}

.btSections li .largeBusiness{
	background:transparent url(/static/includes/globalheader/business/images/tab_large_business_mo.gif) no-repeat scroll left top;
	width: 201px;
	height: 30px;
}

.btSections li a:hover{
	background-position: 0 -30px;
}

.btSections li .atHome:hover{
	background-position: -1px -30px;
}

.btSections li.selected span.category{
	background-position: 0 -60px;
}

.btSections li a.dropped{
	background-position: 0 -60px;
}

.btSections li a.dropped:hover{
	background-position: 0 -60px;
}

.btSections li.hasDropDown{
	position: relative;
}

.btSections li.hasDropDown div.dropDown{
border-color:-moz-use-text-color #CCCCCC #CCCCCC;
border-style:none solid solid;
border-width:medium 1px 1px;
left:-1px;
overflow:hidden;
position:absolute;
top:29px;
width:121px;
z-index:30;
}

.btSections li.hasDropDown div.hidden{
	left: -9999em;
}

.btSections li.hasDropDown div.dropDown ul{
	border: 3px solid #f3f3f3;
	padding: 5px 8px;	
	background: #fff;
}

.btSections li.hasDropDown div.dropDown ul li{
	float: none;
	padding: 7px 0;
	font-size: 1.1em;
	border-bottom: 1px dotted #cccccc;
}

.btSections li.hasDropDown div.dropDown ul li.last{
	border-bottom: none;
}



