.standalone{ font: normal 18px NewFontFlat; color: #333333; text-decoration: none; padding-bottom: 3px;}
.standalone:hover{ font: normal 18px NewFontFlat; color: #333333; text-decoration: none; padding-bottom: 3px;}

.standalone_bottom{ font: normal 16px NewFontFlat; color: #C40000; text-decoration: none; padding-bottom: 3px;}
.standalone-bottom:hover{ font: normal 16px NewFontFlat; color: #333333; text-decoration: none; padding-bottom: 3px;}

.dbs{font: normal 14px austrian ; color: gray; text-decoration: none; padding-bottom: 7px; display: block}
.dbs:hover{ font: normal 14px austrian; color: silver; text-decoration: none; padding-bottom: 7px; display: block}


.arrowlistmenu .menuheader{ 
width: 190px; font-family: austrian; font-size: 17px; color: white; text-decoration:none; font-weight:normal; margin: 0px; padding: 6px;  background-color: #8CC73B;
border-radius: 5px 5px 5px;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

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