﻿.chromestyle{
	width: 840px;
	height: 27px;
	background-image: url('../images/pemblehdr1b.jpg');
	background-repeat: no-repeat;
	float: none;
}

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

.chromestyle ul{
	list-style-type: none;
	width: 840px;
	margin: 0px;
	padding: 5px;
}

.chromestyle ul li{
	display: inline;
	float: left;
}

.chromestyle ul li a{
	font-size: medium;
	text-decoration: none;
	color: #FF6600;
	padding: 5px 20px 5px 10px;
	height: 27px;
}

.chromestyle ul li a:hover {

	font-size: medium;
	text-decoration: none;
	color: #FFCC66;
	height: 27px;
}

.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	font-size: medium;
	text-decoration: none;
	color: #E09957;
	height: 27px;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FF9933; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #FFFFCC;
width: 160px;
visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FF9933; /*THEME CHANGE HERE*/
	padding: 2px 0;
	font-size: medium;
	text-decoration: none;
	color: #FF6600;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	font-size: medium;
	text-decoration: none;
	color: #FFCC66;
}
