#menu{height:50px;}
#menu li{display:inline;float:left;border-right:1px dotted #c30000}
#menu li a{display:block;padding:0 25px;height:50px;line-height:50px;text-transform:uppercase;text-decoration:none;text-align:center;font-size:12px;color:#fff}
#menu li a:hover,#menu li a.root-item-selected{background:#ea4848;color:#ffbfbf}
#menu li ul{background:#ececec;position:absolute;display:none;top:auto;left:auto;width:250px;height:auto;z-index:10000}
#menu li:hover ul{display:block}
#menu li ul li{display:inherit;border-right:0;float:none;border-bottom:2px solid #e8e8e8}
#menu li ul li:last-child{border-bottom:0}
#menu li ul li a{color:#000;text-align:left;text-transform:inherit;padding:12px 25px;height:auto}
#menu .home{background:url(images/home.png) no-repeat center center;}
#menu .home:hover{background:url(images/home.png) no-repeat center center;opacity:0.5}