/* flyout.css */
.clomenu_flyout {
border-bottom: 1px #CFCFCF solid;
background: transparent;
padding-left:2px; 
padding-top:5px; 
padding-bottom:5px; 
}

.clomenuh_flyout { background:#E9E8D3; }
a.clomenui_flyout {text-decoration: none; color: #000; font-size: 12px; }

/* must be name convention */
.clo.flyout {
background: white;
border: 1px grey solid;
padding: 5px; 
}
.clolink a:link {text-decoration: none; color: #000; font-size: 12px; }
.clolink a:hover {text-decoration: underline; color: #000; font-weight: bold}
/* end of css */