/*Left menu Stylesheet Document*/
#menucontainer{
	padding-left:3px;	
}
.menutableyellow td.showhand{
	background:url(../graphics/yellow-hand.gif) no-repeat center center;
}
.menutableyellow td.nohand{
	background:url(../graphics/list-style.gif) no-repeat center center;
}
.menutablered td.showhand{
	background:url(../graphics/red-hand.gif) no-repeat center center;
}
.menutablered td.nohand{
	background:url(../graphics/list-style.gif) no-repeat center center;
}
.menutablegreen td.showhand{
	background:url(../graphics/green-hand.gif) no-repeat center center;
}
.menutablegreen td.nohand{
	background:url(../graphics/list-style.gif) no-repeat center center;
}
.menutablepurple td.showhand{
	background:url(../graphics/purple-hand.gif) no-repeat center center;
}
.menutablepurple td.nohand{
	background:url(../graphics/list-style.gif) no-repeat center center;
}
.menutableturquoise td.showhand{
	background:url(../graphics/turquoise-hand.gif) no-repeat center center;
}
.menutableturquoise td.nohand{
	background:url(../graphics/list-style.gif) no-repeat center center;
}
.menutableyellow,.menutablered,.menutablegreen,.menutablepurple,.menutableturquoise{
	background: #A0C2D1;
}
.menutableyellow td,.menutablered td,.menutablegreen td,.menutablepurple td,.menutableturquoise td{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:3px;
	background: #A0C2D1;
	border-bottom:1px dashed #ffffff;	
}
#leftmenunav,#leftmenunav ul
{
	width:130px;
	float:left;
	padding:0px;
	padding-top:5px;
	list-style:url(../graphics/list-style.gif) ;
	list-style-position:outside;
	font-size:1em;
	text-align:left;
	margin-left:2.5px;
}

#leftmenunav li{
	font-size:75%;
	margin-left:0px;
	padding-top:8px;
	padding-bottom:8px;
	border-bottom:1px dashed #fff;		
}

#leftmenunav li.bottom{
	border-bottom:0px;
}
#leftmenunav li a{
	text-decoration:none;
	color:#424242;
	/*padding-left:25px;*/
	padding-bottom:10px;
	padding-top:3px;		
}

#leftmenunav li a:visited{
	text-decoration:none;
	color:#424242;
	padding-left:25px;
	padding-bottom:10px;
	padding-top:2px;
	
}
#leftmenunav li a:hover{
	text-decoration:none;
	background-image: url(../graphics/yellow-hand.jpg) ;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:25px;		
	color:#424242;
	padding-bottom:10px;
	padding-top:2px;
	
}
.selected{
	text-decoration:none;
	background-image: url(../graphics/yellow-hand.jpg) ;
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:25px;
	padding-bottom:10px;
	padding-top:2px;				
}


