/* ================================================================ 
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.stunicholls.com/menu/pro_drop_2.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.
=================================================================== */



div#twit_subnav .subnav ul.root {
	padding-left: 0px;
	margin: 0px;
	list-style:none; 

	position:relative; 
	z-index:1; 

}
div#twit_subnav .subnav ul.root li.top {

}
div#twit_subnav .subnav ul.root li a.top_link ,div#twit_subnav .subnav ul.root li a.selected,div#twit_subnav .subnav ul.root li:hover a.top_link{


}




div#twit_subnav .subnav ul.root li a.selected{

	background-image: url(images/nav_left_hover.gif);

	
}
/* Default list styling */

div#twit_subnav .subnav ul.root li:hover {
	position:relative; 
	z-index:200;
}

div#twit_subnav .subnav ul.root li:hover ul.sub{
	left:0px; 
	top:37px !important; 
/*	top: 23px;*/

	white-space:nowrap; 
/*	width:100% !important; */
	width:192px !important;
	

	height: auto !important;
	z-index:300;
	/*border: 1px solid #ccc;		*/
	border-bottom: 0px;		
}

div#twit_subnav .subnav ul.root li:hover ul.sub li{
	display:block; 
	position:relative; 
	float:left; 

	clear: both;

	font-weight:normal;
/*	border-bottom: 1px solid #ccc;*/
	height: auto !important;	
	padding: 0px !important; 
	margin: 0px !important;
/*	overflow: hidden;*/
	background-image: url(none);

}

div#twit_subnav .subnav ul.root li ul{

}
div#twit_subnav .subnav ul.root li:hover ul.sub li a{
	display:block;
	background-color: #296099;		
	border-bottom: 1px solid #698297;
/*	color: #333;*/
	width: 180px;
	color: #fff;

	text-transform: uppercase;

	font-weight: normal;
	font-size: 11px;
/*height: 50px;*/

	padding: 5px !important;
	padding-left: 7px !important;
	text-transform: none;
	height: auto !important;
	background-image: url(none);	

	
}
div#twit_subnav .subnav ul.root li ul.sub li a.fly{

	background-image: url(arrow.gif);
	background-position: right 10px;
	background-repeat: no-repeat; 	

}
div#twit_subnav .subnav ul.root li:hover ul.sub li a:hover {
	/*color: #000;*/
	background-color: #1e4976;
/*	height: 50px;*/
}
div#twit_subnav .subnav ul.root li:hover ul.sub li a.fly:hover{
/*	color: #000;*/
	background-color: #1e4976;
}


div#twit_subnav .subnav ul.root li:hover li:hover ul,
div#twit_subnav .subnav ul.root li:hover li:hover li:hover ul,
div#twit_subnav .subnav ul.root li:hover li:hover li:hover li:hover ul,
div#twit_subnav .subnav ul.root li:hover li:hover li:hover li:hover li:hover ul {
	left:192px; 
	top:0px; 
	/*background-color: #1e4976;	*/

	white-space:nowrap; 
	width:180px; 
	z-index:400; 
	
	height:auto;
/*	border: 1px solid #ccc;		*/
	border-bottom: 0px;				
}

div#twit_subnav .subnav ul.root ul, 
div#twit_subnav .subnav ul.root li:hover ul ul,
div#twit_subnav .subnav ul.root li:hover li:hover ul ul,
div#twit_subnav .subnav ul.root li:hover li:hover li:hover ul ul,
div#twit_subnav .subnav ul.root li:hover li:hover li:hover li:hover ul ul{
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}

div#twit_subnav .subnav ul.root li:hover li:hover a.fly,
div#twit_subnav .subnav ul.root li:hover li:hover li:hover a.fly,
div#twit_subnav .subnav ul.root li:hover li:hover li:hover li:hover a.fly,
div#twit_subnav .subnav ul.root li:hover li:hover li:hover li:hover li:hover a.fly{
	text-decoration: none;
	background-color: #1e4976;		

} 

div#twit_subnav .subnav ul.root li:hover li:hover li a.fly,
div#twit_subnav .subnav ul.root li:hover li:hover li:hover li a.fly,
div#twit_subnav .subnav ul.root li:hover li:hover li:hover li:hover li a.fly{
	text-decoration: none;
	
	background-color: #296099;		
} 
