#ajaxmenu {
	position: absolute;
	top: 80px;
	right: 0px;
	display: block;
	z-index: 1000;
	height:41px;
	background:url(/img/menuBgLeft.gif) no-repeat;
	padding-left:10px;
	width:750px;
	border-right:#cfcfce 1px solid;
}
.menufooter {
	width:200px;
	background:transparent url(/img/menuFooter2.png) no-repeat !important;
	height:6px !important;
	display:block;
}
#ajaxmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#line {
	background:transparent !important;
}

#ajaxmenu ul li {

}
	
#ajaxmenu ul li ul {
	position: absolute;
	left: 0; 
	top:41px;
	width: 200px;
}
#ajaxmenu ul li ul li{
	background:#f8f8f8;
	margin:0;
	padding:0 15px;
	line-height: 30px;
	border-right:#cfcfce 1px solid;
	border-left:#cfcfce 1px solid;
	height:30px !important;
}
#ajaxmenu .menufooter {
	border:0 !important;
}
#ajaxmenu ul li ul li:hover{
	background:#dedede;
}		
	
#ajaxmenu ul li a {
	color: #062E4B;
	font-weight: bold;
	outline-style:none;
}

#ajaxmenu a {
	text-decoration:none;
}

#ajaxmenu ul li.category {
	color: #062E4B;
	font-weight: bold;
	height: 41px;
	line-height: 41px;
	display: block;
	background-repeat: no-repeat;
	background-position: 0px;
	position: relative;
	float: left;
	display: block;
	height:41px;
	text-decoration: none;
	font-weight: normal;
	outline-style:none;

}
	
#ajaxmenu ul li.category  a{
	display:block;
	height:41px;
}
	
#ajaxmenu ul li.category:hover{
	background:url(/img/menuBgOver.gif) no-repeat top left;
}
#ajaxmenu ul li div.w {
	padding: 0 20px 0 20px;
}
#ajaxmenu ul li div.w:hover{
	background:url(/img/menuBgOver.gif) no-repeat top right;
}

#ajaxmenu ul li.active{
	background:url(/img/menuBgOver.gif) no-repeat top left;
}
#ajaxmenu ul li.active div.w{
	padding: 0 20px 0 20px;
	background:url(/img/menuBgOver.gif) no-repeat top right;
}
	
#myajaxmenu {
	display: block;
	height:41px;
	background: url(/img/menuBg.gif) repeat-x;
}
