#menu_dashboard
{
	width: 677px;
   height: 25px;
	border: 0px;
	padding: 5px 0px 0px 0px;
}

#menu_dashboard ul 
{
    list-style:none;
    padding:0;
    margin:0;
}
#menu_dashboard ul li 
{
    text-align:center;
    width:61px;
    list-style-position: outside;
    list-style-type:none;
    padding:0;
    margin:0;
    float:left;
}
#menu_dashboard ul li a:Link {
    display:block;
    height:20px;
    padding:2px;
    font-size:11px;
    color: #fff;
    font-family: arial, helvetica, sans-serif;
	 font-weight: normal;
    text-decoration: none;
    border: thin solid #fff;
    background: #000;
	 vertical-align: middle;
}

#menu_dashboard ul li a:Visited,
#menu_dashboard ul li a:Active
{
    display:block;
    height:20px;
    padding:2px;
    font-size:11px;
   color: #fff;
   font-family: arial, helvetica, sans-serif;
	font-weight: normal;
   text-decoration: none;
   border-bottom: none;
   background: #000;
}

#menu_dashboard ul li a:Hover {
    display:block;
    height:20px;
    padding:2px;
    font-size:11px;
   color: #fff;
	font-weight: normal;
   text-decoration: none;
   border-bottom: none;
   background: #515050;
}