﻿

.chromestyle ul{
background-color:#5A8A8C;
}

.chromestyle ul li{
background-image:url(../images/tabwedding.gif);
}

.chromestyle ul li a{
color: #5A8A8C;
}
.dropmenudiv{
border: 1px solid #A0BCBF; /*THEME CHANGE HERE*/
border-top-width: 0;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #5A8A8C;
}
.outline{
	border:1px solid #D9DCE3;
	padding:10px;
	background-image:url(../images/weddingfade.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.highlightBox{
	background-color:#5A8A8C;
	float:none;
	width:120px;
	padding:10px;
	color:white;
	margin-left:0px;
}

/******** Right hand wedding menu ************/

#foodmenu {
	background:#d8e7ea;
	width:140px;
	padding-bottom:8px;
}

#foodmenu h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	background:#46949d;
	display:block;
	padding:6px 4px 6px 12px;
	color:#ffffff;
	
}

#foodmenu li {
	list-style:none;
	padding-bottom:5px;
}

#foodmenu ul{
	padding-top:14px;
	padding-left:12px;
}

#foodmenu li a{
	text-decoration:none;
}

#foodmenu li a:hover{
	text-decoration:none;
	color:#46949d;
}


