/* Start of CMSMS style sheet 'Theme3 : Horizontal menu - layout' */
#navigation {
	height: 40px;
	background-image: url(uploads/Theme3/menubar_horiz.jpg);
	background-repeat: repeat-x;
}

#menu_horiz_left {
	float: left;
	width: 202px;
	height: 100%;
	/* fake button-separator : */
	background: url(uploads/Theme3/menubar_spacer.gif) no-repeat top right;
}

#menu_horiz {
	float: left;
}

#menu_horiz_right {
	float: right;
}

#menu_horiz li {
	background: url(uploads/Theme3/button_horiz.jpg) no-repeat top right;
	height: 34px;
}

#menu_horiz a, #menu_horiz h3 {
	color: white;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	/* for nice focus rectangle: hyperlink and background-image cover the same area : */
	margin: 2px 2px 0px 0px;
	padding: 11px 12px 7px 12px;
}

#menu_horiz li a:hover {
	color: #CFEEFE;
}

#menu_horiz li.currentpage, #menu_horiz li.activeparent {
	height: 35px;
	background: url(uploads/Theme3/button_horiz_active.gif) no-repeat top right;
}

#menu_horiz h3, #menu_horiz a.activeparent {
	color: black;
}

#menu_horiz a.activeparent:hover {
	color: #666666;
}
/* End of 'Theme3 : Horizontal menu - layout' */

