.button2
{
	Font-Size:10px;
	Font-family: Verdana; 
	background-image: url("../images/menu_contact_texture.gif");
	background-repeat: repeat-x;
	background-position: bottom right;
	color: black;
	font-weight: bold;
	background-color: #FF9933;
}
.button
{
	Font-Size:10px;
	Font-family: Verdana; 
	background-image: url("../images/menu-bg.jpg");
	background-repeat: repeat-x;
	background-position: bottom right;
	color: White;
	font-weight: bold;
}
a.button
{
	Text-Decoration: none;
}
a.button:hover 
{  
	color: Yellow;
	Text-Decoration: none;
	Border:none;    
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	top: 18;
	width: 180px;
	left: -2px;
	display: none;
	text-align : left;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #DFE4EB;
	/* IE6 Bug */
	padding: 3px;
	border: 0;
	}

/* 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: Yellow; 
	/*background-image: url("../images/menu_texture.gif");*/
	background-repeat: repeat-x;
	background-position: bottom right;
	background-color : #D6022A;
} /* Hover Styles */
		
li ul li a { padding: 2px 5px; background: #EF8A6E; color:white; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */