#menu ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	text-indent:0;
	left:0;
	width: 220px;
}



#menu li{
	
	padding: 0 0 0 12px;

}

a.slideOpener{
	color: #790B19 !important;
}

#menu a, #menu a:visited, #menu a:hover, 
#menu a.selected, #menu a.selected:visited, #menu a.selected:hover, 
#menu a.slideOpener:visited, #menu a.slideOpener:hover, #menu a.slideOpener:hover{ 
	color:#790B19;
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
}




#menu a.parentSelected, #menu a.parentSelected:visited, #menu a.parentSelected:hover { 
	
}

#menu li.parent{
	background-image: url(../../imagesStore/bluearrow.gif);
	background-position: 0 9px;
	background-repeat:no-repeat;
}

#menu li.parentSelected{
	background-image: url(../../imagesStore/pinkarrow.gif);
	background-position: 0 9px;
	background-repeat:no-repeat;
}

#menu li ul{ /*Style for ULs that are children of LIs (submenu) */
	display: block; /*Hide them by default. Don't delete. */
	
}

a.slideOpener a.slideOpener{
}


#menu li a:hover{
	color:#B5061C;
	font-size: 13px;	
}



#menu a.selected, #menu a.selected:visited, #menu a.selected:hover { 
	color: #CC3366;	
}

#menu li ul li a, #menu li ul li a:hover, #menu li ul li a:visited{
	font-size:11px;
	color: #008764;
	padding-left: 5px;
}


.font1
{
	font-weight:bold;
	color:#EBE8E2;
}
.font2
{
	color:#969696;
}

#menu, #menu li{
clear:none;
display:block;
left:0 !important;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 !important;
marker-offset:0;
}

