#menu{
position:relative; float:left;
width:190px;
float:left;
background:url(../img/menu_line.gif) no-repeat top;
margin:5px 50px 0 0;
}
#menu a{
display:block; 
width:190px; height:20px; 
color:#8BACC0; 
font:bold 16px Arial, Helvetica, sans-serif; 
text-decoration:none; text-transform:uppercase; text-align:left;
padding:9px 0 9px 10px;
}
.menu_item{background:url(../img/menu_line.gif) no-repeat bottom;}


#menu a:hover{
color:#6991AA; 
background:url(../img/sipka_hover.gif) no-repeat;
background-position:0 12px}


#menu a.selected{
display:block; 
width:190px; height:20px; 
color:#225575; 
background:url(../img/sipka_select.gif) no-repeat;
background-position:0 12px;
font:bold 16px Arial, Helvetica, sans-serif; 
text-decoration:none; text-transform:uppercase; text-align:left;
padding:9px 0 9px 10px;
}
