.ProductMenu 
{
    width:290px;
    height:auto;
    background-color:#E7E7E4;	
    }
    
.ProductSubMenu 
{
width:268px;
height:auto;
background-color:#DDDEDE;
border:solid 1px #fff;
border-bottom:solid 1px #8F8F8F;
padding-left:20px;	
padding-top:5px;
padding-bottom:5px;
font-family:Tahoma;
font-size:13px;
color:#4d4d4f;
font-weight:bold;
word-spacing:3px;
cursor:pointer;
    }
    
.ProductSubMenuSub
{
position:relative;
left:0px;
z-index:1px;
display:none;
    }
    
.ProductSubMenuTab
{
background-image:url("../Images/Arrow2.gif");
background-repeat:no-repeat;
background-position:center left;	
padding-left:20px;	
margin:10px;
cursor:pointer;
    }
    
.ProductSubMenuLink
{
background-image:url("../Images/Arrow3.gif");
background-repeat:no-repeat;
background-position:center left;	
padding-left:20px;	
margin:10px;
cursor:pointer;
    }
