/* ================================================================ 
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_drop3.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.
=================================================================== */

.menu {
	background: transparent;
	height: 53px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 500;
	
}

.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul {
	background: #FFFFFF;
/*	border: 1px solid #3A93D2;*/
	height: auto;
	left: 210px;
	top: 0;
	white-space: nowrap;
	width: 210px;
	z-index: 400;
}

.menu :hover ul li:hover > a.fly {
	background: url(../images/arrow_over.gif) #3A93D2 80px 7px no-repeat;
	color: black;
}

.menu :hover ul.sub {
	background: white;
	height: auto;
	left: 0;
	top: 51px;
	white-space: nowrap;
	width: 210px;
	z-index: 300;
	display: block;
}

.menu :hover ul.sub li {
	display: block;
	float: left;
	font-weight: normal;
/*	height: 25px;*/
	position: relative;
	width: 210px;
}

.menu :hover ul.sub li a {
	color: #ae0042;
	display: block;
	font-size: 12px;
/*	height: 20px;
	line-height: 20px;*/
	text-decoration: none;
/*	text-indent: 5px;*/
	width: 190px;
	padding: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.menu :hover ul.sub li a.fly {
	background: url(../images/arrow.gif) transparent 198px 11px no-repeat;
}

.menu :hover ul.sub li a.fly:hover {
	background: url(../images/arrow.gif) #FFF4F2 198px 11px no-repeat;
	color: black;
}

.menu :hover ul.sub li a:hover, .menu :hover ul.sub li a:active {
	background: #fff4f2;
	color: black;
}



/* Default link styling */
/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {
	position: relative;
	visibility: visible;
	z-index: 200;
}

.menu li a.top_link {
	color: #AE0042;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 0 0px;
	text-decoration: none;
	height: 55px;
}

.menu li a.top_link span {
	display: block;
	float: left;	
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 55px;
}

.menu li a.top_link span.down {
	display: block;
	float: left;
	padding: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 55px;
}

.menu li a.top_link:hover {
	background: url(../images/menu-over.jpg) repeat-x;
	color:#AE0042;
}

.menu li a.top_link:hover span {
	background: url(../images/menu-over.jpg) repeat-x;
}

.menu li a.top_link:hover span.down {
	background: url(../images/menu-over.jpg) repeat-x;
}

.menu li.top {
	display: block;
	float: left;
}

.menu li:hover {
	position: relative;
	z-index: 200;
}

.menu li:hover > a.top_link {
	background: url(../images/menu-over.jpg) repeat-x;
	color: black;
}

.menu li:hover > a.top_link span {
	background: url(../images/menu-over.jpg) repeat-x;
}

.menu li:hover > a.top_link span.down {
	background: url(../images/menu-over.jpg) repeat-x;
}

.menu table {
	border-collapse: collapse;
	height: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {
	height: 0;
	left: -9999px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -9999px;
	width: 0;
}

