                                
/* set classes for menu colours*/
.home {background: #000030;}              /*RGB 0,0,48*/
.about {background: #000050;}             /*RGB 0,0,80*/
.services {background: #000070;}          /*RGB 0,0,112*/
.news {background: #000090;}              /*RGB 0,0,144*/
.resources {background: #0000b0;}         /*RGB 0,0,176*/
.contact {background: #0000d0;}           /*RGB 0,0,208*/

.selmenu {
      color: #ff9900; /*Adantic orange*/
      }

.employee_name {
        color: #ff9900; /*255, 153, 0 */
        }   

.commentary {
      font-size: 0.8em;
      color: #aaaaaa; /*255, 153, 0 */
      font-style: italic;
      margin-top: 0.2em;
      margin-bottom: 0.2em;
        }
                  
/* set classes for submenu curves*/
.smcurve_home {
      width: 750px;
      margin: 0;
      padding: 0;
      background: #000000 url("http://www.adantic.com/includes/images/submenu/smcurve_home.gif"); 
      background-repeat: no-repeat;
}

.smcurve_about {
      width: 750px;
      margin: 0;
      padding: 0;
      background: #000000 url("http://www.adantic.com/includes/images/submenu/smcurve_about.gif"); 
      background-repeat: no-repeat;
}

.smcurve_services {
      width: 750px;
      margin: 0;
      padding: 0;
      background: #000000 url("http://www.adantic.com/includes/images/submenu/smcurve_services.gif"); 
      background-repeat: no-repeat;
}

.smcurve_news {
      width: 750px;
      margin: 0;
      padding: 0;
      background: #000000 url("http://www.adantic.com/includes/images/submenu/smcurve_news.gif"); 
      background-repeat: no-repeat;
}

.smcurve_resources {
      width: 750px;
      margin: 0;
      padding: 0;
      background: #000000 url("http://www.adantic.com/includes/images/submenu/smcurve_resources.gif"); 
      background-repeat: no-repeat;
}

.smcurve_contact {
      width: 750px;
      margin: 0;
      padding: 0;
      background: #000000 url("http://www.adantic.com/includes/images/submenu/smcurve_contact.gif"); 
      background-repeat: no-repeat;
}

.mainhome {background: #000030 url("http://www.adantic.com/includes/images/main/mainbg_home.gif") repeat top left;}       
.mainabout {background: #000050 url("http://www.adantic.com/includes/images/main/mainbg_about.gif") repeat top left;}        
.mainservices {background: #000070 url("http://www.adantic.com/includes/images/main/mainbg_services.gif") repeat top left;}    
.mainnews {background: #000090 url("http://www.adantic.com/includes/images/main/mainbg_news.gif") repeat top left;}        
.mainresources {background: #0000b0 url("http://www.adantic.com/includes/images/main/mainbg_resources.gif") repeat top left;}   
.maincontact {background: #0000d0 url("http://www.adantic.com/includes/images/main/mainbg_contact.gif") repeat top left;}

/* set classes for ends curves*/
.endcurve_home {
      width: 750px;
      margin: 0;
      padding: 0;
      background: #000000 url("http://www.adantic.com/includes/images/end/endcurve_home.gif"); 
      background-repeat: no-repeat;
}

.endcurve_about {
      width: 750px;
      margin: 0;
      padding: 0;
      background: #000000 url("http://www.adantic.com/includes/images/end/endcurve_about.gif"); 
      background-repeat: no-repeat;
}

.endcurve_services {
      width: 750px;
      margin: 0;
      padding: 0;
      background: #000000 url("http://www.adantic.com/includes/images/end/endcurve_services.gif"); 
      background-repeat: no-repeat;
}

.endcurve_news {
      width: 750px;
      margin: 0;
      padding: 0;
      background: #000000 url("http://www.adantic.com/includes/images/end/endcurve_news.gif"); 
      background-repeat: no-repeat;
}

.endcurve_resources {
      width: 750px;
      margin: 0;
      padding: 0;
      background: #000000 url("http://www.adantic.com/includes/images/end/endcurve_resources.gif"); 
      background-repeat: no-repeat;
}

.endcurve_contact {
      width: 750px;
      margin: 0;
      padding: 0;
      background: #000000 url("http://www.adantic.com/includes/images/end/endcurve_contact.gif"); 
      background-repeat: no-repeat;
}
