/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#lhsmenu2{
	border-bottom-width: 0;
	width: 185px;
	text-align: left;
	font: normal 11px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#lhsmenu2 ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: pointer;
	/*Err _cursor: hand;*/
}


#lhsmenu2 li a{
	display: block;
	padding: 3px 0;
	padding-left: 10px;
	width: 169px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-left: 7px solid #efefef; 
	/*Errbackground-position: top;*/
	background: url(img/doublearrow.gif) no-repeat center left;
	font-family: 'Trebuchet MS', tahoma, Arial, Verdana; font-size:12px; color:#000066; line-height:17px; font-weight:normal;
}

#lhsmenu2 li a.level2 {
	padding-left: 20px;
	background: url(img/doublearrow_l1.gif) no-repeat center left;
	width: 158px; 
} 

/*IE only */
/*IE 5*/
/*185px minus all left/right paddings and margins*/
/** html #lhsmenu2 li a{ 
	width: 187px; 
	w\idth: 169px; 
}*/

#lhsmenu2 li a:hover {
	border-left: 7px solid #0080C0; 
	border-bottom: 1px solid #999999; 
	
}
#lhsmenu2 li a.level2:hover {
	background: url(img/doublearrow_l1.gif) no-repeat center left;
}

#lhsmenu2 div.menutitle{
	color: #ffffff; 
	font: normal 16px 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	padding: 1px 0;
	padding-left: 5px;
	background: #333333 url(img/greystripes.gif) repeat-x;
	background-position: bottom;
	border-bottom: 1px solid #ccc;
}