/* ================================================================ 
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.
=================================================================== */

#siteNavigation h3 {
	border:1px solid #505055;
	clear:both;
	color:#FFFFFF;
	font-size:8pt;
	font-weight:bold;
	margin:5px 0px 0px;
	text-transform:uppercase;
	width:146px;
}
#siteNavigation h3 span {
	background: #505055 url('/images/bg_navFirst.gif') top repeat-x;
	border: 1px solid #86868d;
	display: block;
	padding: 2px 5px;
}


/* common styling */
#siteNavigation {position:relative; font-size:8pt; z-index:90}
#siteNavigation ul li a, #siteNavigation ul li a:visited {display:block; text-decoration:none; color:#323234; text-align:left; border:1px solid #fff; background:#dfe1e3; padding: 1px 5px;}
#siteNavigation ul {}
#siteNavigation ul li {float:left; margin:2px 5px 0 3px; width:141px; position:relative; border:1px solid #939398; z-index:90;}
#siteNavigation ul li ul {display: none;}
#siteNavigation ul li ul li{ margin: 0px; width: 141px;}

/* specific to non IE browsers */
#siteNavigation ul li:hover a {color:#000000; background:#bfc2c4; z-index:90;}
#siteNavigation ul li:hover ul {display:block; position:absolute; top:-1px; left:142px; width:210px; border: 1px solid #939398;}
#siteNavigation ul li:hover ul li {width:209px; border: 0px none;}
#siteNavigation ul li:hover ul li a.hide {background:#dfe1e3; color:#000;}
#siteNavigation ul li:hover ul li:hover a.hide {width:200px;}
#siteNavigation ul li:hover ul li a {display:block; background:#dfe1e3; color:#000; width:197px;}
#siteNavigation ul li:hover ul li a:hover {background:#bfc2c4; color:#000;}



/******
	Association Picker
******/

/* make the top level links horizontal and position relative so that we can position the sub level */
#associationPicker li {float:left; position:relative; z-index:95;}

/* use the table to position the dropdown list */
#associationPicker table {position:absolute; border-collapse:collapse; left:-1px; top:25px; z-index:95;}

/* style all the links */
#associationPicker a, #associationPicker :visited {display:block; color:#ddd; font-size:10px; width:116px; padding:4px 10px; text-decoration:none; margin-right:1px; text-align:left;}
#associationPicker ul ul a, #associationPicker ul ul :visited{background:transparent url('/images/association_picker_bg.png');}

/* style the links hover */
#associationPicker :hover{color: #ffffff;}
#associationPicker ul ul :hover{background-color: #000000;}

/* hide the sub level links */
#associationPicker ul ul { visibility:hidden; position:absolute; width:136px; height:0;}

/* make the sub level visible on hover list or link */
#associationPicker ul li#currentAssociation:hover ul,
#associationPicker ul #currentAssociation a:hover ul{visibility:visible;}
