.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color:#3D4C53;
/*background-color: #ffffff; */   
margin-bottom: 6px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 4px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-decoration:none;
}
.menuheader1{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 10px Arial;
color:#3D4C53;
background-color: #ffffff;    
margin-bottom: 6px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
/*padding: 4px 0 4px 4px; header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-decoration:none;
}

.menuheader2{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 10px Arial;
color:#3D4C53;
background-color: #f3f4f6;    
margin-bottom: 6px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
/*padding: 4px 0 4px 4px; header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-decoration:none;
}


.deal_menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
color:#3D4C53;
background-color: #cccccc;    
/*margin-bottom: 6px; bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 0px 0px 0px 0px; /*header text is indented 10px*/
color:#3D4C53;
text-decoration:none;
}
cursor: pointer;
text-decoration:none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-color:#ffffff;         /*82ABDE*/
color:#3D4C53;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #666666;
background:#ffffff; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #CCCCCC;
font-size:12px;    /*90%*/
}

.arrowlistmenu ul li a:visited{
color: #666666;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color: #F3F3F3;
}
.lmenu_text{
	vertical-align:top;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	font-size:13px;
	color:#006699;
	text-decoration:none;
	text-align:center;
    padding:0px 0px 0px 10px;
}

.drop_text{ /*CSS class for menu headers in general (expanding or not!)*/
font: normal 11px Arial;
color:#000000;
/*background-color: #f3f4f6;*/    
/* margin-bottom: 6px; bottom spacing between header and rest of content*/
/*padding: 4px 0 4px 4px; header text is indented 10px*/
text-transform:none;
cursor: hand;
cursor: pointer;
text-decoration:none;
}



