#menu_art
{
 width: 635px;
 list-style-type: none;
 margin: 0;
 padding: 0;
 border: 0;
margin-left:15px;
 text-align:left;
 color:#ffffff;
 border-bottom:2px solid #ffffff;
}

#menu_art li{
display:inline;

}

#menu_art li a:link, #menu_art li a:visited
{
 font-style: normal ;
 display: Inline;
 height: 30px;
 color:#FFFFFF;
 font-weight:bold;
 margin-bottom: 3px;
 padding-left:10px;
 padding-right:10px;
 padding-top:3px;
 padding-bottom:3px;
 text-decoration: none;

}

#menu_art li a.menu_selected
{ font-style: normal ;
border: 1px solid darkred;	
}
#menu_art li a.menu_selected:link,#menu_art li a.menu_selected:visited
{
 line-height:30px;
font-weight:bold;
color:green;
text-decoration:underline;
}
#menu_art li a.menu_selected:hover,#menu_art li a.menu_selected:active
{ font-style: normal ;
font-weight:bold;
color:brown;
background:#FFFFFF;
text-decoration:underline;
line-height:30px;
}
#menu_art li a.menu_normal:link,#menu_art li a.menu_normal:visited
{ font-style: normal ;
font-weight:bold;
color:darkred;
text-decoration:underline;
	 line-height:30px;
}
#menu_art li a.menu_normal:hover,#menu_art li a.menu_normal:active
{ font-style: normal ;
font-weight:bold;
color:green;
background:#FFFFFF;
text-decoration:underline;
	 line-height:30px;
}

