@charset "utf-8";
/* CSS Document */
.hywelmenu{ font-size:18px; width:100%; height:100%; }
.hywelmenu ul { margin:0px; padding:0px; }
.hywelmenu li { list-style: none; }
 
ul.top-level { background: #4A5372; }
ul.top-level li {
 border-bottom: #fff solid;
 border-top: #fff solid;
 border-width: 1px;
}
 
.hywelmenu a {
 color: #fff;
 cursor: pointer;
 display:block;
 height:25px;
 line-height: 25px;
 text-indent: 10px;
 text-decoration:none;
 width:100%;
    clear:both;
}
 
.hywelmenu a:hover{
 text-decoration:underline;
}
 
.hywelmenu li:hover {
 background: #76787a;
 position: relative;
}