#menu_navigation { margin: 0px 0px 0px 0px;}

#menu_navigation ul {
display: block;
width: 200px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
list-style-type: none;
font-family: verdana, arial, helvetica, sans-serif;
background-color: #fff;
}

#menu_navigation a:link {
display: block;
/*background: url(../imagini_proiect/but_nav.gif) #66cc66 left center repeat-x;*/
background: #efefdd;
padding: 5px 0px 7px 12px;
width: 188px;
color: #b11b1c;
font-size: 12px;
line-height: 18px;
text-decoration: none;
border-bottom: 2px solid #fff;
}

#menu_navigation a:visited {
display: block;
/*background: url(../imagini_proiect/but_nav.gif) #66cc66 left center repeat-x;*/
background: #efefdd;
padding: 5px 0px 7px 12px;
width: 188px;
color: #b11b1c;
font-size: 12px;
line-height: 18px;
text-decoration: none;
border-bottom: 2px solid #fff;
}

#menu_navigation a:hover, #menu_navigation a:link.activa, #menu_navigation a:visited.activa {
/*background: url(../imagini_evenimente_medicale/arrow_navigation.gif) #060 left center no-repeat;*/
background: #b11b1c;
padding: 5px 0px 7px 12px;
width: 188px;
color: #fff;
font-size: 12px;
line-height: 18px;
text-decoration: none;
border-bottom: 2px solid #fff;
}

#menu_navigation a:link.activa, #menu_navigation a:visited.activa {
background: url(../imagini_proiect/arrow_navigation_active.gif) #b11b1c left center no-repeat;
/*background: #060;*/
padding: 5px 0px 7px 12px;
width: 188px;
color: #fff;
font-size: 12px;
line-height: 18px;
text-decoration: none;
border-bottom: 2px solid #fff;
cursor: default;
}


