.style4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 9px;
color: #FFFFFF;
}
.check_menu{
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
font-style: normal;
text-decoration: none;
}
.check_menu ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
background: #c3c3c3;
border-top-width: 1px;
border-right-width: 0;
border-bottom-width: 1px;
border-left-width: 0;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: #d2d2d2;
border-right-color: #d2d2d2;
border-bottom-color: #d2d2d2;
border-left-color: #d2d2d2
}
.check_menu ul li{

display: inline;
}
.check_menu ul li a{
float: left;
color: #000000;
background:url(../img/main/lock.png) no-repeat;
padding: 5px 11px 5px 18px;
text-decoration: none;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #d2d2d2;
}
.check_menu ul li a:visited{
color: #000000;
}
.check_menu ul li a:hover, .check_menu ul li .selected{
color: #FFFF00 !important;
padding-top: 5px;
padding-bottom: 5px;
background: #990000;
}
