.menu {
    position: relative;
    z-index: 10;
    margin-left: 0px;
}

.menu dl {
    width: 173px;
    margin: 0;
    padding: 0;
}

.menu dt {
    margin: 0;
    padding: 0;
    height: 57px;
    width: 173px;
    padding: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: top;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: bottom;
}

.menu dt:hover {
    background-position: bottom;
}

.menu dt.menu1 {
    background-image: url('../img/halupczok_menu_1.jpg');
}

.menu dt.menu2 {
    background-image: url('../img/halupczok_menu_2.jpg');
}

.menu dt.menu3 {
    background-image: url('../img/halupczok_menu_3.jpg');
}

.menu dt.menu4 {
    background-image: url('../img/halupczok_menu_4.jpg');
}

.menu dt.menu5 {
    background-image: url('../img/halupczok_menu_5.jpg');
}

.menu dd {
    margin: 0;
    padding: 7px 0 7px 0;
    background: #333333 url('../img/halupczok_separator_0.gif') no-repeat top center;
    width: 100%;
    cursor: pointer;
    -moz-opacity:.85;
    opacity:.85;
    color: #ffffff;
}

.menu dd:hover{
    background: #000000 url('../img/halupczok_separator_0_over.gif') no-repeat top center;
    -moz-opacity:.95;
    opacity:.95;
    width: 100%;
    color: #D5CC3F;
}

.menu dd a{
    font-size: 11px;
    text-decoration: none;
    color: #FFFFFF;
}

.menu dd a:hover{
    color: #D5CC3F;
    text-decoration: underline;
}

.menu dd.first_item
{
    background-image: url('../img/halupczok_separator_1.gif');
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.menu dd.first_item:hover
{
    background-image: url('../img/halupczok_separator_1_over.gif');
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.menu dd.inter_item
{
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.menu dd.last_item
{
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

table.maps
{
    margin: 0px;
    padding: 0px;    
}

table.maps td.maps_title
{
    width: 295px;
    font-size: 15px;
    font-weight: bold;
    vertical-align: bottom;
}

table.maps td.maps_title_add
{
    font-size: 11px;
    vertical-align: bottom;
}

table.maps td.maps_body
{
    width: 295px;
    line-height: 25px;
    background: #000000 url('../img/halupczok_map_line.gif') repeat-x top center;
}

table.maps td.maps_map
{
    vertical-align: top;    
}

table.maps a
{
    color: #D5CC3F;
    text-decoration: none;
}

table.maps a:hover
{
    color: #D5CC3F;
    text-decoration: underline;
}

div.inter_item
{
    margin: 0;
    padding: 4px 0 4px 10px;
    width: 100%;
    cursor: pointer;
    color: #ffffff;
}

div.inter_item:hover
{
    color: #D5CC3F;
}