.menu{
	margin:0px;
	padding:0px;
	list-style:none;
}


.menu li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	display:block;
	width:100%;
	color:#555;
	margin-bottom:1px; 
}
.menu li a{
	width:100%;
	color:#9d761d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	border-bottom: 2px solid #fff;
	margin: 0 0 0 0px;
}

#leftmenu li a:hover, #leftmenu li a.selected {
	border-bottom: 2px solid #9d761d;
}

.menu li{ /* Style for LI that contains sub lists (other ULs). */
/*lks	cursor: hand !important; */
	cursor: pointer !important;
	display:block;
	width:100%;
	color:#555;
	line-height:30px;
}
.menu li a span{

}

.menu li ul{ /*Style for ULs that are children of LIs (submenu) */

}

.menu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	line-height: 20px;
}

.menu ul li a, .menu ul li a:visited{
	color:#1b232a;
	font-size: 14px;
	border-bottom: none;
	display: block;	
}

#leftmenu ul li a:hover, #leftmenu ul li a.selected {
	text-decoration: underline;
	border-bottom: none;	
}

ul li ul{
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 20px 0px;
}




