.menuStripe
{   
	Background-Color: #000000;
}
.button
{
	Font-Size:8px;
	Font-family: Arial; 
	padding: 4px;
}
a.button
{
	font-family: Arial; 
	font-weight: bold;
	font-size: 12px; 
	color: white;
	Text-Decoration: none;
	Border:none;    
}
a.button:hover 
{  
	font-family: Arial; 
	font-weight: bold;
	font-size: 12px; 
	color: white;
	Text-Decoration: none;
	Border:none;    
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
		}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	top: 23px;
	width: 200px;
	left:-6px;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: white;
	background: #939393; /* IE6 Bug */
	padding: 3px;
font-size: 11px;	
border: 0px solid black;
	border-bottom: 0;
	font-weight: bold;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: white; background:#5e5e5e;font-weight: bold;} /* Hover Styles */
		
li ul li a { padding: 5px 5px; background: #0390cb; color: white; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */