#menu {
	cursor: pointer;
	text-align: left;
	width: 150px; 
	font-size: 11px;
	font-weight: bold;
	float: left;
	margin-left: -5px;
	margin-right: 10px;
	margin-top: -2px;
	padding-left: 5px;
	padding-top: 2px;
	height: 17px;
	
}	

#menu dt {
	list-style-type: none; 
	list-style: none;
	background: #999;
}

#menu ul {
	margin: 0px;
	padding-left: 25px;	
	background: #fff;
}

#menu li {
	margin: 0px;
	background: #fff;
	list-style-image: url("pics/bullet.gif");
	background: url("pics/link_border.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 3px;

}

	
#menu dt a {
	color: #333;
	text-decoration: none;
	display: block;
	padding-left: 5px;
	padding-top: 2px;
	height: 17px;
	background: url("pics/link_o.gif");
	background-repeat: no-repeat;
}

#menu dt a:hover {
	background: url("pics/link_over.gif");
	background-repeat: no-repeat;
	color: #fff;
}

#menu dt.menu-decoration  {
	cursor: default;
	color: #333;
	text-decoration: none;
	padding-left: 5px;
	padding-top: 0px;
	height: 14px;
	background: url("pics/link_bottom.gif");
	background-repeat: no-repeat;
	background-position: bottom; 
}





#menu li a {
	color: #333;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding-top:2px;
	height: 17px;
	background: transparent;
	background: url("pics/link_border.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}


#menu li a:hover {
	background: transparent;
	text-decoration: underline;
	color: #333;
}



.hide{
display: none;
}