.chromestyle{
	width: 100%;
	font-weight: normal;
}

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

.chromestyle ul{
	width: 100%;
	text-align: center;
	background-color: #F0EFDB;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a {
	color: #666666;
	text-decoration: none;
	padding-top: 35px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.image {
	border: 1px solid #A0AFCB;
	padding: 2px;
	margin: 15px;
	background-color: #FFFFFF;
}


.chromestyle ul li a:hover{
	text-decoration: none;
	color: #000000;

}

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


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

.dropmenudiv{
	position:absolute;
	top: 0px;
	line-height:18px;
	z-index:100;
	background-color: #F0EFDB;
	width: 130px;
	visibility: hidden;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: -8px;
	margin-top: 7px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccc33;
	border-right-color: #cccc33;
	border-left-color: #cccc33;
	border-bottom-color: #F0EFDB;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccc33;
}

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

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