﻿/* #nav_container {width:750px; margin:0 auto; background:transparent;}*/
#menu_container {border-style:none; border-color:inherit; border-width:0; height:42px; width:100%; background:url('../img/menu_bg.png') repeat-x center; margin:0; float:right;}
.chromestyle {width:100%; height:42px; margin:0 auto; font-weight:bold; font-family:Arial, Helvetica, sans-serif; font-size:13px; padding-top:10px;}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.chromestyle ul {
	height:42px;
	border:0;
	width:100%;
	padding:4px 0;
	margin:0;
	text-align:right; /*set value to "left", "center", or "right"*/
	font-size: 14px;
}
.chromestyle ul li {display:inline; text-align:left;}
.chromestyle ul li a {color:#0369aa; padding:4px 20px; margin:0; margin-top:10px; text-decoration:none; border-right:1px solid #dadada;}
ul li a.last {border-right:none; padding-right:60px;}
.chromestyle ul li a:hover, .chromestyle ul li a.selected {color:#800000;}

/*----- Style for Drop Down Menu -----*/
.dropmenudiv {position:absolute; top:0; border:1px solid #fff; border-bottom-width:0; font:normal 12px Verdana; line-height:24px; z-index:100; background-color:#800000; width:200px; visibility:hidden;}
.dropmenudiv a:link, .dropmenudiv a:visited {width:auto; display:block; text-indent:3px; border-bottom:1px solid #fff; padding:2px 0 2px 5px; text-decoration:none; font-weight:normal; color:#fff; text-align:left;}
* html .dropmenudiv a{ /*IE only hack*/width:100%;}
.dropmenudiv a:hover {background-color:#a11010;}
