.chromestyle {
	width: /*718px*/;
	border-right: 1px solid #37478d;
	border-bottom: 1px solid #37478d;
	border-left: 1px solid #242f5e;
	}

/*Add margin between menu and rest of content in Firefox*/
.chromestyle:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.chromestyle ul {
	border: none;
	width: 100%;
	background: url(images/nav/navbg.gif) repeat-x #5167c8;
	padding: 0 !important;
	margin: 0 !important;
	text-align: center; /*set value to "left", "center", or "right"*/
	}

.chromestyle ul li {
	display: inline;
	height: 38px;
	/*line-height: 38px;
	margin: 0 !important;
	padding: 0 !important;*/
	}

.chromestyle ul li a {
	color: #fff !important;
	font: 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight:bold;
	/*line-height:38px;
	height:10px;*/
	padding: 0px 14px 0px 0px;
	margin:0;
	text-decoration: none;
	border: none;
	}

.chromestyle ul li a:hover {
	/*background: url(images/bg.gif) repeat-x top #37478d;*/
	/*background-color:#6574b4242f5e37478D;
	height:10px;
	padding: 0px 7px;
	margin: 0;
	text-decoration: none;
	border:none;*/
	}

/*HTML to indicate drop down link*/
.chromestyle ul li a[rel]:after { 
	/*content: " v";*/
	/*content: url(images/arrow_mini_down.gif); uncomment this line to use an image instead*/
	}


/* Drop Down Menu */

.dropmenudiv {
	width: 170px;
	position: absolute;
	top: 0;
	border-top:1px solid #8388a0;
	border-right:1px solid #37478D;
	border-bottom:1px solid #10257b;
	border-left:1px solid #37478D;
	font: 11px  Tahoma, Verdana, Helvetica, Arial, sans-serif;
	line-height: 17px;
	z-index: 100;
	visibility: hidden;
	}
	
/*.dropmenudiv .s { width: 170px;}
.dropmenudiv .m { width: 190px;}
.dropmenudiv .l { width: 210px;}*/

.dropmenudiv a {
	width: auto;
	display: block;
	/*text-indent: 6px;
	background-color: #c7ceee;*/
	background: url(images/nav/dropbg.gif) repeat-x top #c7ceee;
	border-top: 1px solid #fff;
	border-bottom:1px solid #8388a0;
	padding: 3px 18px 3px 10px;
	text-decoration: none;
	color: #242f5e;
	}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
	}

.dropmenudiv a:hover { /*THEME CHANGE HERE
	background-color: #d8dfff;*/
	background: url(images/nav/dropbg_o.gif) repeat-x top #fff;
	padding: 4px 18px 2px 10px;
	border-bottom: 1px solid #fff;
	border-top:1px solid #8388a0;
	}