@charset "UTF-8";

#tabs,
#tabs li,
#tabs ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#tabs {
 position: relative;
 z-index: 20;
 float: left;
}

#tabs li {
	float: left;
	line-height: 1.3em;
	vertical-align: middle;
}

#tabs li.hover,
#tabs li:hover {
 position: relative;
 z-index: 40;
 cursor: pointer;
}

#tabs ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 30;
	width: 200px;
	background-color: #333333;
}

#tabs #brands_dropdown_menu {
	height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
}

#tabs ul li {
	float: none;
	display: block;
}
.dir {
	background-image: url(../images/main/submenu.png);
	background-repeat: no-repeat;
	background-position: right center;
	width: auto;
}

#tabs ul li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-decoration:none;
	display: block;
	margin: 0px;
	width: auto;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

#tabs ul li:hover {
	color: #FC4608;
}

#tabs ul li.dir:hover {
	background-image: url(../images/main/submenu_orange.png);
	background-repeat: no-repeat;
	background-position: right center;
}

#tabs ul ul {
 top: 0px;
 left: 100%;
}

#tabs li:hover > ul {
 visibility: visible;
}

