/* CSS Document */

/* Main tabbed navigation OVERRIDE*/

#menu {
 	background:#98bae0;
	}
  
#menu li {
 	background:url("/xroot/IDs/visitcocoabeach/images/norm_left.gif") no-repeat left top;
	}

#menu a {
	background:url("/xroot/IDs/visitcocoabeach/images/norm_right.gif") no-repeat right top;
	}

div#menu li:hover {
  background:url("/xroot/IDs/visitcocoabeach/images/norm_left_hover.gif") no-repeat left top;
	}
	
div#menu li:hover a {
    background:url("/xroot/IDs/visitcocoabeach/images/norm_right_hover.gif") no-repeat right top;
	}

#menu #current {
	background-image:url("/xroot/IDs/visitcocoabeach/images/norm_left_hover.gif");
	}
	
#menu #current a {
	background-image:url("/xroot/IDs/visitcocoabeach/images/norm_right_hover.gif");
	}
