@CHARSET "UTF-8";

#menulinks {
	background-color: #ececec;
	clear: both;
	height: 32px;
	width: 100%;
}

.chromestyle {
	font-weight: bold;
	height: 32px;
	width: 100%;
}

.chromestyle:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.chromestyle ul {
	margin: 0;
	padding: 9px 0 0 30px;
	text-align: left;
	width: 100%;
}

.chromestyle ul li {
	display: inline;
}

.chromestyle ul li a {
	color: #555555;
	margin: 0;
	padding: 2px 5px;
	text-decoration: none;
	width: 100%;
}

.chromestyle ul li a.sep {
	border-right: 1px solid #334D6C;
}

.chromestyle ul li a:hover,.chromestyle ul li a.selected {
	background: #EAF0F2 none repeat scroll 0 0;
	color: #002147;
	text-decoration: none;
}

.dropmenudiv {
	background-color: white;
	border-color: #BBBBBB;
	border-style: solid;
	border-width: 1px 1px 0;
	line-height: 26px;
	position: absolute;
	top: 0;
	visibility: hidden;
	width: 200px;
	z-index: 100;
	text-align: left;
}

.dropmenudiv a {
	border-bottom: 1px solid #BBBBBB;
	color: #555555;
	display: block;
	font-weight: bold;
	padding: 0 0;
	text-decoration: none;
	text-indent: 3px;
	width: auto;
}

* html .dropmenudiv a {
	width: 100%;
}

.dropmenudiv a:hover {
	background: #EAF0F2 none repeat scroll 0 0;
	color: #002147;
	text-decoration: none;
}