.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-image: url(../../images/translayout/menu.png);
	height: 45px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

.chromestyle ul li{
	display: inline;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 3px;
}

.chromestyle ul li a{
	color: #FFF;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.chromestyle ul li a:hover{
	background-color: #999;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */


.dropmenudiv{
	position:absolute;
	top: 0;
	border: 2px groove #666;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:1000;
	background-color: white;
	width: auto;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 0px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: black;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#chromemenu ul .MenuSep {
	border-left-width: 0px;
	border-left-style: groove;
	border-left-color: #666;
	margin-right: 3px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #999;
}

