/* Start of CMSMS style sheet 'Navigation: CSSMenu - Horizontal' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


#topSection{

clear:left;
font-family:Verdana;
font-size:11px;
font-style:normal;
font-variant:normal;
font-weight:bold;
line-height:normal;
list-style-type:none;
margin-bottom:10px;
margin-left:0pt;
margin-top:1px;
padding:3px 0pt;
text-align:left;
}
#topSection h3 {
font-style:normal;
line-height:normal;
font-size:11px;
margin:0px;
}
/* The wrapper determines the width of the menu elements */
#topSection li { 
   float:left;
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   padding-left:10px;
   margin-bottom:5px;
}
#menu1 li.currentpage, #menu2 li.currentpage, #menu3 li.currentpage { 
     margin: 0px; 
     margin-top:0px;
     margin-bottom:0px;
     background: url(uploads/images/greenMenuDot.jpg) no-repeat left center;
}
#menu1 li.activeparent, #menu2 li.activeparent, #menu3 li.activeparent { 
    background: url(uploads/images/greenMenuDot.jpg) no-repeat left center;
}

#menu1 li a {
   color:black;
   margin: 0px; 
   margin-right:3px;
   margin-bottom:5px;
   padding:3px 7px 3px 2px;
}
#menu1 li:hover a {
   color:#7CB021;
   text-decoration:underline;
}

#topSection ul { 
   width:100%;
   margin: 0px; 
   padding: 0px; 

 }

#menu1 { 
   clear:left;   
   margin-left:0px;
   margin-top:1px;
   margin-bottom:10px;
}

#menu2 { 
clear:left;   
   margin-left:0px;
   margin-top:5px;
   margin-bottom:0px;

}
#menu3 { 
clear:left;   
   margin-left:0px;
   margin-top:5px;
   margin-bottom:0px;

}


#menu2 li a { 
   color:#7CB021;
   padding:3px 7px 3px 2px;
}
#menu3 li a { 
   color:#7CB021;
   padding:3px 7px 3px 2px;
}


#menu2 a.selected{ 
   color:blue;
   }
#menu3 a.selected{ 
   color:blue;
   }

#menu2 li a:hover {
   color:#7CB021;
   text-decoration:underline;
}
#menu3 li a:hover {
   color:#7CB021;
   text-decoration:underline;
}




/* End of 'Navigation: CSSMenu - Horizontal' */

