﻿.chromestyle{
    width:100%;
    height: 20px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	overflow: hidden; 
}

.chromestyle#chromemenu {
	background-image: url(../img/menuback.png);
	margin-top:2px;
	margin-bottom:2px;
	background-repeat: repeat;
	background-position: left top;
}

.chromestyle ul{
	text-align: left;
	width: 100%;
	height: 20px;
	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: #E4E4E4;
	text-indent: 0px;
	text-decoration: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
	padding-left: 11px;
	height:20px;
	width: 90px;	/* this is another IE trick T.K. */
	max-width:78px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #646464;
}


.chromestyle ul li a:hover{
	color:#000000;
    background-image: url(../img/nbb_hot.png);
}

.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;
}
