/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{ background-color:#5B92F1; layer-background-color:#5B92F1; position:absolute; width:10; height:10; visibility:hidden; }

/*Styles for level 0*/
.clLevel0, .clLevel0over{position:absolute; padding:2px; font-family:tahoma,arial,helvetica; font-size:10px; font-weight:bold}
.clLevel0{background-color:#5B92F1; layer-background-color:#5B92F1; color:white;}
.clLevel0over{background-color:#5B92F1; layer-background-color:#5B92F1; color:white; cursor:pointer; cursor:hand; }
.clLevel0border{ background-color:#5B92F1; layer-background-color:#5B92F1;position:absolute; visibility:hidden; }

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:3px; font-family:tahoma, arial,helvetica; font-size:11px; text-decoration:underline; }
/* Note: The background image does not seem to work when we place this definition in a separate css file */
/* Note: This definition has been repeated in each html file */
.clLevel1{background-color:#5B92F1; layer-background-color:#5B92F1; color:#CCFFFF; }
.clLevel1over{background-color:#567FD0; layer-background-color:#567FD0; color:#FFFFFF; cursor:pointer; cursor:hand; }
.clLevel1border{ background-color:#5B92F1; layer-background-color:#5B92F1; position:absolute; visibility:hidden; }

/* Note: This style is added to fix a spacing bug on WinNN4.7 */
.clLevel1overNN4{position:absolute; padding:7px; font-family:tahoma, arial,helvetica; font-size:10px; background-color:#5B92F1; layer-background-color:#5B92F1; color:white; cursor:pointer; cursor:hand; }
