/* ================================================================ 
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 */

body
{
	margin:0px;
}
.sideBarSep2
{
	background-image:url(../images/sidebarSep1.jpg);
	background-repeat:repeat-y;
	width:175px;
	line-height:2px;
	height:2px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.menu
{
	font-family: arial, sans-serif;
	width:186px;
	height:672px;
	position:relative;
	margin:0;
	font-size:15px;
	margin:0px;
	z-index:11;
	background-color:#E9E5CE;
}

.menu ul li a, .menu ul li a:visited
{
	display:block;
	text-decoration:none;
	color:#000;
	width:160px;
	text-align:left;
	border:0px solid #fff;
	border-width:0px 0px 0 0;
	background-color:#E9E5CE;
	line-height:29px;
	font-size:15px;
	font-weight:bold;
	padding-left:14px;
	padding-right:10px;
	padding-top:0px;
	padding-bottom:5px;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type: none;
}
.menu ul li
{
	float:left;
	margin-right:1px;
	position:relative;
}
.menu ul li ul
{
	display: none;
}
/*.menu ul li a:hover
{
}
.menu ul li ul li a
{
	font-size:13px;
}
.menu ul li a:hover
{
	background-image:url(../images/nav_hover.jpg);
	background-repeat:repeat-y;
	color:#fff;
}
.menuSel, .menu ul li #menuSelId, .menu ul li #menuSelId a
{
	background-image:url(../images/nav_hover.jpg);
	background-repeat:repeat-y;
	color:#fff;
}

/* specific to non IE browsers */
.menu ul li:hover a {background-image:url(../images/nav_hover.jpg);
	background-repeat:repeat-y;}

.menu ul li:hover ul li
{
	border-left:1px #A08C4D solid;
	border-right:1px #A08C4D solid;
	border-bottom:1px #A08C4D solid;
	width:250px;
	z-index:101;
	white-space:normal;
}
	

