/* CSS Style Sheet for West Oxford Community Associaton website NAVIGATION bars only - woca_navbar.css */ 
/* See separate Style Sheets for WOCA frameset frames for TOP BANNER and MAIN PAGES */ 


/* Standard link is turquoise */ 
A:link {color:#006666; text-decoration: none; } 

/* Visted link goes back to turquoise  */ 
A:visited {color:#006666; text-decoration: none; } 

/* Hovering link is paler underlined */ 
A:hover {color:#89AFAF; text-decoration: none; } 

/* Active link same pale as hover but not underlined */ 
A:active {color:#B20404; text-decoration: none; }


BODY	{
            background-image:  url(images/wolken.jpg);
            background-repeat: repeat;
            background-color: #F1f3e8 ;
		font-family: Arial, Helvetica, sans-serif;
      }

.menubar_option 
	{ 	font-family: Arial,Helvetica,sans-serif; 
		font-size: 14px; 
		font-style: normal; 
		font-weight: bold; 
		color: #006666 ; 
	}
.menubar_option 
	{ 	font-family: Arial, Helvetica, sans-serif; 
		font-size: 10pt; 
		font-style: normal; 
		font-weight: bold;
		line-height: 16px
	}

.menubar_minor 
	{ 	font-family: Arial, Helvetica, sans-serif; 
		font-size: 10pt; 
		font-style: normal; 
		font-weight: bold; 
		margin-top: -50px ;
		text-indent: 1cm; line-height: normal; white-space: nowrap; text-align: left ;
		line-height: 12px
	}


