/* ================================================================ 
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 {font-size:14px}
.menu ul li a, .menu ul li a:visited {
	display:block; 
	text-decoration:none; 
	color:#003467; 
	width:249px; 
	text-align:right; 
	border:1px solid #fff; 
	border-width:0 0 1px 0; 
	padding:3px 25px 3px 0pt;
	font-weight:bold;
}

.menu ul li ul li a, .menu ul li ul li a:visited {
	text-align:left; 
	padding-left: 25px;
	width: 205px;
}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:0px; position:relative;}
.menu ul li ul {display: none; border: 1px #838383 solid; border-width:1px 1px 0 1px;}
.menu ul li ul li{float:left;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#003467; background:#fff url(../cssimg/bullet.gif) no-repeat right center;}
.menu ul li:hover ul {display:block; position:absolute; top:-1px; left:274px; width:auto;}
.menu ul li:hover ul li a {display:block; background:#fff; color:#003467; border:1px solid #838383; border-width:0 0 1px 0; }
.menu ul li:hover ul li a:hover {background:#838383; color:#fff;}