/* CSS Document */
/* -- side navigation  */
.navigation {
	width: 194px;
	border: white outset;
	padding: 0 0 1em 0;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 1em; 
	/*border-right: 1px;
	border-right-color: #666666;  
	border-right-style: dotted;  */
	font-family: 'Trebuchet MS', 'Lucida Grande',Verdana,Lucida, Geneva, Helvetica,Arial, sans-serif;
	font-size: 13px;
	background-color: #f4f4f4;
	line-height:140%;
	
	
	
/*		background-color: #cccccc;*/
	
/* border-right-color:#82BCC6;
border-bottom-style:solid;  */
}

.navigation ul {
list-style: none;
margin-left: 4px;
padding: 7px;
border: none;
}

.navigation li {
/* border-bottom: 1px solid #90bade; 
border-bottom: 1px dotted #FFFFCC; 
background-color:#CCCCCC;
background-color: #006699;
border-bottom: 1px;
border-bottom-style:dashed;
background-color:#82BCC6;
margin-bottom: 0.3em;
*/ 
border: #FF0000;
border-color:#FF0000;
color: #F66 ;
margin: 0;
/*border-right-color:#82BCC6;  */
border-right-color:#D9FFFB;
font-weight:900;


}

.navigation li a {
	display: block; 

/* indents nav words very slightly 
	padding: 1px 1px 1px 0.5em;  */
/*border-bottom: 1px dotted #666666;   */
/*
border-left: 2px solid #ABAB9A;
border-right: 2px solid #ABAB9A;
*/
	border-bottom: 1px dotted #82BCC6;
	background-color: #e5e5e5; /*inside navbar color */
	
	color:#666666;
	color:#red;
	
	
	/*color: #000;    #00C;  */
	font-weight: normal;
	/*background-color:#D7ECE8; 
	background-color:#DBFBFD;
	background-color:#DFDFDF; */
	text-decoration: none;
	width: 100%;
}

ul.navigation li.mem a.hover {
		background-color:  black !important; /* Gold for Blue and Gold!*/
	
}



.navigation li a:hover {
/*border-left: 2px solid #CCCCCC;
border-right: 2px solid #CCCCCC;  
	INITIAL BELOW.....
	background-color: #711515; 
	color: #FFF;
	 */
	background-color:#FFD100; /* Gold for Blue and Gold!*/
	color: #000080;  /*Navy color */
	font-weight: normal;
	font-family: 'Trebuchet MS', 'Lucida Grande';
	text-decoration:underline;
}

ul#changeUp li {
	
	
}
ul#changeUp li.mem a.hover {
		background-color:  black  !important; /* Gold for Blue and Gold!*/
	
}


/*.navigation li a:visited {
/*border-left: 2px solid #CCCCCC;
border-right: 2px solid #CCCCCC;  
	INITIAL BELOW.....
	background-color: #711515; 
	color: #FFF;
	 */
	/*background-color:  red; /* Gold for Blue and Gold!*/
/*	color: red;
	font-weight: normal;
	font-family: 'Trebuchet MS', 'Lucida Grande';
	 
}   */
.navigation ul ul {
	margin-left: 15px;
	/*border-bottom: 1px dotted #666666;  */
}
.navigation ul ul li {
	/*border-bottom: 1px dotted #666666;  */
	margin: 0;
	
	}
.navigation ul ul a:link, .navigation ul ul a:visited {
	/* background-color: #ED9F9F;  */
	background-color: #FFFFFF;
	color: #711515;
	}
	
	
.navigation ul ul a:hover {
	background-color:  #FFD100; /* Gold */
	/* background-color: #711515;  */
	color: #ffffff;
	}		

/*-----------------------------   */

