	body
	{
		font-family:sans-serif;
	}
	
	a
	{
		color:navy;
		text-decoration:none;
		font-weight:bold
	}
	
	
	a:hover
	{
		color:#FF0000
	}
	

	#navList div div
	{
		border-style:outset;

		background-color:#afeeee;
	}
	
	#navList div div:hover
	{
		border-style:outset;
		background-color:#dda0dd;
	}
	
	
	#contentList a
	{
		display:block;
		width:100%;
	}
	
	/* Side Bar menu: Hover colors*/
	#contentList a:hover
	{
		background-color:#dda0dd;
		color:#000000;
			
	}
	
	.menuDD
	{
	background-color:#afeeee;
	position:absolute; 
		width:100%;
	text-align:left;
	border-style: outset ;
	color:#000000; 
	display:none;

	}
	
