/* CSS Drop Down Menu */


.preload {
	background-image: url(../gfx/gif/menu-hover.gif);
}
.menu {
	list-style:none;
	height:35px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #fff;
	background-image: url(../gfx/gif/menu-bg.gif);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0;
	font-style: normal;
}
.menu li.top {
	display:block;
	position:relative;
	float: left;
}
.menu li a.top_link {
	display:block;
	float:left;
	height:34px;
	line-height:33px;
	color:#FFF;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	cursor:pointer;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 12px;
	text-transform: uppercase;
	margin-top: 1px;
	font-style: normal;
	word-spacing: 3px;
}
.menu li a.top_link span {
	float:left;
	display:block;
	height:34px;
	padding-top: 0;
	padding-right: 26px;
	padding-bottom: 0;
	padding-left: 13px;
	font-style: normal;
}
.menu li a.top_link span.down {
	float:left;
	display:block;
	height:34px;
	padding-top: 0;
	padding-right: 27px;
	padding-bottom: 0;
	padding-left: 14px;
	font-style: normal;
}
.menu li a.top_link:hover {
	color:#fff;
	background-image: url(../gfx/gif/menu-hover.gif);
	background-repeat: no-repeat;
	font-style: normal;
}
.menu li a.top_link:hover span {
	background-image: url(../gfx/gif/menu-hover.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-style: normal;
}
.menu li a.top_link:hover span.down {
	background-image: url(../gfx/gif/menu-hover.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.menu li:hover > a.top_link {
	color:#fff;
	background-image: url(../gfx/gif/menu-hover.gif);
	background-repeat: no-repeat;
}
.menu li:hover > a.top_link span {
	background-image: url(../gfx/gif/menu-hover.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu li:hover > a.top_link span.down {
	background-image: url(../gfx/gif/menu-hover.gif);
	background-repeat: no-repeat;
	background-position: right top;
}


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

/* Default link styling */

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

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

/* 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 {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

.menu :hover ul.sub {
	top:35px;
	white-space:nowrap;
	height:auto;
	left: 0px;
	width: 250px;
	background-color: #EC008C;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EC008C;
	font-style: normal;
	background-image: url(../gfx/png/dropdown-curves.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.menu :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:250px;
}
.menu :hover ul.sub li a {
	display:block;
	font-size:11px;
	height:20px;
	width:250px;
	line-height:20px;
	text-indent:15px;
	color:#FFFFFF;
	text-decoration:none;
	border-width:0 0 0 0px;
	letter-spacing: 1px;
	font-style: normal;
	text-transform: none;
	font-weight: normal;
}
.menu :hover ul.sub li a.fly {
	background-color: #FFFFFF;
	background-image: url(../gfx/gif/arrow.gif);
	background-repeat: no-repeat;
	background-position: 80px 7px;
}
.menu :hover ul.sub li a:hover {
	background:#DB007B;
	color:#FFF;
	text-indent: 30px;
	list-style-position: inside;
	list-style-type: decimal;
}
.menu :hover ul.sub li a.fly:hover {
	color:#fff;
	background-color: #EC008C;
	background-image: url(../gfx/gif/arrow.gif);
	background-repeat: no-repeat;
	background-position: 80px 7px;
}
.menu :hover ul li:hover > a.fly {
	color:#fff;
	background-color: #EC008C;
	background-image: url(../gfx/gif/arrow.gif);
	background-repeat: no-repeat;
	background-position: 80px 7px;
} 

.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
{left:90px; top:-4px; background: #fff; padding:3px 0; white-space:nowrap; width:93px; z-index:200; height:auto;}
