body {
	font: normal 11px verdana;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	/*width: 150px; /* Width of Menu Items */
	/*border-bottom: 1px solid #ccc;*/
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 185px; /* Set 1px less than menu width */
	top: -10px;
	display: none;
	}

/* Styles for Menu Items */
ul  a {
	display: block;
	text-decoration: none;
	/*color: #777;
	/*background: #fff; /* IE6 Bug */
	padding: 5px;
	/*border: 1px solid #ccc;*/
	border-bottom: 0;
	}
li
{
	display: block;
	text-decoration: none;
	/*color: #222222;*/
	background: ; /* IE6 Bug */
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: right; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A;} /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
li {width:195px;}

#font {font-size: 115%;}

#home {
background: #fff799; color:red;
	margin: 10px;
	padding-bottom: 7px;
	padding-top: 7px;
}
#about {
background: #fff544; color:blue;
	margin: 10px;
	padding-bottom: 7px;
	padding-top: 7px;
	}
#vitra {
background: #f26522;
	margin: 10px;
	padding-bottom: 7px;
	padding-top: 7px;
	}
#price {
background: #926d1e;
	margin: 10px;
	padding-bottom: 7px;
	padding-top: 7px;
	}
#contact {
background: #410f08;
	margin: 10px;
	padding-bottom: 7px;
	padding-top: 7px;
	}