	.miac_panel{
	font-family: Tahoma, sans-serif;
    font-size: 10pt;
	}
	.miac_panel li{
		list-style-type:none;
	}
   .menu{
    width: auto;
	width: 100%;
    margin: 0;
    padding: 0;
   }
   .section ul{
    position: absolute;
    display: none;
    margin-left: 163px;
    margin-top: -4.65em;
   }
   .miac_panel li a{
	width: 200px;
	margin: 3px 0px 0px 0px;
    padding: 5px 10px;
    position: relative;
    z-index: 20;
    height: 45px;
    cursor: pointer;
    line-height: 15px;
	font-size: 12px;
	font-weight: 600;
    background: -moz-linear-gradient(top, #0258A1 1%, #438ED2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#0258A1), color-stop(100%,#438ED2));
    background: -webkit-linear-gradient(top, #0258A1 1%,#438ED2 100%);
    background: -o-linear-gradient(top, #0258A1 1%,#438ED2 100%);
    background: -ms-linear-gradient(top, #0258A1 1%,#438ED2 100%);
    background: linear-gradient(top, #0258A1 1%,#438ED2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0258A1', endColorstr='#438ED2',GradientType=0 );
    box-shadow:
        0px 0px 0px 1px rgba(155,155,155,0.3),
        1px 0px 0px 0px rgba(255,255,255,0.9) inset,
        0px 2px 2px rgba(0,0,0,0.1);
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #F7D551;
    border: 1px solid #ccc;
   }
   .miac_panel li a:hover {
    color: #ffe;
    background-color: #5488af;
   }
   .miac_panel li:hover ul {
    display: block;
   }
