.menu {
margin-left:270px;
padding-top:2px;
}

.menu:after{ /*Add margin between menu and rest of content in Firefox*/
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}

.menu ul{
width:100%;
background:center center repeat-x;
padding:4px 0;
margin:0px;
text-align:left;
}

.menu ul li.menu_belka{
display:inline;
}

.menu ul li.menu_belka_1{
display:inline;
}

.menu ul li.menu_belka a{
font-weight:bold;
font-family:verdana;
font-size:10px;
color:#fdf6e4;
padding:0px 7px;
margin:0;
text-decoration:none;
border-right:1px solid #fdf6e4;
}

.menu ul li.menu_belka_1 a{
font-weight:bold;
font-family:verdana;
font-size:10px;
color:#fdf6e4;
padding:0px 7px;
margin:0;
text-decoration:none;
border-right:1px solid #fdf6e4;
border-left:1px solid #fdf6e4;
}

.menu ul li.menu_belka a:hover, .menu ul li.menu_belka_1 a:hover{
color:#ffffff;
background:center center repeat-x;
}

.menu ul li.menu_belka a:hover{
color:#ffffff;
background:center center repeat-x;
}

.menu ul li.menu_belka a[rel]:after, .menu ul li.menu_belka_1 a[rel]:after{
/*HTML to indicate drop down link*/ content:" ";
content: " " url('../grafika/przyciski/down.gif');
/*uncomment this line to use an image instead*/
}

.menu ul li.menu_belka_1 a[rel]:after{
/*HTML to indicate drop down link*/ content:" ";
content: " " url('../grafika/przyciski/down.gif');
/*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position:absolute;
top:0px;
border:1px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px arial;
line-height:18px;
z-index:100;
background-color:#776655;
width:200px;
margin-top:7px;
visibility:hidden;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a {
width:auto;
display:block;
text-indent:5px;
border-bottom:1px solid #ffffff;
padding:1px 0;
text-decoration:none;
font-weight:bold;
color:#fdf6e4;
}

* html .dropmenudiv a{ /*IE only hack*/
width:100%;
}

.dropmenudiv a:hover{
background-color:#bc9a7f;
color:#ffffff;
}