/* ================================================================ 
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/menus/anywidth2.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu {
	height:			25px; 
	width:			560px; 
	text-align:		right;
}

#menu ul {
	margin:			0; 
	padding:		0; 
	list-style:		none; 
	white-space:	nowrap; 
	float:			right;
}
#menu ul {display:inline-block;} 
#menu ul {display:inline;}

#menu li,
#menu .level03_item {
	margin:			0; 
	padding:		0; 
	list-style:		none;
}
#menu li,
#menu .level03_item {display:inline-block; display:inline;}

#menu ul.level1 {
	display:		table; 
	margin:			0; 
}
#menu ul.level1 li.level1-li {
	float:			left; 
	display:		block; 
	position:		relative;
}
#menu ul ul.level2 {
	position:		absolute; 
	left:			-9999px;
	top:			25px;
}

/* Background Colors */
#menu ul.level1 {background:#B4BCD4;cursor:pointer;}

#menu ul.level2 {background: url('../images/shadow.png') no-repeat bottom right; padding: 0 3	px 9px 0;display:block;}
#menu ul.level2 a { background:	#F58426}

#menu b {position:absolute;} /* -- for IE6 non-flyout dropdowns to stop flickering - who knows why --*/


/* Link Styles */
#menu a {
	display:		block; 
	font-size:		11px; 
	font-weight:	bold;  
	color:			#002D62; 
	line-height:	25px; 
	text-decoration:none;
	padding:		0;
	border-left: 	1px solid #FFF;
}

#menu li a.active {
	color:			#FFF; 
	background: 	#F58426;
}

/* Link Styles - Level 1 */
#menu ul.level1 li.level1-li a.level1-a {
	float:			left;
	width:			80px;
	text-align:		center;
}
/* Link Styles - Level 2 */
#menu ul.level2 a { 
	padding:		0 10px 0 10px; 
	border: 		none;
	color:			#FFF;
	font-weight:	normal; 
	line-height:	20px;
}
#menu ul.level2 a.rgmspecial { 
	padding:		0 10px 0 10px; 
	border: 		none;
	color:			#FFF;
	font-weight:	bold; 
	line-height:	20px;
}
#menu ul.level2 a.rgmspecial2 {
	padding:		0 10px 0 20px !important;
}
#menu ul.level2 a.rgmspecial3 {
	padding:		0 10px 0 20px !important;
}

/* Visibility on Rollover */
#menu ul li:hover > ul {
	visibility:		visible; 
	left:			0; 
	top:			25px;
}
#menu ul ul li:hover > ul {
	top:0; 
	/*margin-top:-25px;*/
}
#menu a:hover ul.level2 {
	left:0; 
	top:23px;
}

/* Add Corners to first and last */
#menu li.first { background: url('../images/cnr_left_blue.jpg') no-repeat top left; }
#menu li.last  { background: url('../images/cnr_right_blue.jpg') no-repeat top right; }
#menu li.first a:hover, #menu li.first a.active { background: #F58426 url('../images/cnr_left_orange.jpg') no-repeat top left; }
#menu li.last a:hover, #menu li.last a.active { background: #F58426 url('../images/cnr_right_orange.jpg') no-repeat top right; }

#menu li.first a { border:none; }

/* Level 1 Rollover */
#menu li a:hover,
#menu li a.fly:hover {background-color:#F58426;color:#FFF;} 
#menu li:hover > a,
#menu ul li:hover > a.fly {background-color:#F58426;color:#FFF;}
#menu li.first:hover > a,
#menu ul li.first:hover > a.fly { background: #F58426 url('../images/cnr_left_orange.jpg') no-repeat top left;color:#FFF; }
#menu li.last:hover > a,
#menu ul li.last:hover > a.fly { background: #F58426 url('../images/cnr_right_orange.jpg') no-repeat top right;color:#FFF; }

/* Level 2 Rollover */
#menu li a:hover a:hover,
#menu li a.fly:hover {background:none;background-color:#002D62;color:#FFF;} 
#menu li:hover li:hover > a,
#menu ul li:hover li:hover > a.fly {background:none;background-color:#002D62;color:#FFF;}

#menu ul.level2 a:hover.rgmspecial {
	background-color:#F58426;
	cursor: default;
}

/* Menu Table Styles */
#menu table {position:absolute; width:0; height:0;left:0; border-collapse:collapse; margin-top:-4px; cursor:pointer;}
#menu table table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-29px;}
