#menuHeader
{
    width:175px;
    /*float:left;*/
}
#menuHeader .items
{
	/*padding:15px 0px 0px 140px;	*/
	background-image:url('menu-bg.png');
	width:175px;
   } 
#menuHeader .item
{
    margin-left:10px;
    border-bottom:solid 1px #BDBDBD;
    width:160px;
    list-style-position:inside;
    list-style-type:none;
    line-height:20px;
}
#menuHeader a, a:hover{
	text-decoration:none;
	font-family:Trebuchet MS;
    font-size:11px;
    color:#9D9D9D;
   } 


