.menulist
{
	Color:  #AA0000;
  Font-Size:10px;
	Font-Weight: normal;
}
.menuover
{
	cursor: hand;
  Font-Size:10px;
	Font-Weight: normal;
  Color:  white;
} 
.menuStripe
{   
	background-image: url("../images/menu_texture.gif");
	background-repeat: repeat-x;
}
.homebutton
{
	ont-Size:10px;
	Font-family: Arial; 
	padding: 4px;
	width: 70;
	color: white;
}
.button
{
	Font-Size:10px;
	Font-family: Arial; 
	padding: 4px;
	width: 70;
	color: black;
}
a.homebutton
{
	font-family: Arial; 
	font-weight: bold;
	font-size: 10; 
	color: white;
	Text-Decoration: none;
	Border:none;    
}

a.button
{
	font-family: Arial; 
	font-weight: bold;
	font-size: 10; 
	color: black;
	Text-Decoration: none;
	Border:none;    
}
a.button:hover 
{  
	font-family: Arial; 
	font-weight: bold;
	font-size: 10; 
	color: #AA0000;
	Text-Decoration: none;
	Border:none;    
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	top: 20;
	width: 120px;
	left:-25 px;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #DFE4EB;
	/* background: #b8d3f4;  IE6 Bug */
	padding: 10px;
	border: 1px solid #9c9e9c;
	border-top: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

li ul li a.homebutton { padding: 2px 5px; background: #7d7c7a; color: #444444 } /* Sub Menu Styles */

ul li a:hover { color: #AA0000; background: #b5b6b5; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; background: #eeeeee; color: #777777; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */