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

#menu2 {
	padding: 0px;
	width: 864px;
	margin: 0px;
	list-style: none;
	height: 40px;
	position: relative;
	z-index: 500;
	font-family: Arial, Verdana, Sans-Serif;
	background: #0C1049;
}

#menu2 li.top {
	display: block;
	float: left;
}

#menu2 li a.top_link {
	display: block;
	height: 33px;
	float: left;
	line-height: 22px;
	font-size: 13px;
	font-weight: bold;
	padding: 7px 11px 0 7px;
	color: #fff;
	text-decoration: none;
}

#menu2 li a.top_link:hover {
	color:#00FFFF;
}

#menu2 li:hover > a.top_link {
	color:#00FFFF;
}

#menu2 li a.top_link1 {
	display: block;
	height: 23px;
	float: left;
	line-height: 22px;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 15px 0 10px;
	color: #2BB0EF;
	text-decoration: none;

}



#menu2 li a.top_link1:hover {
	color:#091D4C;
}

#menu2 li:hover > a.top_link1 {
	color:#091D4C;
}


#menu2 table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}

#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;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#menu2 :hover ul.sub {
	left:0;
	top:40px;
	white-space:nowrap;
	width:250px;
	height:auto;
	z-index:300;
	padding-top:5px;
	background:url(../images/gif/trans.gif);
}

#menu2 :hover ul.sub li {
	display:block;
	float:left;
	width:100%;
	height:25px;
}

#menu2 :hover ul.sub li span {
	display:block;
	height:25px;
	float:left;
	width:90px;
	font-weight:normal;
}

#menu2 :hover ul.sub li b {
	display:block;
	height:25px;
	float:left;
	width:30px;
	font-weight:normal;
}

#menu2 :hover ul.sub li a {
	display:block;
	position:relative;
	font-size:11px;
	height:25px;
	width:300px;
	margin-right:-30px;
	line-height:25px;
	text-indent:10px;
	color:#fff;
	text-decoration:none;
	background:url(../images/gif/trans.gif);
}

#menu2 :hover ul.sub li span a:hover {
	color:#00FFFF;
}

#menu2 :hover ul.sub li:hover > span a {
	color:#00FFFF;
}

#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:250px;
	top:0;
	white-space:nowrap;
	width:250px;
	z-index:400;
	eight:auto;
}

#menu2 :hover ul.wide {
	width:250px;
}

#menu2 :hover ul.wide li span {
	width:220px;
}

#menu2 :hover ul.wide li a {
	width:250px;
}

#menu2 li > span {
	background: url(../images/png/tab-midleft.png);
	background-repeat: no-repeat;
}

#menu2 li > b {
	background: url(../images/png/tab-midright.png);
	background-repeat: no-repeat;
}

#menu2 li.fly > b {
	background: url(../images/png/tab-midright-sub.png);
	background-repeat: no-repeat;
}

#menu2 li.subtop > span,

#menu2 li.flytop > span { 
	background:url(../images/png/tab-topleft.png);
	background-repeat: no-repeat;
}

#menu2 li.subtop > b {
	background:url(../images/png/tab-topright.png);
	background-repeat: no-repeat;
}

#menu2 li.flytop > b {
	background:url(../images/png/tab-topright-sub.png);
	background-repeat: no-repeat;
}

#menu2 li.subone > span,

#menu2 li.flyone > span { 
	background:url(../images/png/one.png);
	background-repeat: no-repeat;
}

#menu2 li.subone > b {
	background:url(../images/png/one-right.png);
	background-repeat: no-repeat;
}

#menu2 li.flyone > b {
	background:url(../images/png/subone-right.png);
	background-repeat: no-repeat;
}

#menu2 li.subbot > span,

#menu2 li.flybot > span {
	height:35px !important;
	background:url(../images/png/tab-botleft.png);
	background-repeat: no-repeat;
}

#menu2 li.subbot > b {
	height:35px !important;
	background:url(../images/png/tab-botright.png);
	background-repeat: no-repeat;
}
#menu2 li.flybot > b {
	height:35px !important;
	background:url(../images/png/tab-botright-sub.png);
	background-repeat: no-repeat;
}