/* ================================================================ 
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 { 
width:106px; /*height:150px;*/ 
position:relative;
margin-bottom:20px;
font-size:10pt;
color: #336699;
z-index:1000;/*margin:50px 0;*/}

.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#336699; width:106px; /*height:20px; */
text-align:left;/* border:1px solid #6699CC; border-width:1px 1px 0 0;*/ /*background:#c9c9a7;*/ line-height:15px; /*font-size:11px;*/
padding-top:7px;}

/*.menu ul {padding:0; margin:0;list-style-type: none; }*/

.menu ul {
padding-left:8px;
margin:0;
list-style:url(../images/a_navbutton.gif);
/*list-style:none;*/
color: #336699;
}

.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}
.menu ul li ul li {
list-style:none;
border-style:solid;
	border-width:1px 1px 1px 1px;
	border-color:#6699CC #6699CC #6699CC #6699CC;
	PADDING-RIGHT: 4px; 
	PADDING-LEFT: 4px; 
	PADDING-BOTTOM: 8px; 
	MARGIN: 0px; 
	/*PADDING-TOP: 4px;*/  
	LIST-STYLE-TYPE: none; 
	background-color: #DBECFF;
	font-size:12px;
}
selected {
font-weight:bold;
}

/* specific to non IE browsers */
.menu ul li:hover a {color:#000; background:#ffffff;}
.menu ul li:hover ul {display:block; position:absolute; top:0; left:107px; width:107px;}
.menu ul li:hover ul li a.hide {background:#DBECFF; color:#000;}
.menu ul li:hover ul li:hover a.hide {width:150px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#DBECFF; color:#000; width:150px;}
.menu ul li:hover ul li a:hover {background:#DBECFF; color:#000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menu ul li:hover ul li:hover ul li a {display:block; width:200px; background:#DBECFF; color:#000;}
.menu ul li:hover ul li:hover ul li a:hover {background:#DBECFF; color:#000;}

/* SELECTED specific to non IE browsers */
.menu ul li:.select {font-weight:bold;background:#F96611;border:3px solid #FFB380;} 
