.leftMenu {
	margin : 20px 0px 0px 0px;			 
	text-align : left;
}
.memberMenu, .guestMenu {
	margin : 0px 0px 0px 0px;			 
	text-align : left;
}
.menuItem, .menuItem:visited{
	background-color: #336699;
	border-bottom : 1px solid #336699;
	border-left : 1px solid white;
	border-top : 1px solid white;
	border-right : 1px solid #336699;
	color: yellow;	
	font-size: 12px;
	font-weight:bold;
	height: 22px;		
	padding: 4px 4px 4px 8px;
	margin: 3px 3px 3px 10px;
	text-decoration:none;
	width: 135px;
}		
.menuItem:hover{
	background-color: #6699ff;      
	border-bottom : 1px solid white;
	border-left : 1px solid #336699;
	border-top : 1px solid #336699;
	border-right : 1px solid white;
	color: black;              
}
.menuSubItem, .menuSubItem:visited{
	color: black;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	margin : 3px 0px 0px 15px;
	padding-left: 10px;
	width: 120px;
	text-decoration : none;
}
.menuSubItem:hover{
	color:#336699;                    
}   