.chromestyle {
	width: 100%;
	font-weight: normal;
}

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

.chromestyle ul {
	width: 100%;
	background-color: #5c89c4;
	padding: 0;
	margin: 0;
}

.chromestyle ul li {
	display: inline;
	padding: 0;
	margin: 0;
	border-right: 2px solid #000000;
	text-align: left;
}

.chromestyle ul li a{
	color: #ffffff;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
}

/*Drop down menu*/

.dropmenudiv {
	position: absolute;
	margin-top: 0px;
	border: 1px solid #ffffff;
	border-bottom: none;
	font-family: Tahoma;
	font-size: 8px;
	color: #ffffff;
	z-index: 1000;
	width: 180px;
	visibility: hidden;
	letter-spacing:1px;
	text-align:left;
}

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

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

.dropmenudiv a:hover { 
	color: #ffffff;
	background-color: #746d5c;
	text-decoration: none;
}
