.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle ul{
width: 100%;
padding: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

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

.chromestyle ul li a{
color: #fff;
padding: 0;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
}

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


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

.dropmenudiv_whattodo{
	position:absolute;
	border: 1px solid #FF8DD6; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #BA006F;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv_whattodo a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FF8DD6; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color:#FFFFFF;
}
.dropmenudiv_whattodo a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
* html .dropmenudiv_whattodo a{ /*IE only hack*/
	width: 100%;
	color:#FFFFFF;
}

.dropmenudiv_whattodo a:hover{ /*THEME CHANGE HERE*/
	background-color: #FF8DD6;
	text-decoration:none;
	color:#FFFFFF;
}

.dropmenudiv_wheretostay{
	position:absolute;
	border: 1px solid #9FF107; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #77B900;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv_wheretostay a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #9FF107; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color:#FFFFFF;
}
.dropmenudiv_wheretostay a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
* html .dropmenudiv_wheretostay a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_wheretostay a:hover{ /*THEME CHANGE HERE*/
	background-color: #9FF107;
	text-decoration:none;
	color:#FFFFFF;
}

.dropmenudiv_festivals{
	position:absolute;
	border: 1px solid #FFE66B; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #FFAF15;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv_festivals a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFE66B; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color:#FFFFFF;
}
.dropmenudiv_festivals a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

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

.dropmenudiv_festivals a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFE66B;
	text-decoration:none;
	color:#FFFFFF;
}

.dropmenudiv_gettinghere{
	position:absolute;
	border: 1px solid #EA5534; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #D62909;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv_gettinghere a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #EA5534; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color:#FFFFFF;
}

.dropmenudiv_gettinghere a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

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

.dropmenudiv_gettinghere a:hover{ /*THEME CHANGE HERE*/
	background-color: #EA5534;
	text-decoration:none;
	color:#FFFFFF;
}

.dropmenudiv_abouthamilton{
	position:absolute;
	border: 1px solid #4097CD; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #00578D;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv_abouthamilton a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #4097CD; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color:#FFFFFF;
}

.dropmenudiv_abouthamilton a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

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

.dropmenudiv_abouthamilton a:hover{ /*THEME CHANGE HERE*/
	background-color: #4097CD;
	text-decoration:none;
	color:#FFFFFF;
}
