.chromestyle{
	width: inherit;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle ul li{
	float:left;
	display: inline;
}
.chromestyle ul {
	margin-left:-40px;
	margin-bottom: -15px;
}
.chromestyle #link {
	font-size:13px;
	text-align:center;
	width:99px;
	background-image:url(../images/navBg.jpg);
	padding-top:9px;
	padding-bottom:9px;
	border-right:#DDDDDD 1px solid;
}
.chromestyle #link a {
	color:#FFFFFF;
	text-decoration:none;
}
.chromestyle #link:hover {
	background-image:url(../images/navBgSelected.jpg); /* change background on hover */
	cursor:pointer;
}
.chromestyle #link:hover a {
	color:#FFCC00; /* HACK: change link color on #link hover*/
}
.spacer { /* Fill up empty space where there aren't enough btns */
	border-right:#DDDDDD 1px solid;
	
	width:100%;
	background-image:url(../images/navBg.jpg);
	background-repeat:repeat-x;
}

.dropmenudiv {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	background-color: #E0CBB7;
	width: 190px;
	visibility: hidden;
	border: #000 1px solid;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #000;
	padding:5px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover {
	background-color:#513922;
	background-repeat:repeat-x;
	color:#FFF;
}

