/* Start of CMSMS style sheet 'tothebrideandgroom - topnavigation' */
@charset "utf-8";
/* CSS Document */
/********************
MENU
*********************/
* {margin:0;padding:0;}
div#menu_horiz {
	height:30px;
	line-height: 30px;
	padding: 0; margin: 0;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/


/* menu list items */
div#menu_horiz li {
	float:left;
	list-style-type:none;
	border-right:1px solid #C9AE45;
}


/* the links, that is each list item */
div#menu_horiz a {
	display:block;
	padding:0 10px;
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	color: #C9AE45;
}


/* hover state for links */
div#menu_horiz li a:hover {
	background: #CCCC66;
	color: #996600;
}
div#menu_horiz a.activeparent:hover {
	background: #D9D391;
	color: #996600;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   	background: #D9C391;
	color: #996600;
}

div#menu_horiz h3 {
	display:block;
	padding:0 10px;
	font-size:0.8em;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
   	background: #D9D391;
	color: #996600;
}
/* End of 'tothebrideandgroom - topnavigation' */

