.menu {
	border: solid 1px #434343;
	padding:10px 10px 15px 10px;
	background-color:#222;
	position:relative;
	top:5px;
	
	text-align: left;
	border-bottom: solid 6px #434343;
}

.menuItem {
	padding:4px 10px 4px 10px;
	border-bottom:solid 1px #4D4D4D;
}

.menuItem:hover {
	background-color:#91E600;
}

.menuItem a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

.menuItem a:hover {
	color:#fff;
}

#demo {
	background-color:#000;
	cursor:pointer;
	padding: 5px 20px 5px 20px;
	margin: 30px 0;
	/*width: 425px;*/
}

#demo span {
	padding:3px 20px 0px 20px;
	cursor:pointer;
}

#demo span:hover {
	text-decoration:underline;
}


/* menu top categorie */

#item1 {
	width:82px;
	height:17px;
	position:relative;
	top:13px;
	left:-30px;
}
#item2 {
	width:77px;
	height:17px;
	position:relative;
	top:13px;
	left:2px;
}
#item3 {
	width:77px;
	height:17px;
	position:relative;
	top:13px;
	left:28px;
}

#item1.active, #item1:hover {
	/*background-position: 0 bottom;*/
}
#item2.active, #item2:hover{
	/*background-position: -138px bottom;*/
}
#item3.active, #item3:hover {
	/*background-position: -308px bottom;*/
}
