/* ------------------------------------------------------------------------------------------------------------------------ */
#chromemenu	{ width: 600px }

/* Add margin between menu and rest of content in Firefox */
#chromemenu:after	{ content: "."; display: block; height: 0; clear: both; visibility: hidden }

#chromemenu ul		{ font-family: 'Comic Sans MS', Arial; font-style: italic; font-weight: bold; font-size: 16px; margin: 0; margin-left: 0; padding-left: 0; width: 100%; float: left }
#chromemenu ul li	{ display: inline }
		
#menu_selected 				{ color: #2E478E }
#chromemenu ul li a			{ font-weight: bold; padding: 0px 20px 2px 7px; text-decoration: none; float: left; }
.divider					{ color: #2E478E; background: url(images/divider.gif) center right no-repeat }
.divider_end				{ color: #2E478E }
#divider_selected			{ color: #74263E  }

#chromemenu ul li a:hover 	{ color: #193085 }

/* HTML to indicate drop down link */
#chromemenu ul li a[onMouseover]:after{ /* content: " v"; content: " " url(downimage.gif); /*uncomment this line to use an image instead*/ }
