#Menu {
	/*background: url(../images/bg_menu.gif) repeat-x 0% 0%; */
	
	background: url(images/navbg.jpg) repeat-x 0% 0%;
}

#Menu .HasSubMenu > a {
	background: url(images/bg_arrow_down.png) no-repeat right 10px;
}

#Menu .HasSubSubMenu > a {
	background: url(images/bg_arrow_right.png) no-repeat 195px 12px;
}

#Menu ul li {
	/*background: url(../images/bg_menu_li.gif) no-repeat 0% 0%;*/
	background: url(images/separator.jpg) no-repeat 0% 0%;
}




#Menu ul li:hover {
	/* background: url(../images/bg_menu_li_a.gif) repeat-x 0% 0%; */
	background: url(images/nav_hover.jpg) repeat-x 0% 0%;
	
}
