/*Cumbria County Scouts - Menu style sheet /*

/*Created by Graham Cotgreave for Cumbria Scouts*/

a.menu:link { color: #ffffff;
              font-family: "Arial", sans-serif; 
              font-size: small ; 
              font-style: normal; 
              font-weight: normal;  
              text-decoration: none;  
             }
a.menu:visited {font-family: "Arial", sans-serif; 
                font-style: italic; 
                font-size: small ; 
                font-weight: normal; 
                text-decoration: none; 
                color: #ffffff;
               }
a.menu:hover  {color: #ffcc00;}
a.menu:active {color: #00ff00;}

table.menutab {
	border-width: 2px 2px 2px 2px;
	border-spacing: 1px 1px;
	border-style: none none none;
	border-color: #666600 #666600 #666600 #666600;
	border-collapse: separate;
	background-color: #005555;
}
table.menutab th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: #999999 #999999 #999999 #999999;
	background-color: #006666;
        text-align: center;
}
table.menutab td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: outset outset outset outset;
	border-color: #999999 #999999 #999999 #999999;
	background-color: transparent;
        text-align: left;
}