

/* ================================================================ */

.preload1 {background: url(menuImages/tab.png);}
.preload2 {background: url(menuImages/tabb_on.gif);}

.menu2 {
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	margin:0;
	list-style:none;
	height:35px;
	padding:0;
	list-style:none;
	line-height:35px;
	font-size:13px;
	width:710px;
	top: 0px;
	right: 0px;
	/*position:absolute;
	z-index:30;*/
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}


/*---- menu resets from Main,css ---*/
.menu2 li{background-image:none; margin: 0; padding:0; border: none;}
.menu2 li a {text-decoration: none; border: none;}

/*----end of resets ----*/

.menu2 li.top {
	display:block;
	float:left;
	background-image: none;
	background-position: 0px 0px;
	
}
.menu2 li.endCurve
{
    display: block;
    float: left;
    width: 43px;
    height: 35px;
    background-image: url( 'menuImages/menuBG_curve.gif' );
    background-position: 0px 0px;
    background-repeat: no-repeat;
}
.menu2 li a.top_link {
	display:block;
	float:left;
	height:36px;
	color:#fff;
	text-decoration:none;
	
}


.menu2 li a.top_link span {display:block; height:36px; float:left; line-height:36px; font-weight:bold; padding:0 6px 0 10px; cursor:pointer; border-bottom-style:none; }
.menu2 li a.top_link b {display:block; width:12px; height:36px; float:left; }
.menu2 li a.top_link b.down {
	width:12px;
	height: 36px;
	background-image: url(menuImages/tabdown_off.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.menu2 li a.top_link:hover span {
	color:#CCCCCC;
	line-height:36px;
	background-image: url(menuImages/button3.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu2 li a.top_link:hover b {
	color:#fff;
	background-image: url(menuImages/button3.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.menu2 li:hover > a.top_link span {
	color:#fff;
	line-height:36px;
	background-image: url(menuImages/button3.gif);
	background-repeat: no-repeat;
	background-position: left top;
		
}
.menu2 li:hover > a.top_link b {
	color:#fff;
	background-image: url(menuImages/button3.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 12px;
}
.menu2 li:hover > a.top_link b.down {color:#fff; background: url(menuImages/tabdown_on.gif) no-repeat;}


.menu2 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 */

.menu2 a:hover {visibility:visible; position:relative; z-index:200;}
.menu2 li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu2 ul, 
.menu2 :hover ul ul, 
.menu2 :hover ul :hover ul ul,
.menu2 :hover ul :hover ul :hover ul ul,
.menu2 :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; border:none;}

.menu2 :hover ul.sub {left:0; top:36px; white-space:nowrap; width:120px; height:auto; z-index:300;}
.menu2 :hover ul.sub li {
	display:block;
	height:20px;
	float:left;
	width:120px;
	font-weight:normal;
	background-image: url(menuImages/submid.png);
	background-position: left top;
}
.menu2 :hover ul.sub li.fly {background: url(menuImages/submid_r.png);}

.menu2 :hover ul.sub li a {
	display:block;
	position:relative;
	font-size:12px;
	height:20px;
	width:120px;
	line-height:20px;
	text-indent:2px;
	color:#000;
	text-decoration:none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(menuImages/trans.gif);
	background-position: left top;
	margin:0;
	border:none;
}
.menu2 :hover ul.sub li a:hover {color:#fff;}

.menu2 :hover ul.sub :hover > a {color:#fff;}

.menu2 :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul,
.menu2 :hover ul :hover ul :hover ul :hover ul :hover ul
{left:120px; top:0; white-space:nowrap; width:120px; z-index:400; height:auto;}

.menu2 :hover ul.sub li.subtop,
.menu2 :hover ul :hover ul li.subtop,
.menu2 :hover ul :hover ul :hover ul li.subtop,
.menu2 :hover ul :hover ul :hover ul :hover ul li.subtop
{background:url(menuImages/subtop.png); margin:0; padding:0px;}

.menu2 :hover ul.sub li.flytop,
.menu2 :hover ul :hover ul li.flytop,
.menu2 :hover ul :hover ul :hover ul li.flytop,
.menu2 :hover ul :hover ul :hover ul :hover ul li.flytop
{background: url(menuImages/subtop_r.png); margin:0; padding:0px;
}

.menu2 :hover ul.sub li.subbot,
.menu2 :hover ul :hover ul li.subbot,
.menu2 :hover ul :hover ul :hover ul li.subbot,
.menu2 :hover ul :hover ul :hover ul :hover ul li.subbot
{height:30px; background:url(menuImages/subbottom.png); margin:0; padding:0px;}

.menu2 :hover ul.sub li.flybot,
.menu2 :hover ul :hover ul li.flybot,
.menu2 :hover ul :hover ul :hover ul li.flybot,
.menu2 :hover ul :hover ul :hover ul :hover ul li.flybot
{height:30px; background: url(menuImages/subbottom_r.png); margin:0; padding:0px;}
