

/* ==================================== */
/*				 MENU					*/
/* ==================================== */

#Menu .radmenu 
{	
	WHITE-SPACE:normal;	
}

#Menu .item
{
	width:235px;
	border-bottom:solid 1px #cccccc;
	

}

#Menu .item .Link
{
	color:#666666;
	text-decoration:none;
	margin-bottom:2px;
	margin-top:2px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	cursor:pointer;
	font-weight:normal;
}

#Menu .item .Link:hover
{
	background-color:#cedf9f;

}

#Menu .item .focused
{
	background-color:#cedf9f;

}

#FooterMenu .item .Link
{
	color:#666666;
	cursor:pointer;
	font-weight:normal;
}

.image
{
	display:none;
}