/* CWRA Navigation Stylesheet created by 121 Net Design */

#mainNavigation  a:hover{
   background-color:#427751;
   color: #FFFFEA;
}
      
#mainNavigation .menu ul li a{
   border-right:solid 1px #427751;
   color: #000000;
}

/* hack to make last menu appear to go on to end of div */
#mainNavigation .menu ul li .last{
   border-right:solid 1px #427751;
}




/*  horizontal menu CSS */

.menu{
   padding:0;
   border:0;
}
      
.menu ul{
	margin:0;
	padding:0;
	border:0;
	LIST-STYLE-TYPE: none;
}
      
.menu ul li{
	float:left;
	display:block;
}
      
.menu ul li a{
	height:2em;
	line-height:2em;
	margin:0;
	padding-left:4px;
	padding-right:4px;
   	display:block;
	float:left;
	text-decoration:none;
    font-weight:bold;
}
      
.menu ul li a:hover{
}