/* ------------------------------------------------------------------------------------------------------------------------ */
#chromemenu	{ width: 100% }

/* 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: Arial; font-weight: bold; font-size: 11px; margin: 0; margin-left: 0; padding-left: 0; border: 1px solid #3B4347; border-bottom: 1px solid #B9B9B9; border-right: 0px; border-left: 0px; width: 100%; background: url(images/menu_bg.jpg) center center repeat-x; float: left }
#chromemenu ul li	{ display: inline }
		
#menu_selected 				{ color: #546D92; background: url(images/menu_bg_highlight.jpg) center center repeat-x;  }
#chromemenu ul li a			{ font-weight: bold; padding: 6px 9px 6px 9px; text-decoration: none; float: left; }
.divider					{ color: #F3F3F3; background: url(images/divider.gif) center right no-repeat }
.divider_selected			{ color: white; background: url(images/menu_bg_selected.jpg) center center repeat-x}

.divider_end				{ color: #F3F3F3 }
.divider2					{ background: url(images/divider2.gif) center right no-repeat }
#chromemenu ul li a:hover 	{ color: white; background: url(images/menu_bg_highlight.jpg) center center repeat-x;  }

/* 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*/ }

/* ------------------------------------------------------------------------------------------------------------------------ */
/* Style for Drop Down Menu  																								*/
/* ------------------------------------------------------------------------------------------------------------------------ */

.dropmenudiv	{ font-family: Verdana; font-weight: normal; font-size: 11px; letter-spacing: 0px; font-variant: normal; color: #7785A1; position: absolute; top: 0; border: 1px solid #BBB; border-bottom-width: 0; padding-right: 0px; line-height: 20px; z-index:100; width: 285px; visibility: hidden }
.dropmenudiv a	{ font-weight: normal; font-variant: normal;  letter-spacing: 0px; color: #7785A1; width: 100%; display: block; text-indent: 15px; border-bottom: 1px solid #BBB; padding: 2px; padding-left: 0px; padding-right: 0px; text-decoration: none; background-color: #F9F9F7; filter: alpha(opacity=100); -moz-opacity: 1.0 }

.dropmenudiv a:hover{ color: #373E4F; background-color: #F2ECCE; filter: alpha(opacity=100); -moz-opacity: 1 }
