/* CSS Document */
/* ================================================================ 
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/flyout5.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.
=================================================================== */

#menu {
width: 100%;
background: #eee;
padding: 0;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #cecece #003366 #003366 #003366;
	margin: 0;
	padding: 2px 3px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}

#menu h2 {
color: #fff;
background: #003366;
text-transform: uppercase;
font-weight:bold;
}

#menu a {
color: #FFFFFF;
background: #2E5882;
text-decoration: none;
font-weight:normal;
}

#menu a:hover {
color: #FFFFFF;
background: #003366;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

.current {
	padding-left: 10px;
    background-image: url('../icons/right.gif');
	background-repeat: no-repeat;
	background-position: left;
}