div#menu
{
	width: 898px;
	background-color: #fff;
	height: 55px;
	margin: 0px auto 5px auto;
	overflow: visible;
}
div#menu ul#nav
{
/*    overflow-y: hidden; */
}
div#menu ul#nav *
{
	font-family: Tahoma, tahoma, Arial, serif;
	font-size: 10px;
	font-weight: bold;
	color: #d92019;
	text-transform: uppercase;
}
div#menu ul#nav a
{
	border: 0px none;
}
div#menu ul
{
	list-style: none;
	/* fix for IE 6+ with layer positions */
	z-index: 1000;
	position: relative;
}
div#menu ul#nav
{
	width: 898px;
	height: 55px;
	margin: 0px auto;
	padding: 0px;
}
div#menu ul#nav li
{
	height: 55px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	border: 0px none;
	white-space: nowrap;
	overflow: visible;
}
div#menu ul#nav li.menu-border-left
{
	width: 2px;
	margin-left: 1px;
	background: url('/img/menu/border-left.gif') no-repeat;
}
div#menu ul#nav li.menu-border-right
{
	width: 2px;
	margin-right: 1px;
	background: url('/img/menu/border-right.gif') no-repeat;
}
div#menu ul#nav li.menu-item
{
	background: url('/img/menu/back.gif') repeat-x;
}

div#menu ul#nav li.menu-item a
{
	display: block;
	_float: left; /* fucken IE 6; hacked; may cause Opera jumping */
	margin: 0px;
	padding: 19px 20px 5px 26px;
	height: 30px;
	vertical-align: middle;
	text-decoration: none;
}
div#menu ul#nav li.menu-item a.lines
{
	padding: 14px 20px 10px 26px;
}


div#menu ul#nav li.menu-item a.ball-red
{
	background: url('/img/menu/ball-red.gif') no-repeat 1px 3px;
}
div#menu ul#nav li.menu-item a.ball-red:hover
{
	background: url('/img/menu/ball-red-hover.gif') no-repeat 1px 3px;
}
div#menu ul#nav li.menu-item a.ball-green
{
	background: url('/img/menu/ball-green.gif') no-repeat 1px 3px;
}
div#menu ul#nav li.menu-item a.ball-green:hover
{
	background: url('/img/menu/ball-green-hover.gif') no-repeat 1px 3px;
}
div#menu ul#nav li.menu-item a.ball-yellow
{
	background: url('/img/menu/ball-yellow.gif') no-repeat 1px 3px;
}
div#menu ul#nav li.menu-item a.ball-yellow:hover
{
	background: url('/img/menu/ball-yellow-hover.gif') no-repeat 1px 3px;
}


div#menu ul#nav li.menu-item ul
{
	position: absolute;
	z-index: 1000;
	width: 190px;
	margin: 0px auto;
	padding: 0px;
	border: 0px none;
	background-color: #ffffff;
	left: -2px;
	top: 55px;
	white-space: nowrap;
	display: none;
}
div#menu ul#nav li.menu-item ul li
{
	position: relative;
	width: 100%;
	display: block;
	margin: 1px 0px;
	padding: 0px;
	border: 0px none;
	height: 40px;
	background: url('/img/menu/sub-back.gif') repeat-x;
}
div#menu ul#nav li.menu-item ul li:hover,
div#menu ul#nav li.menu-item ul li.over
{
	background: url('/img/menu/sub-back-hover.gif') repeat-x;
}

div#menu ul#nav li.menu-item ul li div.submenu-border-left
{
	width: 2px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url('/img/menu/sub-border-left.gif') no-repeat;
}
div#menu ul#nav li.menu-item ul li div.submenu-border-right
{
	width: 2px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	float: right;
	background: url('/img/menu/sub-border-right.gif') no-repeat;
}

div#menu ul#nav li.menu-item ul li a
{
	display: block;
	margin: 0px;
	padding: 13px 5px 13px 15px;
	height: 10px;
	float: none;
}
div#menu ul#nav li.menu-item ul li a:hover
{
	background: url('/img/menu/sub-ball-green.gif') no-repeat 172px 3px;
}

div#menu ul#nav li:hover>ul { display: block; }
div#menu ul#nav li.over ul { display: block; }

