

#menu {

		/* custom */
		text-align: center;
		font-size: 1em;
		font-weight: bold;
		z-index: 1000;
		margin: 0;
		background: #666666 url(../images/menugrad-grey.gif) repeat-x;
}

#menu a {
	display:block;

		/* custom */
		padding: 8px 15px;
		color: #FFFFFF;
		text-decoration: none;
		background: url(../images/menugrad-greydk.gif) -200px 0 no-repeat;
}

#menu a:hover {

		/* custom */
		color: #64ff01;
}

#menu a:focus {

		/* custom */
		text-decoration: underline;
}

#menu a#menuactive {
		background: #303030 url(../images/menugrad-greydk.gif) 0 0 repeat-x;
		cursor: default;
		color: #fff;
}

#menu .first {
	border: 0;

		/* custom */
}

#menu ul {
	margin: 0 auto;
	list-style-type: none;
	width: 880px;
	text-align: left;
	padding: 3px 0 0 0;
}

#menu li ul {
	z-index: 1010;
	padding: 0;
	list-style-type: none;
}

#menu li li a {
	width: 130px;

		/* custom */
		font-size:.8em;
		border: 1px solid #989898;
		border-top: none;
		background: #666666;
		padding: 8px;
}

#menu li li a:hover {

		/* custom - 2nd level hover */
		background: #4F4A4A;
}

#menu li li ul {
	z-index: 1020;
}

#menu li li li a {
		border: none;
		/* custom */
}

#menu li li li a:hover {

		/* custom  - 3rd level hover */

}

#menu li {
	float:left;
}

#menu li li { /* all list items */
	float: left;
	width: 140px;
}

#menu li ul { /* second-level lists */
	position: absolute;
	width: 140px;
	left: -999em;
}

#menu li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#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 {
	background: url(../images/menuarrow.gif) no-repeat right !important;
}

a.menuarrow:hover {
	background: url(../images/menuarrow.gif) no-repeat right !important;
}
