﻿/* Nuo čia custominiai stiliai. */

.logo
{
    width: 431px; 
    height: 58px; 
    background-image: url('../img/menu/menu_logo.png'); 
    background-repeat: no-repeat;
    border: none;
}

.bcmenu .menu_outer_table
{
    width: 100%;
    table-layout: fixed;
}

.bcmenu .menu_left
{
    width: 6px;
    background-image: url(../img/menu/menu_left.gif);
    background-repeat: no-repeat;
    height: 31px;
}

.bcmenu .menu_right
{
    width: 6px;
    background-image: url(../img/menu/menu_right.gif);
    background-repeat: no-repeat;
    height: 31px;
}

.bcmenu .menu_bar
{
    vertical-align:top;
    text-align:left;
    padding: 0px; 
    width: 100%;
    background-image: url('../img/menu/menu_background.gif');
    background-repeat: repeat-x;
    height: 31px;
}

.bcmenu .mattblackmenu ul{
    border-bottom: none;
    background: transparent;
}

.bcmenu .mattblackmenu li
{
    background-color: transparent;
    background-image: url('../img/menu/menu_seperator.gif');
    background-repeat: no-repeat;
    background-position: left center;
    background-attachment: scroll; 
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    display: block;
    float: left;    
}

.bcmenu .mattblackmenu li a{
    background: transparent;
    padding: 0 0 0 0;
    margin-left: 1px;
    height: 31px;
    border-right: none;
    display: block;
}

.bcmenu .mattblackmenu li a:hover
{
    background: transparent url('../img/menu/menu_selected_background.gif') repeat-x scroll 0 0;    
}

.bcmenu .mattblackmenu a.selected
{
    background: transparent url('../img/menu/menu_selected_background.gif') repeat-x scroll 0 0;
}

.bcmenu .mattblackmenu a span
{
    background: transparent; 
    padding-top: 8px;
    padding-left: 6px;
    padding-bottom: 8px;
    padding-right: 6px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    height: 15px;
    float: left;
    display: block;
    cursor: pointer;
}

.bcmenu .mattblackmenu a.after_text span
{
    margin-right: 4px;
    padding-right: 13px;
    background: transparent url('../img/menu/arrow-down.gif') no-repeat scroll right center; 
    background-position:right;
}

.bcmenu .mattblackmenu li.menu_end
{
    padding-top: 8px;
    padding-left: 6px;
    padding-bottom: 8px;
    padding-right: 6px;
}

.bcmenu .ddsubmenustyle a.after_text span
{
    display: block;
    width: 100%;
    background: transparent url('../img/menu/arrow-right.gif') no-repeat scroll right center; 
}

.bcmenu .ddsubmenustyle li a
{
    font: normal 11px Arial;
    color: white;
    background-color: #5b6369;
    text-decoration: none;
    border-bottom: 1px solid #3e4143;
}

/* vertical menu */
.vmenu_item
{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    margin-left: 12px;
    margin-right: 6px;
    border-bottom: solid 1px #b2b4b5;
    display: block;
    font: normal 11px Arial;
    color: #211f20;
    text-transform: uppercase;
    text-decoration: none;
}

.vmenu_item_active
{
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    margin-left: 12px;
    margin-right: 6px;
    background-color: #13629f;
    border-bottom: solid 1px #b2b4b5;
    display: block;
    font: normal 11px Arial;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

.vmenu_item:hover
{
    background-color: #13629f;
    color: white;
}

.vmenu_background
{
    width: 206px;
}

.vmenu_logo
{
    width: 206px;
    background-image: url('../img/vmenu_logo.png');
    background-repeat: no-repeat;
    height: 210px;
    display: block;
}

.vmenu_sub
{
    background-color: #f1f1f1;
    margin-left: 12px;
    margin-right: 6px;
    border-bottom: solid 1px #b2b4b5;
}

.vmenu_sub_item
{
    font: normal 11px Arial;
    color: #211f20;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
}

.vmenu_sub_item_active
{
    font: normal 11px Arial;
    color: #cc8f51;
    text-transform: uppercase;
    text-decoration: none;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
}

.vmenu_sub_item:hover
{
    color: #cc8f51;
}

