#custommenu {
	position:relative;
	z-index:900;
	font-size: 12px;
	height: 28px;
	padding: 0px 0px 0px 0px;
	width: 990px;
	_background: #a1cb00;
}
div.menu {
	float: left;
	padding: 0px 0px 2px 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
	text-transform: none;
	font-family: Tahoma;
	height: 26px;
	_width: 100px; /*IE6*/
	_padding: 0px 0px 0px 15px;
	_background: none;
}
div.menu a:link, div.menu a:visited {
	display: block;
	font-family: "Tahoma",serif;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 12px 5px 12px;
    text-transform: none;
	 color: #000000;
	 border-radius: 5px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-khtml-border-radius: 5px 5px 0px 0px;
}
div.menu a:hover {
	background: #88cc05;
}
div.menu a span {
	display: block;
	height: 20px;
	padding-top: 5px;
}
div.menu a span:hover {
	cursor: pointer;
}

div.wp-custom-menu-popup {
	position: absolute;
	z-index: 3000;
	display: none;
	text-align: left;
	background: #88aa05;
	background: -moz-linear-gradient(top, #88aa05, #97bb0b);
	background: -webkit-gradient(linear, left top, left bottom, from(#88aa05), to(#97bb0b));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#88aa05', endColorstr='#97bb0b');
	border-top: 0px;
	padding: 10px 10px 5px 15px;
	_width: 0px; /*IE6*/
	_margin-top: -3px;
	_border-top: 0;
	border-radius: 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
}
div.menu a, div.wp-custom-menu-popup a {
	text-decoration: none;
	display:block;
	cursor: pointer;
	_height: 0;
}
div.block2 {
	display: block;
	_width: 150px; /*IE6*/
}
div.wp-custom-menu-popup a.act {
	
}
div.column {
	float: left;
	width: 170px; /* column width */
	padding: 0px;
	margin: 0px 10px 0px 0px;
	_display: inline;/*IE6*/
}
div.itemSubMenu {
	margin-left: 0px;
}
.clearBoth {
	clear:both;
	height: 0;
	overflow: hidden;
}
a.level2:link, a.level2:visited {
    background: none repeat scroll 0 0 #95BB00;
    border-radius: 2px 2px 2px 2px;
    color: #333333;
    font-family: "Tahoma",serif;
    font-size: 14px;
    font-weight: normal;
    padding: 1px 0 1px 5px;
}
a.level2:hover {
	color: #c60235;
	background: #a5cb11;

}
a.level1:link, a.level1:visited {
   background: none repeat scroll 0 0 #A4CE00;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
      font-family: "Tahoma",serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
    padding: 1px 0 1px 5px;
    text-transform: none;
}
a.level1:hover {
	color: #c60235 !important;
	background: #a5cb11;

}
div.level1 {
	margin-bottom: 10px;
}
/*custom tabs*/
.cat_img {
	padding-top: 10px;
	border-top: 1px dashed #94b70e;
}
div.block2 a:hover {
opacity: 1;
filter: alpha(opacity=100);
}
