﻿.chromestyle {
	width:100%;
	height: 34px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.chromestyle#chromemenu {
	background-repeat: repeat;
	background-position: left top;
}
.chromestyle ul {
	text-align: left;
	width: 100%;
	height: 34px;
	line-height:19px;
	clear: none;
	margin: 0;
	padding: 0;
}
.chromestyle ul li {
	list-style: none;
	display: inline;
}
.chromestyle ul li a {
	float: left;
	left:0;
	top:0;
	color: #4F4D4D;
	text-decoration: none;
	font-size: 13px;
	margin: 0;
	padding: 0;
	height:34px;
	width: 97px;	/* this is another IE trick T.K. */
	max-width:97px;
}
.dropmenudiv {
	position:absolute;
	line-height:18px;
	z-index:1000;
	background-color: #E8E8E8;
	width: 150px;
	visibility: hidden;
	border-bottom: 1px #555555 solid;
	border-right: 1px #555555 solid;
	margin: 0;
	padding:0;/*	filter: progid:DXImageTransform.Microsoft.Shadow(color=#7D7D7D,direction=135,strength=3); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	color: #181818;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-size: 11px;
	line-height: 18px;
}
.dropmenudiv .sep {
	position:relative;
	background-color: #CFCFCF;
	left: 3%;
	width: 94%;
	height: 1px;
	overflow:hidden;
	margin-top: 3px;
	margin-bottom: 3px;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover {
	background-image: url(../img/nbb_hot.png);
	color:#000000;
}
#main-menu .chromestyle ul li a:hover, #main-menu .chromestyle ul li a:active {
	background-image:	url(../img/menuhigh-light.png);
	background-repeat:no-repeat;
}
#main-menu .chromestyle ul li a {
	height: 27px !important;
	padding-top:7px;
}
.chromestyle ul li a {
	text-indent:0;
	text-align:center;
	padding: 0;
	padding-top:1px;
/*	text-shadow: #C0C6C8 0 1px;
	font-size:12px;
*/	
	text-shadow: white 0 1px;
	font-size:13px;
	color: #4C5F67;


}
.chromestyle ul li a:hover, .chromestyle ul li a:active {
	color: #0B1619;
/*	text-shadow: #A1B4BA 0 1px;*/
}

