#leftmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#leftmenu li{
	list-style:none;
	margin:3px 0px;
	padding:1px 5px 1px 10px;
	border-bottom:1px solid #F1F1C1;

}
#leftmenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#003366;
	display:block;
	text-decoration: none;
}
#leftmenu a:hover {
	text-decoration:underline;
}

#leftmenu ul ul {
	display:none;
	background-color:#CC9966;
}

#Menu ul.members {
	float:right;
	margin:0 20px 0 0;
}


#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 30px;
	color: #FFFFCC;
	display:block;
	text-decoration: none;
}
#menu a:link,#menu a:visited {
	color: #FFFFCC;
}
#menu a:hover {
	color: #663300;
	background-color: #FFFFCC;
}
#menu a:active {
	color: #FFFFCC;
	background-color: #663300;
}

/* Begin CSS Popout Menu */
#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	width:7.5em;
	float:left;
	text-align:center;
	height:30px;
}
#menu li{
	position:relative;
}
#menu ul ul{
	position: absolute;
	z-index: 500;
	width:140px; 	/*Sub levels are Fixed 150px width*/
	top:auto;
	display:none;
	background-color: #663300;
	
}
* html #menu ul ul {
	left:0px;
}
#menu ul ul ul{
	top:0;
	left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
	background:#000 url(../images/icon_arrow_right.gif) no-repeat -999px -9999px;
}

div#menu li:hover{
	cursor:pointer;
	z-index:100;
}

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

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

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
	font-weight:bold;
	color:#000000;
	background:#eee url(../images/icon_arrow_right.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
	color:#AA0000;
	background:#DDDDDD;
	background:#eee url(../images/icon_arrow_right.gif) no-repeat 100% 100%;
}

#menu a.x:active{
	color:#006600;
	background:#CCCCCC;
}

/* End CSS Popout Menu */