﻿.chromestyle{width: 99%; font-weight: bold;}

.chromestyle:after{ /*add margin between menu and rest of content in firefox*/
content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.chromestyle ul{border: 1px solid #386A9D; border-top:none!important; width: 100%; /*theme change here*/
padding: 0px 0;margin: 0;text-align: center;}

.chromestyle ul li{display: inline;}

.chromestyle ul li a{color: #fff;padding: 0px 0px;margin: 0;text-decoration: none;border-right: 1px solid #0c378a;}

.chromestyle ul li a:hover{ background:#193f8a;}

.chromestyle ul li a[rel]:after{ /*html to indicate drop down link*/content: " v";}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0; /*theme change here*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:20px;
	z-index:100;
	width: 80px;
	visibility: hidden;
	background-color: #00595D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #005657;
	border-right-color: #005657;
	border-bottom-color: #005657;
	border-left-color: #005657;
	margin-top: -9px;
	text-align: center;
	margin-left: 16px;}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 0px;
	color:#0abba3!important;
	text-decoration: none;
	color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #024B44;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;}

* html .dropmenudiv a{ /*ie only hack*/width: 100%;}
.dropmenudiv a:hover{ /*theme change here*/background-color: #3FAD9F;}
.dropmenudiv a:link,.dropmenudiv a:visited{color: #FFFFFF;text-decoration: none;}
