/**********************************/
/********     #menutop    *******/
/**********************************/
#menutop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2E437A;
	text-align: right;
	margin-top: 14px;
	margin-right: 17px;
}
#menutop a {
	color: #2E437A;
	text-decoration:none;
}
#menutop a.selected {
	color: #FED33F;
	text-decoration:none;
}
#menutop a:hover {
	color: #FEC501;
}

/**********************************/
/********     #menuleft    *******/
/**********************************/

/**************************************/
/* #menuleft formatting #menuleft div and level 1 ul */
/**************************************/

#menuleft {
	width: 150px;
	margin-top: 160px;
	margin-left: 38px;
	visibility: visible;
	z-index: 10;
	position: absolute;
}
#menuleft ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menuleft li {
	margin-left: 0px;
	margin-bottom: 7px;
}

/**************************************/
/* #menuleft formatting the <h2> headings and the <a> anchors */
/**************************************/
#menuleft a {
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(layout/button_left_normal.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	display: block;
	height: 36px;
	width: 145px;
	line-height:33px;
}
#menuleft a:hover {
	color: #FFFFFF;
	background-image: url(layout/button_left_over.gif);
}
#menuleft h2 {
	font-size: 13px;
	margin: 0px;
}

#menuleft ul a.selected1 {
	background-image: url(layout/button_left_over.gif);
	background-repeat: no-repeat;
}
/**************************************/
/* #menuleft Positioning the Pop-out Drops */
/**************************************/

#menuleft li {
	position: relative;
}

#menuleft ul ul {
	margin: 0px 10px 0px 3px;
	padding: 5px;
	color:#666666;
	font-size:11px;
	font-weight: normal;
	background-color:#FFFFFF;
	line-height:11px;
	font-size:11px;
}  
#menuleft ul ul ul {
	margin-left:7px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}

/**************************************/
/* #menuleft formatting the Pop-out Drops */
/**************************************/
#menuleft ul ul a {
	color: #006699;
	background-image:none;
	font-size:10px;
	line-height: 15px;
	font-weight: bold;
	text-align:left;
	font-weight:normal;
	height:15px;
}
#menuleft ul ul li {
	margin:0px;
}

#menuleft ul ul a:hover, #menuleft ul ul .selected2 ul a:hover {
	color:#FF3300;
	background-image:none;
}

#menuleft ul ul .selected2 a {
	font-weight: bold;
	color:#FF3300;
	background-image:none;
}

#menuleft ul ul .selected2 ul a {
	font-weight: normal;
	color:#FF6666;
	background-image:none;
}
#menuleft ul ul .selected2 ul li {padding:0px;margin:0px;}
#menuleft .selected2 .selected3 a {
	font-weight:bold;
	text-decoration:underline;
}

/**************************************/
/* #menuleft Hiding and Revealing using :hover level 2 and 3*/
/**************************************/

div#menuleft ul ul {
display: none;
}

div#menuleft li.selected ul {
display: block;
}
div#menuleft ul ul ul, div#menuleft li.selected ul ul {
	display:none;
}
div#menuleft li.selected li.selected2 ul {
	display:block;
}
