/* Start of CMSMS style sheet 'Navigation: Utility' */
/******************** UTILITY MENU *********************/
/* hack for IE6 */
* html div#menu_util {
	/* hide ie/mac \*/
	height: 1%;/* end hide */
}
div#menu_util {
color: #0099CC;
float: left;
font-family: Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
line-height: 1em;

padding: 8px 0 0;
}

div#menu_util ul {
list-style-type: none;
margin: 0;
}
div#menu_util li {
float: left;
list-style: none;
margin: 0;
}
div#menu_util a {
padding: 0 10px 0 0;
margin: 0;
text-decoration: none;
color: #0099CC;
display: block;
background: url(uploads/hawaiiseafood/menu_divide.gif) no-repeat 0 center;
line-height: 1em;
}
/*Remove the separator for the first menu item */
div#menu_util a.first {
background-image: none;
}

div#menu_util a span {
padding: 0 0 0 12px;
}

/*Remove the left padding for the first menu item */
div#menu_util a.first span {
padding: 0;
}


div#menu_util li.menuactive, 
div#menu_util li.menuactive a:hover,
div#menu_util li a:hover,
div#menu_util li.currentpage a span {
color: #003366;
}

/* End of 'Navigation: Utility' */

