﻿.chromestyle{
	width: 100%;
	font-weight: bold;
	background-color: #5E6ABA;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: auto;
	padding: 4px 0;
	margin: 0 0 0 14px;
	text-align: left;
	border-left: 1px solid #DADADA;
}
.chromestyle ul li{
	display: inline;
	border-right: 1px solid #DADADA;
}
.chromestyle ul li a{
	color: White;
	text-decoration: none;
	margin: 0;
	padding: 4px 6px;
}
.chromestyle ul li img {
	padding-left: 4px;
	padding-top: 4px;
	margin:0;
}

.chromestyle ul li a:hover{
	background-color:#000066;
	color:white;
	text-decoration:none;
/*	background: url(chromebg-over.gif) center center repeat-x; */
}

.dropmenudiv {
	position:absolute;
	text-align: left;
	border: 1px solid #0000ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index:100;
	color: black;
	background-color: #e4e4e4;
	width: 160px;
	visibility: hidden;
	padding: 2px 4px 2px 4px;
	margin-top: -4px;
	margin-left: -1px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 
	/*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a {
	width: auto;
	display: block;
	border: 1px #e4e4e4 solid;
	border-bottom: 1px solid #BBB;
	padding: 1px 2px;
	text-decoration: none;
	color: black;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover {
	background-color: #d1d1e7;
	border: 1px #0000ff solid;
	color: red;
	text-decoration:none;
}
