 ul {
     list-style-type: circle;
     margin: 0;
     padding: 0 10px;
	 margin-left: 5px; 
   }


    li {
     margin: 0;
     padding: 0 16px;
	 line-height: 20px;
     color: #ef3f6b;	
   }

#ajaxmenu {border:0px solid #000000;
height:20px; margin-left: 30px;
}
#myajaxmenu {
    width: auto;
	
	z-index: 1000;
}

#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	
	}

#ajaxmenu li {
	float: left;
width: auto;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	padding-left: 0px;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top:30px;
	line-height: 20px;

	}
#ajaxmenu ul li a {
	color: #ef3f6b;
	font-weight: normal;
	font-size:16px;
	width: auto;
	padding-left: 30px;
}
#ajaxmenu ul li.activ a{color: #ef3f6b;
	font-weight: bold;
	font-size:16px;}
#ajaxmenu ul li a:hover {
	color: #ef3f6b;
	font-weight: bold;
	font-size:16px;
}

/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {

	color: #ffffff;
	font-weight: bold;
	height: 30px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-color:#cc0000;
	background-position: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	color: #ffffff;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;

	
	background-position: -111px;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;

	margin: 0px;

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #ED7F47;
	background-color:#999999;
	
	
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #ED7F47;

	
}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #ED7F47;

	
}

/* commented backslash \*/ 
* html ul li a {height:1%}
/* end hack */ 
#ajaxmenu li a {
	text-decoration: none;
}

/* hovered lists */
#ajaxmenu li a, #ajaxmenu li.over a {
	color: #ED7F47;
	width: 110px;
	display: block;

}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	 !important;
	color: #fff;
	background-repeat: no-repeat;
	background-color: #cccccc;
	background-position: left center;
	text-indent: 8pt;
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	 !important;
	background-repeat: no-repeat !important;
	text-align: left;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	font-weight: normal;
	width: 140px;
	background-color: #00A650;
	background-position: left center;
	text-indent: 8pt;
}
#ajaxmenu li ul li a {
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
} /* The pop */


