/ menu CSS /

.mainTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #f68002;

}
.mainTxtBd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: normal;

}
.headline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #f68002;
}
.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: 300;
}
.maintitleBd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #f68002;
	text-transform: capitalize;

}
.linkcolor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #FFFFCC;
}



#tswcsstabs ul {
	
	margin: 0 ;
	
	padding: 0 ;
	
	list-style: none ;
	
	display: inline ;

}


#tswcsstabs ul li {
	
	margin: 0 ;
	
	padding: 0 ;
	
	display: inline ;
	
	text-align: center ;
	
	list-style: none ;
	
	font-family: Arial, Helvetica, sans-serif ;

}


#tswcsstabs li a {
	
	color: #f78000 ;
	
	background-color: #474749 ;
	
	border: 0px ;
	
	padding: 8px ;
	
	text-decoration: none ;
	
	display: inline ;

}


#tswcsstabs li a:hover {
	
	color: #f78000 ;
	
	background-color: #474739 ;

}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.home {
	background: url(nav_home.png) no-repeat;
	width: 78px;
}
ul#topnav a.products {
	background: url(nav_products.png) no-repeat;
	width: 117px;
}
ul#topnav a.sale {
	background: url(nav_sale.png) no-repeat;
	width: 124px;
}
ul#topnav a.community {
	background: url(nav_community.png) no-repeat;
	width: 124px;
}
ul#topnav a.store {
	background: url(nav_store.png) no-repeat;
	width: 141px;
}
