#menu {
	float: left;
	width: 166px;
	padding: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	margin: 0 0 0 0;
}

#menu h2 {
	margin: 10px 0 0 5px;
	padding-left: 8px;
	font-size: 120%;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	background: #9E0F0E;  /* Grena: #993333; Verde #417c2c */
}

#menu h2.case{
	background: #9E0F0E;  /* Grena */
}

#menu h2.arme {
	background: #417c2c;  /* Verde */
}

#menu h2.casete {
	background: #CB3500;  /* Portocaliu */
}

#menu h2.seifuri {
	background: #8D2C04;  /* Maro */
}

#menu h2.cutii-postale {
	background: #728687;  /* Gri */
}

#menu ul{
		display:block; 
		margin-left:0;
		margin-top:5px;
		padding-left: 10px;
		text-indent: 0.5em;
	}	
	
#menu ul li{
		background:url(../images/arrow.gif) repeat-x left bottom; height:22px; display:block;
	}
	
#menu ul li a{
		background:url(../images/navi_arrow.gif) no-repeat 0 0; color:#6D5434; font-weight:bold; font-size:12px;  /* Culoare text: #765914 */
		line-height:21px; padding:0 0 0 10px; display:block; text-decoration:none; height:21px;
	}
	
#menu ul li a:hover{
		background:url(../images/navi_arrow_h.gif) no-repeat 0 0; padding:0 0 0 10px;
		background-color:#F1E9D6; 
		color: #602202;
	}

#menu ul li.expand{
		background:url(../images/arrow.gif) repeat-x left bottom; height:44px; display:block;
	}

#menu ul li.expand a{
		background:url(../images/navi_arrow.gif) no-repeat 0 0; color:#6D5434; font-weight:bold; font-size:12px;  /* Culoare text: #765914 */
		line-height:21px; padding:0 0 0 10px; display:block; text-decoration:none; height:42px;
	}
	
#menu ul li.expand a:hover{
		background:url(../images/navi_arrow_h.gif) no-repeat 0 0; padding:0 0 0 10px;
		background-color:#F1E9D6; 
		color: #602202;
	}


#menu ul li a.show{
		background:url(../images/navi_arrow_h.gif) no-repeat 0 0; color:#602202; font-weight:bold; font-size:12px;  /* Culoare text: #765914 */
		line-height:21px;	padding:0 0 0 10px; height:21px;  display:block; text-decoration:none;
	}
#menu ul li a.show:hover{
		background:url(../images/navi_arrow_h.gif) no-repeat 0 0 ; padding:0 0 0 10px;
		background-color:#F1E9D6;
	}
	
#menu ul li a.show2{
		background:url(../images/navi_arrow_h.gif) no-repeat 0 0; color:#602202; font-weight:bold; font-size:12px;  /* Culoare text: #765914 */
		line-height:21px;	padding:0 0 0 10px; height:44px;  display:block; text-decoration:none;
	}
#menu ul li a.show2:hover{
		background:url(../images/navi_arrow_h.gif) no-repeat 0 0 ; padding:0 0 0 10px;
		background-color:#F1E9D6;
	}	
	
	
	
