/* 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{position:absolute; height:20; visibility:hidden}

/*Styles for level 0*/
.clLevel0,.clLevel0over{position:absolute; font-family: Arial, Helvetica, sans-serif; font-size:11px; COLOR: #000000;}
.clLevel0{}
.clLevel0over{cursor:pointer; cursor:hand; COLOR: #F0931B; }
.clLevel0border{position:absolute;}

/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:3px; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;}
.clLevel1{background: url('../images/bg_nav2.jpg'); color:#FFFFFF;}
.clLevel1over{background: url('../images/bg_nav2_over.jpg'); color:#FFFFFF; cursor:hand; cursor:pointer;}

/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:3px; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal;}
.clLevel2{background: url('../images/bg_nav3.jpg'); color:#FFFFFF;}
.clLevel2over{background: url('../images/bg_nav3_over.jpg'); color:#FFFFFF; cursor:hand; cursor:pointer;}

BODY {
  scrollbar-face-color:#FF9900;  
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-base-color:#FFE0BC;
  
  scrollbar-shadow-color:#FFB464;
  scrollbar-highlight-color:#F3F3F3;
  scrollbar-dark-shadow-color:#FF7200;
  scrollbar-3d-light-color:#FF7E00;
}
