#menu {
	float: left;
	width: 320px;
	height: 200px;
	background: url(../images/img03.jpg);
}







.menu a:hover {
display:block;
white-space:nowrap;
font-size:13px;
font-weight: bold;
text-decoration:none;
color:#000000; 
}

.menu a:active {
display:block;
white-space:nowrap;
font-size:13px;
font-weight: bold;
background-repeat:no-repeat;
text-decoration:none;
color:#ff0000; 
}

.menu a:focus {
display:block;
white-space:nowrap;
font-size:13px;
font-weight: bold;
text-decoration:none;
color:#0000ff; 
}






  
ul#nav,
ul#nav ul {
	margin: 0;
	padding: 20px 20px 0 140px;
	list-style: none;
	line-height: normal;
	width: 160px; /* Width of Menu Items */
	/*background: #fff;  IE6 Bug */
	font-size: 100%;
	}



	
 
/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; }
* html ul#nav li a { height: 1%; }
/* End */


ul#nav ul {
	position: absolute;
	display: none;
	left: 160px; /* Set 1px less than menu width */
	top: -19px;
	text-indent: 10px;
	width: 160px;
	}

ul#nav ul ul {
	left: 140px;
	top: -21px;
	}


