/* tabs
*************************/

#tabs
{
	display: table;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#tabs li
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: table-cell;
	float: left;
	position: relative;
}

#tabs a
{
	position: relative;
	display: block;
}

/* dropdowns
*************************/

ul.dropdown
{
	margin: 0;
	padding-top: 10px;
	padding-bottom: 20px;
	display: block;
	position: absolute;
	z-index: 999;
	top: 100%;
	width: 272px;
	display: none;
	left: -23px;
	min-height: 110px;
}
ul.dropdown #business 
{
	background: url(../images/nav/business3.png) no-repeat;
}
ul.dropdown #gaming 
{
	background: url(../images/nav/gaming3.png) no-repeat;
}
ul.dropdown #desktop 
{
	background: url(../images/nav/desktop3.png) no-repeat;
}
ul.dropdown #laptop 
{
	background: url(../images/nav/laptop3.png) no-repeat;
}
ul.dropdown #printer 
{
	background: url(../images/nav/printer3.png) no-repeat;
}
ul.dropdown #elec_acc 
{
	background: url(../images/nav/elec_acc3.png) no-repeat;
}
ul.dropdown #offer 
{
	background: url(../images/nav/offer3.png) no-repeat;
}
ul.dropdown ul.dropdown
{
	top: 0;
	left: 95%;
}

ul.dropdown #subcats {
	display: block;
	font-size: 0.8em;
	color: #fff;
	font-weight: bold;
	text-decoration:none;
	list-style: none;
	float: none;
	margin: 0;
	position: relative;
}
ul.dropdown #subcats a
{
	color: #fff;
}
ul.dropdown #subcats a:hover
{
	text-decoration:underline;
}


/* menu-specifc
*************************/

/*#nav ul li.gaming a:hover
{
	background: url(../images/nav/gaming2.png) no-repeat;
}*/

#menu ul.dropdown
{
	padding: 10px;
	background-image: url(images/dropdown.png);
	overflow:hidden;
	border-bottom: 1px solid #dc902f;
	width: 290px;
}

#menu ul.dropdown li a
{
	border-bottom: 1px solid #e5cd8e;
	line-height: 30px;
	overflow: hidden;
	height: 30px;
}

#menu ul.dropdown li.last a
{
	border-bottom-width: 0;
}

#menu ul.dropdown li a:hover
{
	background: url(images/menuarrow.png) no-repeat left center;
}

#menu ul li h4 a:hover
{
	background-image: none;
}