/* ================================================================ 
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/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu * {
	margin:				0;
	padding:			0;
}
.menu {
	position:			relative;
	font-size:			11px;
	/*margin:				0 0 0 5px;*/
	
}
.menu ul {
	list-style-type: 	none;
	padding:			2px 0 0 0;
}

.menu ul li {
	float:				left; 
	/*margin-right:		1px;*/ 
	position:			relative;
	width:				100%;
}

.menu ul li ul {
	display: 			none;
}

.menu ul li:hover ul {
	display:			block; 
	position:			absolute; 
	top:				0; 
	left:				160px; 
	width:				175px;
	border:				1px solid #4c96c6;
	background-color:	#ffffff;
	z-index:			100;
}

.menu ul li:hover ul li:hover ul {
	display:			block; 
	position:			absolute; 
	left:				151px; 
	top:				0; 
}

.menu ul li:hover ul li:hover ul li a {
	display:			block; 
	width:				200px; 
}

/* top / subnav combined style */
.menu ul li a,
.menu ul li a:visited{
	display:			block; 
	text-decoration:	none;
	color:				#4c96c6;
}

/* topnav only style */
.menu ul li.topnav a.topnav,
.menu ul li.topnav a.topnav:visited {
	font-size:			13px;
	font-weight:		bold;
	line-height:		30px;
	background:			#fff;
	margin:				2px 4px 2px 4px;
	padding:			0 0 0 21px;
}

.menu ul li.topnav a.selected,
.menu ul li.topnav a.selected:visited,
.menu ul li.topnav a.topnav:hover {
	background:			#4c96c6	url(/static/gfx/arrow_wht_bl.gif) no-repeat 5px 8px;
	color:				#fff
}


/* subnav only style */
.menu ul li.topnav a.subnav,
.menu ul li.topnav a.subnav:visited{
	font-size:			10px;
	text-transform: 	uppercase;
	background:			url(/static/gfx/subbg.gif) no-repeat 7px 9px;
	padding:			4px 2px 2px 15px;
}
.menu ul li.topnav ul li a.selected {
	color:	#fff !important;
	background: #4c96c6 url(/static/gfx/_subbg.gif) no-repeat 7px 9px !important;
}
.menu ul li.topnav a.subnav:hover{
	color:				white;
	background:			#4c96c6 url(/static/gfx/_subbg.gif) no-repeat 7px 9px;
	text-decoration:	none;
}
a.subnav {
	color: #000 !important;
}
