DIV#menu 
{
	float: left; 
	/*border: 1px solid #455A65; */
	/* left:100px;
	top:40px; */
	position:relative;
	color:#fff;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	background-color: #66CC00;
	width: 860px;
	margin-bottom: 10px;

	
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	
	display:none;
}
DIV#menu UL
{ 
	position: relative; 
	list-style: none; 
	/*background: #DDDEDA;*/
	float: left; 
	padding: 0px;
	margin: 0px; 
	
	padding: 0px;
	border: 0em;
}
DIV#menu UL LI
{ 
	position: relative; 
	float: left; 
	padding: 2px; 
	list-style: none;
	line-height: normal;
	
	margin: 0;
	padding: 0;
}
DIV#menu UL LI A 
{ 
	text-decoration: none; 
	width: 1px;
	font-weight:lighter;
	white-space: nowrap; 
	text-align: center; 
	/*background: #DDDEDA; */
	padding: 3px 5px 3px 6px; 
	display: block; 
	color: #ffffff; 	
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	
	margin: 0;
	padding: 10px 15px 10px 15px;
	border: 0;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	
	display:none;
}
DIV#menu UL LI>A 
{ 
	width:auto ;
}
DIV#menu UL LI A:hover 
{ 
	text-decoration: none; 
	color: #ffffff; 	
	font-size:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
}
DIV#menu UL UL.default 
{ 
	text-align: left; 
	width: 120px; 
	display: none; 
	margin-top: 0px; /* change with margin-top :4px;*/
	position: absolute; 
	left: 0px; 
	top: 35px;
	padding: 0px; 
	
}
DIV#menu UL UL.default LI 
{ 
	position: relative; 
	padding: 0px;
	margin: 0px; 	
	background: #66CC00;

}
DIV#menu UL UL.default A 
{ 
	height: auto;
	text-align: left; 
	white-space: normal; 
	display: block;
	padding: 5px 5px 5px 10px; 
	margin: 0px; 
	color: #ffffff; 	
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
	/* 
	we have 7px padding therefore width is 163 instead of 170.
	in IE 5.5 this doesn't work. 
	*/ 
	width: 160px; 	
}
DIV#menu UL UL.default A:hover 
{ 
	position:relative;
	background: #55AA00; 
	color: #fff; 	
	font-size:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:normal;
}
DIV#menu UL UL.default UL
{ 
	margin: -30px 0px 0px 170px; 
	position: absolute; 
}