.menuStripe
{   
	Background-Color:#0b82ac;
}
.button
{
	Font-Size:12px;
	Font-family: Arial; 
	padding: 2px;
padding-top: 4px;
}
a.button
{
	font-family: Arial; 
	font-weight: bold;
	font-size: 11; 
	color: white;
	Text-Decoration: none;
	Border:none;    
}
a.button:hover 
{  
	font-family: Arial; 
	font-weight: bold; 
	color: black;
	Text-Decoration: none;
	Border:none;    
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	top: 21;
	width: 150px;
	left:0px;
	display: none;
	}


/* 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: #0390cb;  } /* Hover Styles */
		
li ul li a { padding: 2px 5px;  color: #0390cb; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */