/* CSS Document *//* Main tabbed navigation OVERRIDE*/#menu { 	background:#4b78a5;	}  #menu li { 	background:url("/xroot/images/norm_left.gif") no-repeat left top;	}#menu a {	background:url("/xroot/images/norm_right.gif") no-repeat right top;	}div#menu li:hover {  background:url("/xroot/images/norm_left_hover.gif") no-repeat left top;	}	div#menu li:hover a {    background:url("/xroot/images/norm_right_hover.gif") no-repeat right top;	}#menu #current {	background-image:url("/xroot/images/norm_left_hover.gif");	}	#menu #current a {	background-image:url("/xroot/images/norm_right_hover.gif");	}