/* ================================================================ 
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_drop8.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.
=================================================================== */
.preload1 { background: url(/images/menu/drop4_2a.gif); }
.preload1 { background: url(/images/menu/drop4_2b.gif); }
.selena_menu {
	padding:0;
	margin:0;
	list-style:none;
	height:36px;
	background:transparent url(/images/menu/drop4_back.gif);
	position:relative;
	z-index:500;
	font-family:arial, verdana, sans-serif;
}
.selena_menu li.top {
	display:block;
	float:left;
}
.selena_menu li a.top_link {
	display:block;
	float:left;
	height:36px;
	line-height:27px;
	color:#203351;
	text-decoration:none;
	font-family: tahoma, arial, verdana, sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:0 0 0 10px;
	cursor:pointer;
	background: url(/images/menu/drop4_0a.gif) no-repeat;
}
.selena_menu li a.top_link span {
	float:left;
	display:block;
	padding:0 15px 0 5px;
	height:36px;
	background:url(/images/menu/drop4_0b.gif) right top;
}
.selena_menu li a.top_link:hover {
	color:#000;
	background: url(/images/menu/drop4_2a.gif) no-repeat;
	line-height:25px;
}
.selena_menu li a.top_link:hover span { background:url(/images/menu/drop4_2b.gif) no-repeat right top; }
.selena_menu li:hover > a.top_link {
	color:#000;
	background: url(/images/menu/drop4_2a.gif) no-repeat;
	line-height:25px;
}
.selena_menu li:hover > a.top_link span { background:url(/images/menu/drop4_2b.gif) no-repeat right top; }
.selena_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 */

.selena_menu a:hover {
	visibility:visible;
	position:relative;
	z-index:200;
}
.selena_menu li:hover {
	position:relative;
	z-index:200;
}
/* keep the 'next' level invisible by placing it off screen. */
.selena_menu ul, .selena_menu iframe {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
.selena_menu ul.sub1 { width:160px; }
.selena_menu ul.sub2 { width:110px; }
.selena_menu ul.sub3 { width:126px; }
.selena_menu ul.sub4 { width:126px; }
.selena_menu :hover iframe.one {
	left:0;
	top:35px;
	width:150px;
	height:100px;
}
.selena_menu :hover iframe.two {
	left:0;
	top:35px;
	width:100px;
	height:65px;
}
.selena_menu :hover ul {
	left:0;
	top:35px;
	background: #b9d3fb;
	padding:3px;
	border:1px solid #3a93d2;
	border-width:0 1px 1px;
	white-space:nowrap;
	height:auto;
	z-index:300;
}
.selena_menu :hover ul li {
	display:block;
	height:20px;
	position:relative;
	font-weight:normal;
	width:auto;
}
.selena_menu :hover ul li a {
	display:block;
	font-size:11px;
	height:20px;
	line-height:20px;
	width:auto;
	padding:0 10px;
	color:#000;
	text-decoration:none;
}
.selena_menu :hover ul.sub3 li a:hover {
	background:#3a93d2;
	color:#fff;
	width:107px;
}
.selena_menu :hover ul.sub4 li a:hover {
	background:#3a93d2;
	color:#fff;
	width:107px;
}
