
#m-product2 
{
    width: 198px;
    
    font-family: Georgia, 'Comic Sans MS', Tahoma, Arial;
    font-size: 14px;
    
    
    background-color: #FFC324;
    border: 1px solid #F0AE00;
}

#m-product 
{
    width: 198px;
    
    font-family: 'Comic Sans MS', Tahoma, Arial;
    font-size: 14px;
}

#m-product .top 
{
    height: 14px;
    background: url(../images/menu/m-top.png) no-repeat;
}

#m-product .body 
{
    /*height: auto;*/
    background: url(../images/menu/m-bg.png) repeat-y;
}

#m-product .bottom
{
    height: 14px;
    background: url(../images/menu/m-bottom.png) no-repeat;
}

#m-product ul 
{
    margin: 0;
    padding: 0 0 0 12px;
    list-style: none;
    
    color: #6B2E2E;
    
    font-size: 1em;
    font-weight: bolder;
}

#m-product li 
{
    text-align: left;
}

#m-product a:link, #m-product a:active, #m-product a:hover, #m-product a:visited
{
    display: block;
    height: 1.3em;
    width: 94%;
    
    color: #6B2E2E;
    
    font-size: 1.1em;
    font-weight: bolder;
    text-decoration: none; 
    
    border-bottom: 1px solid #F0AE00;
}

#m-product a:hover 
{
	color: #FFC324;
	background-color: #6B2E2E;
	
	font-size: 1.1em;
	font-weight: 900;
}
