/* ================================================================
The original version of this stylesheet
is available at http://www.cssplay.co.uk/menu/pro_drop4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
=================================================================== */
/* ================================================================
This copyright notice must be kept untouched in the stylesheet at
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */
#PageTopSlidingMenu {
	/*background:url(shades/main_back.gif) no-repeat 0 30px;*/
	margin-left:7px;
	z-index:50;
}

.prodrop5 {
	padding:0;
	margin:0;
	list-style:none;
	height:30px;
	position:relative;
	z-index:50;
}

.prodrop5 li.top {
	background:url('/layout/menu/menu_left.png') no-repeat left top;
	border-bottom:solid 1px #000000;
	display:block;
	float:left;
	padding-left:4px;
	text-align:center;
	z-index:50;
}

.prodrop5 li a {
	background:url('/layout/menu/menu_right_7.png') no-repeat right top;
	color:#ffffff;
	display:block;
	font-size:1em;
	font-weight:bold;
	height:30px;
	padding:2px 5px 2px 3px;
	text-decoration:none;
	width:116px;
	z-index:50;
}
.prodrop5 li.top ul, .prodrop5 li.top ul li, .prodrop5 li.top ul li a {
	min-width:109px;
	text-align:left;
}

.prodrop5 li.current a, .prodrop5 li.current a:hover {
	background-position:0% -46px;
	color:#ffffff;
	width:100px;
	z-index:50;
}

.prodrop5 table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
	z-index:50;
}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.prodrop5 a:hover {
	background-position:0% -46px;
	color:#ffffff;
	visibility:visible;
	position:relative;
	z-index:50;
}
.prodrop5 li:hover {
	background-position:0% -46px;
	position:relative;
	z-index:50;
}

.prodrop5 li a.top_link:hover {
	/*background:transparent;*/
	z-index:50;
}
.prodrop5 li:hover > a.top_link {
	background-position:0% -46px;
	/*background:transparent;*/
	z-index:50;
}

/* keep the 'next' level invisible by placing it off screen. */
.prodrop5 ul {
	position:absolute;
	left:-1000px;
	top:-1000px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
	z-index:50;
}
.prodrop5 :hover ul {
	left:0;
	top:34px;
	background:url('/layout/dropdown_background.jpg');
	border:solid 1px #000000;
	white-space:nowrap;
	height:auto;
	padding-top:5px;
	width:auto;
	z-index:50;
}
.prodrop5 :hover ul li {
	display:block;
	height:20px;
	position:relative;
	font-weight:normal;
	width:auto;
	text-align:left;
	z-index:50;
}
.prodrop5 :hover ul li a {
	background:transparent;
	color:#000;
	display:block;
	font-size:1em;
	font-weight:normal;
	height:1.5em;
	line-height:1.2em;
	padding:0px 10px 0px 5px;
	width:auto;
	text-align:left;
	z-index:50;
}
.prodrop5 :hover ul li a:hover {
	background:#b03322;
	color:#ffffff;
	text-align:left;
	z-index:50;
}

.prodrop5 :hover ul li.overview { margin-top:20px; }
.prodrop5 :hover ul li.overview a { color:#ff0000; }