/* Start of CMSMS style sheet '_menu horiz_backup' */
/********************
MENU
*********************/
/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/

div#menu_horiz ul {
	margin: 0;
	padding: 0;
	border-left: 0px solid #CBCCBA;
height: 40px;
		background-color: #fff;
}


/* menu list items */
div#menu_horiz ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 189px;
	height: 40px;
	border-left: 1px solid #CBCCBA;
	border-bottom: 1px solid #CBCCBA;
}


/* the links, that is each list item */
div#menu_horiz a {
	font-family:Georgia;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	color:#C87853;
	text-align:center;
	vertical-align:center;
	line-height:40px;
	height:40px;
	padding: 0;
	margin: 0; 
	background-color:#EAEADE;
	text-decoration: none; /* no underline for links */
	display: block; /* IE has problems with this, fixed above */
}

div#menu_horiz ul li.currentpage {
	border-width: 0;
	width: 189px;
	border-left: 1px solid #CBCCBA;
	border-bottom: 1px solid #fff;
}

div#menu_horiz li a:hover {
	background: #ffffff;
	padding: 0;
	margin: 0; 
}


div#menu_horiz h3 {
	padding: 0;
	margin: 0; 
	font-family:Georgia;
	font-style:italic;
	font-weight:bold;
	font-size:12px;
	color:#C87853;
	text-align:center;
	vertical-align:center;
	line-height:40px;
	height:40px;      
	background-color: #ffffff;   
	background-image:none; 
	}

/* End of '_menu horiz_backup' */

