#ajaxmenu ul {
    position: inherit;
    margin: 0;
    padding: 0;
    top: 180px;
    left: 20px;
    width: 237px;
    list-style: none;
    display: compact;
}

#ajaxmenu ul li {
	position: relative;
	float: left;
	width:237px;
	height: auto;
	display: block;
	list-style-image: url(images/array_332x28.gif);
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}

#ajaxmenu ul li ul {
    position: absolute;
    width:237px;
    left: 0; /* Set 1px less than menu width */
    top:45px;
    line-height: 18px;
}

#ajaxmenu ul li a {
    color: #edd599;
    font-weight: normal;
    font-size: 20px;
}


/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {

    color: #eaefff;
    font-weight: normal;
    height: 27px;
    line-height: 27px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: url(images/array_332x28.gif);
    background-repeat: no-repeat;
    background-position: 0px;
    margin: 0px;
    width:237px;
}

#ajaxmenu ul li.activecategory {
    color: #red;
    font-weight: bold;
    height: 27px;
    line-height: 27px;
    padding-right: 0px;
    padding-left: 0px;
    background-image: url(images/backmenu_current.gif);
    background-repeat: no-repeat;

/*    background-position: -237px; */

    margin: 0px;

    width:237px;

}



#ajaxmenu ul li.category {

    color: #eaefff;

    font-weight: normal;

    height: 27px;

    line-height: 27px;

    padding-right: 0px;

    padding-left: 0px;

    background-image: url(images/array_332x28.gif);

    background-repeat: no-repeat;

    background-position: -237px;

    margin: 0px;

    width:237px;



}



#ajaxmenu ul li.lastcategory {

    color: #eaefff;

    font-weight: normal;

    height: 27px;

    line-height: 27px;

    padding-right: 0px;

    padding-left: 0px;

    background-image: url(images/array_332x28.gif);

    background-repeat: no-repeat;

    background-position: -237px;

    margin: 0px;

    width:237px;

}



#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {

    color: #fff;

    background-image: url(images/backmenu.gif);

    text-decoration: underline;

}



#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {



    color: #fff;

    background-image: url(images/backmenu.gif);

    text-decoration: underline;

}



#ajaxmenu ul li.activecategory a{

    color: #red;



}



#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {

    color: #fff;
    background-image: url(images/backmenu.gif);

}

/* commented backslash \*/ 



* html ul li a {
    height:1%
}



/* end hack */ 

#ajaxmenu li a {
    text-decoration: none;
	color:#F90;

}



/* hovered lists */



#ajaxmenu li a, #ajaxmenu li.over a {



    color: #fff;



    width: 237px;



    display: block;



}



#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {



/*    background-image: url(images/backmenu.gif)  !important; */



    color: #333333;



    background-repeat: no-repeat;



    background-color: #ffcd91;



    background-position: left top;



    text-indent: 0pt;



}



/* set dropdown */



#ajaxmenu li li a, #ajaxmenu li.over li a {



    color: #333333;



    font-size: 11px;



    background-image: url(images/bullet_11x8.gif) !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: 237px;



    background-color: #ffecc2;



    background-position: left top;



    text-indent: 0pt;



}



#ajaxmenu li ul li a {



    background-image: url(images/bullet_11x8.gif);



    background-repeat: repeat-x;



    text-align: left;



    padding-top: 0px;



    padding-bottom: 2px;



    padding-right: 10px;



    padding-left: 15px;



} /* Sub Menu Styles */







#ajaxmenu li ul, #ajaxmenu li.over ul { 



    display: block; 



    list-style:square



} /* The pop */



#ajaxmenu {



    margin-right: auto;



    margin-left: auto;



    width: auto;



}



#myajaxmenu {



    position: absolute;



    top:1px;



    left: 0px;



    display: block;



    z-index: 1000;



}