﻿ul.menu { padding: 0; clear: both; background:#d8ead5; height:37px; width:100%; line-height:none !important;  }
ul.menu li { display: inline; }
ul.menu li a { background: #d8ead5; padding: 10px 10px 9px 10px; float:left; border-right: 1px solid #d8ead5; border-bottom: 0px solid #fff; text-decoration: none; color: #999999; font-weight:bold; }
ul.menu li.active a { background: #fff; color:#7f62c1; font-weight:bold; border-bottom:1px thin #fff; border-top:2px solid #ccc; border-left:1px dotted #ccc; border-right:1px dotted #ccc; }
ul.menu li a:hover { background:#7f62c1; color:white !important; }
ul.content { float: left; clear: both;  /*b    ackground: #eef;*/ padding: 5px 5px 5px; width: 99%; }
