/* CSS Document */





/********************** very simple descending list with no styling *****************************/

.simplelist{
margin-bottom: 8px;	
	
	}


.simplelist ul{
	list-style: none;
	margin-left: 0;
		
	}
	

	.simplelist li{
	
	padding-bottom: .8em;
	
	}
	
	
/********************** very simple inline list with no ubderline border links *****************************/


	.simplelistinline{
margin-bottom: 8px;	
	
	}


.simplelistinline ul{
	list-style: none;
	margin-left: 0;
	display: inline;	
	
	}
	
	
	.simplelistinline li{
	
	display: inline;
	padding-right: 1em;
	
	
	}
	
	.simplelistinline a:link {
	text-decoration: none;
	color: #69819C;
	border: none;
	
	}
	

.simplelistinline a:visited {
	text-decoration: none;
	color: #69819C;
	border: none;
}


.simplelistinline a:hover {
	text-decoration: none;
    color: #616161;
	border: none;
	
	}	




#horizontallist li
{
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC6699;
	list-style-image: none;
	background-position: center;
	padding-left: 20px;
	background-color: #A9A594;  
	text-decoration: none;
	margin: 4px;
}


/***********************************  LISTS STYLE FOR BOTTOM MENU (REDUNDANT\??????????) ********************************/


#bottomlist ul {
	
	list-style-image: none;
} 
