
#menu{
	width:100%;
	float:left;
	text-align:justify;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	position:relative;
	left:35px;
	}

#menu a{
	color:#FFFFFF;
	font:bold 10px;
	display:block;
	white-space:nowrap;
	margin:0;
	padding:1px 0 1px 3px;
	background:#555000;
	text-decoration:none;
	background-image:url(images/menuBackgroundCG.jpg);
	}

#menu h2{
	color:#ffffff;
	background-image:url(images/menuBackgroundCG.jpg);
	text-transform:uppercase;
	font-size:12px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	display:block;
	white-space:nowrap;
	padding:1px 0 1px 3px;
	font-weight:normal;
	letter-spacing:0em;
	margin-bottom:2px;
	}

#menu h2 img {
	padding-left:5px;
	border:none;
	}

/* positions the Home menu item */
#menu #home {
	color:#ffffff;
	width:62px;
	}

/* positions the Home skillshop item */
#menu #skillshop {
	color:#ffffff;
	width:90px;
	}	
/* positions the Home schedule item */
#menu #schedule {
	color:#ffffff;
	width:86px;
	}

/* positions the Home articles item */
#menu #articles {
	color:#ffffff;
	width:85px;
	}

/* positions the Home members item */
#menu #members {
	color:#ffffff;
	width:127px;
	}
	
/* positions the Home registration item */
#menu #registration {
	color:#ffffff;
	width:122px;
	}

/* positions the Home information item */
#menu #information {
	color:#ffffff;
	width:122px;
	}

#menu a, #menu a:visited{
	color:#ffffff;
	}

#menu a:hover{
	color:#ffffff;
	background:#36563C;
	}

#menu a:active{
	color:#CAE7AB;
	background:#36563C;
	}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:9em;
	line-height:100%;
	text-align:justify;
	}

#menu li{
	position:relative;
	}

#menu ul ul li{
	position:relative;
	font-size:12px;
	width:100%;
	padding-top:5px;
	}

#menu ul ul{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	background-image:url(images/menuBackgroundCG.jpg);
	width:200%;
	}

#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/menuBackgroundCG.jpg) 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:#000;
	background:#36563C;
	}

#menu a.x:hover{
	color:#FF0000;
	background-color:#36563C;
}

#menu a.x:active{
	color:#00FF00;
	background:#36563C;
}

/* End CSS Popout Menu */
