body { background: #fff; }

#menucontainer {
	position:relative;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif!important;
	font-size: 12px;
	z-index:10 !important;
	background: #fff;
}
.menubar {
	/*background:#222222 url(../../images/siteHeaderPattern.png);*/
    width:800px; /* WIDTH OF THE MAIN MENU BAR */
    height:45px;
	margin-left: auto;
	margin-right: auto;
}
.menubar a:hover {
	color:#00b6f0;
	border-bottom:5px solid #09C;
}
#mycustommenu a {
	font-weight:bold;
    color:#000!important;
    text-decoration:none;
    display:block;
    padding:6px 8px 8px 8px;
	margin-left:10px;
    text-shadow:0 2px 2px #000 0.5; /* rgba(0,0,0, .7); */
}
/* selected menu element */
#mycustommenu .current a, #mycustommenu a:hover {
    background:none; /* 3b3b3b */
    color:#00b6f0!important; /* fed327 */
}
#subMenu-wrapper {
	width:100%;
	background:#fff;
	padding-top:20px;
	height:40px;
}
#subMenu-container {
	width:900px;
	height:40px;
	border-bottom: 1px dashed #444;
}
#subMenu {
	background:#fff;
	min-height:40px;
	max-width:600px;
}
#faq_us a {
	background:#000;
	color:#fff !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#subMenu-company {
	display: none;
}
#subMenu-about {
	display: none;
}
#subMenu-thebrand {
	display: none;
}
.subMenu a {
	color:#000 !important;
	font-size:18px;
	padding: 6px 8px 8px 8px;
}
.subMenu a:hover {
	background:#000;
	color:#fff !important;
	text-decoration:none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}
#subsubMenu a {
	color:#999 !important;
	font-size:16px;
	padding: 6px 8px 8px 8px;
	font-weight:bold;
}
#subsubMenu a:hover {
	color:#000 !important;
	text-decoration:none;
}
.fl {
	float:left;
}
.ml10 {
	margin-left:10px;
}
.t20 {
	font-size: 20px !important;
}
.t16 {
	font-size: 16px !important;
}

