Господа, извините за бестактность
HTML
Код:
*****<div id="menu">
* *
*****</div>
CSS
Код:
#menu{
****float: left;
****width: 298px;
****padding-top: 25px;
****display: table-cell;
}
#menu ul{
****float: left;
****padding: 0px;
****margin: 0px;
****list-style: none inside;
}
#menu li{
****padding-left: 40px;
****float: left;
****clear: both;
****list-style: none inside;
}
#menu li a{
****color: #5F2B1D;
****font-family: Arial;
****font-size: 12px;
****font-weight: 700;
****text-decoration: none;
****list-style: none;
****height: 25px;
****display: block;
****width: 250px;
}
#menu li a:hover{
****color: #BD985E;
}
#menu li#active a{
****color: #B1887D;
****font-family: Arial;
****font-size: 12px;
****font-weight: 700;
****text-decoration: none;
****list-style: none;
****height: 25px;
****display: block;
****width: 250px;
}
#menu li#active a.submenu{
****color: #5F2B1D;
****font-family: Arial;
****font-size: 11px;
****font-weight: normal;
****text-decoration: none;
****list-style: none;
****height: 20px;
****display: block;
****/*width: 240px;*/
****padding-left: 20px;
****float: left;
****clear: both;
}
#menu li#active a.submenuv{
****color: #B1887D;
****font-family: Arial;
****font-size: 11px;
****font-weight: normal;
****text-decoration: none;
****list-style: none;
****height: 20px;
****display: block;
****/*width: 240px;*/
****padding-left: 10px;
****float: left;
****clear: both;
}
#menu li#active a.submenu:hover{
****color: #BD985E;
}
Вот такая вот штука