div#main_menu
{
	width:798px;
	height:28px;     
	position:absolute; left:0px; top:120px;
	background-color: #FFF507;
        border-right: dashed 1px silver;
        border-left: dashed 1px silver;
        border-top: solid 1px #dd0000;
        color:#555555;
        border-bottom: dashed 1px silver;
          z-index:300;
}
ul#menu 
{
        margin:0; padding:0;
}
ul#menu li
{
	display: inline;
}
#menu a ,a.menu_link
{
	text-decoration: none;
	height: 20px;
	display: block;
        float: left;	
	padding-top:8px;
	padding-left:4px;
	padding-right:4px;
        color:#555555;
        font-size: 10px;
        font-weight: bold;
}
#menu a.aktywny
{
   color:red;
}
#menu a:hover
{
	background-color: #FDFCB5;
        color: red;
}
a#link_admin
{
   width:10px;
}