/*  Connecting Rural Communities Style Sheet  */

/*  MENU LINKS */
#menuleft {
	width: 170px;
	}

.menuleft2 { padding : 0px; font-family: arial, helvetica, sans-serif; font-size: 12px; background-color: #E7FFCC; color: #000000; text-decoration : none; 
	border-right: #333333 1px solid;  border-left: #333333 1px solid; 
	border-top: #333333 1px solid; border-bottom: #000000 1px solid; width: 170px;}

a.menuleft2 { padding : 0px; font-family: arial, helvetica, sans-serif; font-size: 12px; background-color: #E7FFCC; color: #000000; text-decoration : none; 
	border-right: #333333 1px solid;  border-left: #333333 1px solid; 
	border-top: #333333 1px solid; border-bottom: #000000 1px solid; width: 170px;}

.menuleft { padding : 0px;  font-family: arial, helvetica, sans-serif; font-size: 12px; background-color: #ffffff; color : #000000; text-decoration : none; 
	border-right: #333333 1px solid;  border-left: #333333 1px solid; 
	border-top: #333333 1px solid; border-bottom: #000000 1px solid; width: 170px;}

a.menuleft { padding : 0px;  font-family: arial, helvetica, sans-serif; font-size: 12px; background-color: #ffffff; color : #000000; text-decoration : none; 
	border-right: #333333 1px solid;  border-left: #333333 1px solid; 
	border-top: #333333 1px solid; border-bottom: #000000 1px solid; width: 170px;}


/*  MENUS */

#navlist {
	width: 170px;
	}

#navlist ul {
	margin: 0; /*removes indent ie and opera*/
	padding: 0; /*removes indent mozilla and nn7*/
	list-style-type: none; /*turns off display of bullet*/
	font-family: arial, helvetica, sans-serif;
	font-size: 13px; 
}

#navlist li {
	margin: 0 0 1px 0;
}

#navlist a {
	/*/*/display: block;
	padding: 1px 1px 1px 10px;
	border: 1px solid #000000;
	background-color: #669966; /* */
}

#navlist a:link, #navlist a:visited {
	color: #000000;
	/*/*/color: #eeeeee;
	text-decoration: none; /* */
}

#navlist a:hover {
	border: 1px solid #333333;
	background-color: #96CA96;
	color: #000000;
}

.navlist ul { margin: 0px 0px 16px; 
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; 
	padding-top: 0px; 
	font-size: 13px;  font-family: arial, helvetica, sans-serif; 
	list-style-type: none;
}
.navlist li {
	margin: 0px 0px 1px; 
}

.navlist a {  
	display: block; 
	border-right: #333333 1px solid; 
	border-top: #333333 1px solid;
   	border-left: #333333 1px solid; 
	border-bottom: #333333 1px solid; 
	padding-right: 2px;  
	padding-left: 24px; 
	padding-bottom: 0px; 	
	padding-top: 0px; 
	background-color: transparent;
}

.navlist a:hover {
	border-right: #333333 1px solid; border-top: #333333 1px solid;  
	border-left: #333333 1px solid; border-bottom: #333333 1px solid; 
	background-color: #ff6600; color: #333333;  
}


.navcurrent { 
	display: block;
	padding: 1px 1px 1px 1px;
	border-right: #333333 1px solid;  border-left: #333333 1px solid; 
	border-top: #333333 1px solid; border-bottom: #000000 1px solid; 
	margin: 0px 0px 0px;  
	font-size: 13px; font-family: arial, helvetica, sans-serif; font-style: italic;
 	background-color: #ffffcc;
}