﻿#kwmenu {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
    height: auto;
}
#kwmenu li {
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	width: 260px;
	height: auto;
	margin-bottom: 3px;
}



/*-----------hover*/
.menu_categories:hover {
    background: #00B400;
}

/*-----------hover*/

.menu_categories {
	 background: #CC0033;
}
.kwmenu_cat.active .menu_categories {
	 background: #00B400;
     display: block;
}
.menuitem {
	text-align: left;
	padding: 2px;
	width: auto;
	height: 26px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	color: #000000;
}
.menuitem:hover{
	background-color: #CCCCCC;
	color: #990033;
}

