/* tabs.css */
/* about, products, company, customers */
#tabs {
    width: 420px;
    height: 20px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: right;
}
#tabs li {
	background: transparent url(tab.gif) no-repeat scroll center top;
	color: #FFFFFF;
	display: inline;
	float: left;
	font-family: Impact,Verdana,Arial;
	font-size: 15px;
	height: 20px;
	margin: 48px 0px 0px 10px;
	overflow: hidden;
	padding: 2px 0px 0px;
	text-align: center;
	width: 90px;
	cursor: default;
}

#header-submenu {
	position: absolute;
	top: 84px;
	left: auto;
	height: 20px;
	overflow: hidden;
	text-align: right;
	padding: 0px;
	margin: 0px;
	z-index: 999999;
}
#header-submenu ul {
	display: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background-image: url(transparent-black.png) !important;  /* Mozilla only */
	background-color: transparent !important;                 /* Mozilla only */
	background-image: none;                              /* IE only */
	background-color: #000;                              /* IE only */
}
#header-submenu li {
	display: inline;
	margin: 0px 12px;
	font-family: arial, verdana;
	font-weight: bolder;
	font-size: 13px;
	/* letter-spacing: 1px; */
}
#header-submenu li a {
	text-decoration: none;
	color: #fff;
}
#header-submenu li a:hover {
	border-bottom: 3px solid #fff;
}