/* Start of CMSMS style sheet '** Ecool Tabmenu **' */
/**** Again, the following code is hacked up from the default css-navh stylesheet ****/

.clearb { clear: both; }

#primary-nav li li {         .
    /** Set the width of the menu elements at second level. Leaving first level flexible...actually probably won't even have to worry about this (no second level) **/
   width: 200px; 
}




/**** Unless you know what you do, do not touch this ****/ 

#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
}

#primary-nav ul ul {     /** probably irrelevant **/
   margin-top: 1px;
   margin-left: -1px;
   left: 100%; 
   top: 0px; 
}

#primary-nav li { 
   margin-left: -1px;
   float: left; 
}

#primary-nav li li {     /** again probably irrelevant **/
   margin-left: 0px;
   margin-top: -1px;
   float: none; 
   position: relative; 
}




/**** Styling the basic apperance of the menu elements ****/

#primary-nav a{ 
   display: block; 
   margin: 0px; 
   text-decoration: none; 
   color: #E7E2D7;
}

#primary-nav li a{ 
    width: 93px;
    background: url(uploads/images/template/menu_tab.jpg) no-repeat center;
    text-align: center;
    /*** font-weight: bold;   -- Unless you convince them to remove the trademark, leave this out ***/
    font-size: 8pt;
    height: 26px;
    padding-top: 13px;
    margin: 0px 2px;
}

#primary-nav li li a{  /** again probably irrelevant **/
   border: 1px solid #C0C0C0;
}

#primary-nav li.menuactive a.menuactive{
   background:url(uploads/images/template/menu_taba.jpg) no-repeat center;
}




/**** Styling the apperance of menu items on hover ****/

#primary-nav li a:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh {
   color: #005815;
   background: url(uploads/images/template/menu_taba.jpg) no-repeat center;
}
/* End of '** Ecool Tabmenu **' */

