


.left ul li {
list-style:none;
display:block;
width:150px;
float:left;
text-align:left;
line-height:22px;
font-size:15px;
font-weight:400;
}

.left ul li a {
width:80%;
height:22px;
display:block;
color:white;
text-decoration:none;
font-family:Arial;
font-size:17px;
padding-left:10px;
background-color:#0099CC;
border-left-width:4px;
border-left-style:solid;
border-left-color:blue;
margin:1px;
}

.left ul li a:hover {
color:#FFF;
background-color:#0099CC;
font-weight:bolder;
border-left-width:4px;
border-left-style:solid;
border-left-color:red;
}
