/* Start of CMSMS style sheet 'nav' */
#menu-bar {
	height: 56px;
	background: url(images/menu-bg.png) 0 0 repeat-x;
	padding-left: 40px;
	width: auto;
}
/* @group Horizontal Menu */

a {
	text-decoration: none;
	color: #ab0900;
	background-repeat: no-repeat;
	background-position: top right;
}

a:hover {
	text-decoration: none;
}
#horiz-menu {
	height: 56px;
}

#horiz-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#horiz-menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	background: none;
}

#horiz-menu a {
	white-space: nowrap;
	font-family: Arial Narrow, Helvetica, sans-serif;
	color: #fff;
	display: block;
	float: left;
	height: 53px;
	line-height: 53px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0px 10px 0px 10px;
	background: url(images/menu-divider.png) 100% 0 no-repeat;
}

#horiz-menu li.active,
#horiz-menu li.active_menu {
	background: url(images/active-menu-r.png) 100% 0;
}

#horiz-menu li.active a,
#horiz-menu li.active_menu a {
	background: url(images/active-menu-l.png) 0 0 no-repeat;
	color: #000;
}

#horiz-menu a:hover {
	text-decoration: none;
	color: #ccc;
}

/* @end */
/* @group Mainmenu */

a.mainlevel {
	display: block;
	line-height: 25px;
	text-indent: 20px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 120%;
	background: none;
	color: #ab0900;
}

a.sublevel {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	line-height: 25px;
	padding-left:  5px;
	text-indent: 30px;
	display: block;
	float: left;
	width: 80%;
}
/* End of 'nav' */

