/* MENU LEFT */
#menuproduct {
	font: 10pt Tahoma;
	letter-spacing: 1px;
	text-align: left;
	width: auto;
	padding: 0;
}

#menuproduct li#header { 
	background: url(../../lib/ui/officeezy/header.jpg) no-repeat left center;
	border-bottom:none;
	padding-left:10px;
	text-align:left;
	line-height:40px;
	margin-top:-5px;	
}
#menuproduct li#header a  {
	color:#FFFFFF;
	font-size:10pt;
	font-weight:bold;
}

#menuproduct ul {
	text-align: left;
	margin: 5px 0 0 0;
	list-style-type: none;
	width: auto;
	padding-left:1px;
}

#menuproduct li {
	background: url(../../lib/ui/officeezy/sybolw.png); 
	background-repeat: no-repeat;
	background-position:left center;
	padding:0 0 0 23px;
	
	vertical-align: middle;
 	line-height: 30px;
 	border-bottom: 1px solid #71B8FF;
}

#menuproduct a {
	text-decoration: none;
	color:#333;
}
#menuproduct a:hover {
	text-decoration: none;
	color:red;
}

#menuproduct a:visited:hover {
	text-decoration: none;
}





