#menu {margin-left:21px; top:51px;position:absolute; display: table; font-family: arial;  font-size:13px; text-transform: uppercase;}
#menu ul {list-style-type: none;floar:right;}
#menu li {float: left; width: 115px; position: relative;display:block;background:#E31836;}
#menu li a {line-height:28px;display: block; font-weight: bold; text-align: center; background: transparent; color: white; text-decoration: none;}
#menu li a.select {color: white; background:#E31836;}
#menu li ul {list-style-type: none;position: absolute; display: none; width:200px; left: 0; background:#E31836;}
#menu li ul.wider {width: 170px}
#menu li li {list-style-type: none;width: 100%; }
#menu li li a {border-bottom:1px solid white;list-style-type: none;padding: 2px 7px 2px 7px;  font-weight: bold; text-align: left; background:#E31836; }

#menu li:hover a {color: #E31836; background:white;}
#menu li:hover ul {display: block;}
#menu li:hover li a {background: #E31836;color:white;}
#menu li:hover li a:hover {color: #E31836;background-color: white;}
