/*MODIFIED BY HWIYOGA ON SEPT2008*/
.menuLeft ul {
	margin: 0;
	padding: 0;
	list-style:none;
	width:100%;
}

.menuLeft ul li {
	position: relative;
	width:128px;
	border-top: 2px solid #FFF;		/*MODIFIED*/
	border-left: 2px solid #FFF;	/*MODIFIED*/
	border-right: 2px solid #999;	/*MODIFIED*/
	border-bottom: 2px solid #999;	/*MODIFIED*/
}

/* keep folowing styles together..........................*/
* html .contentBody .conLeft .blockHilite #menuLeft .menuLeft ul ul {
	margin-left:-16px;/* ie5 fix */
	voice-family: "\"}\""; 
	voice-family: inherit;
}	
* html .contentBody .conLeft .blockHilite #menuLeft .menuLeft ul li {float:left;/* hide float from ie5*/}
* html .contentBody .conLeft .blockHilite #menuLeft .menuLeft ul ul {
	width:124px;	
	voice-family: "\"}\""; 
	voice-family: inherit;	
}
* html .contentBody .conLeft .blockHilite #menuLeft .menuLeft ul ul {margin-left:0;/* hide margin from ie5*/}

/* keep above styles together .............*/
/* Styles for Menu Items */
.menuLeft ul#menuLeftHead li a {
	display:block;
	text-decoration: none;
	color: #039;
	background: #ccc; 
	font-size: x-small;
	padding:5px;
}
.menuLeft ul#menuLeftHi li a {
	display:block;
	text-decoration: none;
	color: #fff;
	background:#3cc; 
	font-size: small;
	font-weight:bold;
	padding:5px;
}
.menuLeft ul li#menuLeftHilite a {
	display:block;
	text-decoration: none;
	color: #fff;
    background-color: #448CCB;
	font-size: x-small;
	padding:5px;
	margin-left:9px;
}
.menuLeft ul li#menuLeftIndent a {
	display:block;
	text-decoration: none;
	color: #999;
    background-color:#DDD;
	font-size: x-small;
	padding:5px;
	margin-left:9px;
}
.menuLeft ul li a {
	display:block;
	text-decoration: none;
	color: #039;
	background:#CCC; 
	font-size: x-small;
	padding:5px;
}
.menuLeft ul#menuLeftHead li#fa01 a {
	display:block;
	text-decoration: none;
	color: #fff;
	font-size: small;
	padding:5px;
	background-color: #f60;
}
.menuLeft ul#menuLeftHead li#fa02 a {
	display:block;
	text-decoration: none;
	color: #fff;
	font-size: small;
	padding:5px;
	background-color: #FF9900;
}
.menuLeft ul#menuLeftHead li#fa03 a {
	display:block;
	text-decoration: none;
	color: #fff;
	font-size: small;
	padding:5px;
	background-color: #FFCC00;
}
.menuLeft ul#menuLeftHead li#fa04 a {
	display:block;
	text-decoration: none;
	color: #fff;
	font-size: small;
	padding:5px;
	background-color: #CCCC00;
}
/* this sets all hovered lists to red*/ 
.menuLeft li:hover a, 
.menuLeft ul li a:hover, 
.menuLeft ul li#menuLeftIndent a:hover, 
.menuLeft ul#menuLeftHead li#fa01 a:hover, 
.menuLeft ul#menuLeftHead li#fa02 a:hover, 
.menuLeft ul#menuLeftHead li#fa03 a:hover,
.menuLeft ul#menuLeftHead li#fa04 a:hover 
{
   color: #CCC;
   background-color: #039;
}
.menuLeft ul#menuLeftHead li a:hover {
	text-decoration:none;
   	background: #39c;
   	color: #FFF;
   	}