#menu_left
{
 list-style-type:none;    
 list-style-image:none;
 text-align:center;
 margin-right:25px;
} 

#menu_left li
{
  border-bottom:1px solid gray;
  font-size:13px;
  line-height:25px;
  color:#cc0033;
  font-weight:bold;
} 

#menu_left a
{
 font-family:Arial;
 font-size:13px;
 color:black;
 text-decoration:none;
 font-weight:normal;
} 

#menu_left a:hover
{
 color:#cc0033;
 text-decoration:none;
 font-weight:bold;
} 
