@charset "utf-8";
/* CSS Document */

#top-menu {
	position: relative;
	margin: 0px auto;
	top: 95px;
	width: 970px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	z-index: 30;
	background-image: url(../img/buttons/menu-red.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ed1c24;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
	z-index: 30;
}

#nav a {
	display: block;
	width: auto;
	color: #fff;
	padding: 6px 19px 6px 19px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #880000;
	background-image: url(../img/buttons/menu-red.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ed1c24;
}

#nav a:hover {
	text-decoration: none;
	background-color: #880000;
	background-image: none;
}

.menu-start  {
	border-left: 1px solid #fff;
}

.menu-end  {
	border-right: 1px solid #fff;
}

#nav li {
	float: left;
	width: auto;
}

#nav li ul {
	position: absolute;
	width: 12em;
	left: -999em;
	text-align: left;
}

#nav li ul a {
	width: 12em;
	border: none;
	border-right: none;
	border-top: 1px solid #880000;
	background-image: none;
	background-color: #ed1c24;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#nav li ul a:hover {
	display: block;
	background-color: #880000;
	text-decoration: none;
	color: #fff;
}

#nav li:hover ul, #nav li.sfhover ul {
	display: block;
	left: auto;
}