#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-top:4px;
	}

#ajaxmenu  li {
	/*background: url(images/btn_menu_inter.png) no-repeat;*/
}

#ajaxmenu ul li {
	position: relative;
	float: left;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	text-indent: 4pt;
}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
        padding-top:25px;
	top:0px;
	line-height: 16px;
	text-align: left;
	}
#ajaxmenu ul li a {
	color: #333333;
	font-weight: bold;
	
}

#ajaxmenu ul li a:hover {
	color: #e5570f;
	font-weight: bold;
}


/* Styles for Menu Items */
#ajaxmenu ul li.firstcategory {
	
	color: #000000;
	font-weight: bold;
	height: 45px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 0px;
	margin: 0px;

	}
#ajaxmenu ul li.category {
	
	
	color: #000000;
	font-weight: bold;
	height: 45px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: -123px;
	margin: 0px;

	}
#ajaxmenu ul li.lastcategory {
	color: #000000;
	font-weight: bold;
	height: 45px;
	line-height: 28px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: 123px;
	margin: 0px;

	}


#ajaxmenu ul li.firstcategory:hover, #ajaxmenu ul li.firstcategory.over {
	color: #fff;
}

#ajaxmenu ul li.category:hover, #ajaxmenu ul li.category.over {
	color: #fff;

}
#ajaxmenu ul li.lastcategory:hover, #ajaxmenu ul li.lastcategory.over {
	color: #fff;
}

#ajaxmenu ul li.here {
       background:url(images/active_bg_bottom.png) no-repeat;
       background-position: 50% 14px;
       height:34px;
}

#ajaxmenu ul li.here a {
	color:#e5570f;
}

#ajaxmenu ul li.here ul li a{
	color:#fff;
}

#ajaxmenu li.here li a:hover, #ajaxmenu li.here li a:hover {
	color:#f9c6ac;
}

#ajaxmenu ul li ul li.here {
       height:auto;
}

/* 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: #fff;
	display: block;
       margin-left:20px;
       margin-right:20px;


}
#ajaxmenu li li a:hover, #ajaxmenu li.over li a:hover {
	color: #f9c6ac;
	background-repeat: no-repeat;
	background-color: #555;
	background-position: left center;
	text-indent: 0pt;
/*	background: url(images/btn_menu_unselect.png) repeat-x;	*/
}

/* set dropdown */
#ajaxmenu li li a, #ajaxmenu li.over li a {
	color: #ffffff;
	text-align: left;
	width: 120px;
	background-color: #555;
	background-position: left center;
	text-indent: 0pt;
	
/* CSS3 Box Shadow */
 -moz-box-shadow:0 0 2px #AAAAAA;
 -webkit-box-shadow:0 0 2px #AAAAAA;
  box-shadow:0 0 2px #AAAAAA;

   -moz-border-radius-topleft:6px;
   -webkit-border-top-left-radius:6px;
   border-top-left-radius:6px;

  -moz-border-radius-topright:6px;
   -webkit-border-top-right-radius:6px;
    border-top-right-radius:6px;

   -moz-border-radius-bottomleft:6px;
   -webkit-border-bottom-left-radius:6px;
   border-bottom-left-radius:6px;

  -moz-border-radius-bottomright:6px;
   -webkit-border-bottom-right-radius:6px;
    border-bottom-right-radius:6px;

}
#ajaxmenu li ul li a {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-right: 4px;
	padding-left: 4px;
    border-top: 1px solid #ffffff;
	
} /* Sub Menu Styles */

#ajaxmenu li ul, #ajaxmenu li.over ul { 
	display: block; 
	
	
} /* The pop */
#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	
	width: 680px;
	height:30px;
        padding-top:5px;
        padding-left:8px;
        position:relative;
background: url(images/btn_menu_unselect.png) repeat-x;

-moz-border-radius-bottomleft:8px;
  -webkit-border-bottom-left-radius:8px;
  border-bottom-left-radius:8px;

 -moz-border-radius-bottomright:8px;
  -webkit-border-bottom-right-radius:8px;
   border-bottom-right-radius:8px;
}

#myajaxmenu {
	top:0px;
	left: 0px;
	display: block;
	z-index: 1000;
    float: center;
	width: 940px;
	
}