/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_line_down_fly.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 {
position:relative; 
font-family:arial, verdana, sans-serif; 
font-size:11px;
z-index:500;
margin-bottom:18px;
margin-left:250px;
background:url(../images/menu-bg.gif) repeat-x;
width:730px;
}

.menu div{
	background:url(../images/menu-left.png) left no-repeat;
	margin-left:-10px;
	width:750px;
}

.menu div div{
	background:url(../images/menu-right.png) right no-repeat;
	height:36px;
	display:block;
	padding:0px 10px;
	margin-left:0px;
	width:730px;
}

*html .menu div div{
	width:750px;
}

.menu .select {
margin:0; 
padding:0; 
list-style:none; 
white-space:nowrap;
}

.menu li {
float:left;
}

.menu .select a {
display:block; 
float:left; 
text-decoration:none; 
line-height:36px; 
white-space:nowrap; 
color:#fff;
background:url(../images/menu-divider.gif) right no-repeat;
}

.menu .select a.right{
	background:none;
}

.menu .select li.line a {}

.menu .select a b {
display:block; 
/*padding:0px 37px; */
padding:0px 24px; 
}

.menu .select a:hover, 
.menu .select li:hover a {
cursor:pointer; 
color:#AF006B;
}

.menu .select li.line a:hover, 
.menu .select li.line:hover a {
}

.menu .select a:hover b, 
.menu .select li:hover a b {
display:block;  
cursor:pointer;
}

.menu .sub {
display:none;
}
.menu ul ul {display:none;}

/* IE6 only */
.menu table {
border-collapse:collapse; 
margin:-1px; 
font-size:1em; 
width:0; 
height:0;
}

.menu .sub {
margin:0; 
padding:0;
list-style:none;
}

.menu .sub li {background:transparent;}

.menu .select :hover .sub {
height:27px;
display:block; 
position:absolute;
float:left;
width:750px;
top:36px; 
left:0px; 
text-align:center;
}

.menu .select :hover .rt li {float:right;}

.menu .select :hover .sub li a 
{display:block; height:27px; line-height:27px; float:left; background:transparent url(line/transparent.gif); padding:0 12px; margin:0; white-space:nowrap; color:#FFF; font-weight:bold;}

.menu .select :hover .sub li.subline a {color:#FFF;}

.menu .select :hover .sub li a:hover,
.menu .select :hover .sub li:hover
{color:#AF006B; position:relative;}

.menu .select :hover .sub li:hover > a {color:#AF006B;}

.menu .select :hover .sub :hover ul {padding:0; margin:0; list-style:none; display:block; width:132px; position:absolute; left:-1px; top:27px; background:#0091DA;}

.menu .select :hover .sub :hover ul ul {position:absolute; left:-9999px;}
.menu .select :hover .sub :hover ul li {}

.menu .select :hover .sub :hover ul li a {width:100px; text-align:left; height:20px; line-height:18px; background:#0091DA;}
.menu .select :hover .sub :hover ul li a:hover {line-height:16px;}
.menu .select :hover .sub :hover ul li:hover > a {line-height:16px;}

.menu .select :hover .sub :hover ul :hover ul {left:130px; top:0; border:1px solid #886; border-width:0 1px 1px 0; background:#fff;}

.menu .select :hover .rt :hover ul :hover ul {left:-131px; top:0; border:1px solid #886; border-width:0 0 1px 1px;}

.menu .select :hover .sub :hover ul :hover ul li {border-left:1px solid #886; background:#fff;}

.menu .select :hover .sub :hover ul :hover ul li.a1 {border-left:1px solid #fff;}
.menu .select :hover .sub :hover ul :hover ul li.a2 {border-top:1px solid #886; height:19px;}

.menu .select :hover .rt :hover ul :hover ul li {border-right:1px solid #886; border-left:0;}
.menu .select :hover .rt :hover ul :hover ul li.a1 {border-right:1px solid #fff; border-left:0;}

.menu .select :hover .sub :hover ul li.menu1-level2 a, .menu .select :hover .sub :hover ul li.menu1-level2 a:visited {
background: url(../images/menu_left.gif) no-repeat left; padding-left:30px; width:86px;
}