

#menu {

		/* custom */
		font-size: 1em;
		font-weight: bold;
		z-index: 100;
		float: left;
		width: 929px;
		position: absolute;
		margin: 0;
		padding:0;
		background:#ea9b8e url(/images/menugrad.gif) repeat-x;
}

.menu {
		list-style: none;
		float: left;
		margin: 5px 45px 0 45px;
		padding: 0;
		font-weight: bold;
}


.menu a {
	display:block;
	text-decoration: none;

		/* custom */
		color: #fff;
		padding: 9px 16px 10px 15px;
}



.menu a:hover {

		/* custom */
		text-decoration: underline;
		color:black;
}

.menu a:hover, .menu a.topactive, .menu li:hover, .menu li.sfhover, .menu li li:hover a.menuarrow {

}

.menu a#menuactive {

		/* custom */
		color: #000;
		background: #fff;
		-moz-border-radius-topleft:6px;
		-moz-border-radius-topright:6px;
		-webkit-border-top-left-radius: 6px;
		-webkit-border-top-right-radius: 6px;

}
.menu a#menuactive {
		cursor: default;
		text-decoration: underline;
}

.menu li ul {
	z-index: 101;
	margin: 0;
	padding-bottom:15px;
	list-style-type: none;
	font-weight: normal;
	background:#ea9b8e;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
}

.menu li li a {
	background:#ea9b8e;
	font-size: .9em;
	text-transform: none;
	color:#fff;
}

.menu li li a:hover, .menu li:hover li a, .menu li:hover li:hover a, .menu li.sfhover li a {
	width: 13.5em;

		/* custom */

		padding: 7px 1em;
}



.menu ul li a#menuactive, .menu li li a.menuactive {
		text-decoration: underline;
}

.menu li li a:hover, .menu li li a#menuactive:hover {

		/* custom - 2nd level hover */
		background:#e3788c;
		color: #000;
		text-decoration: underline;
}

.menu li li ul {
	z-index: 102;
	border: none;
}

.menu li li li a {

		/* custom */
		border: none;
}

.menu li li li a:hover {

		/* custom  - 3rd level hover */

}

.menu li {
	float:left;
	margin: 0 0 0 1px;
}

.menu ul li {
	margin-right: 0 !important;
}

.menu li li { /* all list items */
	float: left;
	width: 13.5em;
	margin: 0;
}

.menu li ul { /* second-level lists */
	position: absolute;
	width: 14em;
	left: -999em;
	padding: 0;
	margin: 0;
	background: #000;

		/* custom */
		background: #ea9b8e;
		border-top: none;
}

#menu li:hover, #menu li.sfhover {
     position: static;
}

.menu li ul ul { /* third-and-above-level lists */
	margin: -2em 0 0 13em;
	background: #000;
	border-top: 1px solid #8F7674;
}

.menu li ul ul li {

}

.menu li:hover ul ul, .menu li.sfhover ul ul {
	left: -999em;
}

.menu li:hover ul, .menu li li:hover ul, .menu li.sfhover ul, .menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

a.menuarrow {
}

a.menuarrow:hover {
}