﻿
div#menuPanel
{
    width: 150px;
    position: relative;
    margin-left: 0px;
    margin-right: auto;
    margin-top: 0px;
    height:55px;
}

div#menuBar
{
    width: 150px;
    height:55px;
    border-bottom: 1px solid #ececec;
    position: absolute;
    left: 0px;
    top: 0px;
}

div.menuItem
{
    height:55px; /* IE10 Consumer Preview */
    /*background-image: -ms-linear-gradient(top, #d7d7d7 0%, #d7d7d7 100%); /* Mozilla Firefox */
    /*background-image: -moz-linear-gradient(top, #d7d7d7 0%, #d7d7d7 100%); /* Opera */
    /*background-image: -o-linear-gradient(top, #d7d7d7 0%, #d7d7d7 100%); /* Webkit (Safari/Chrome 10) */
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #d7d7d7), color-stop(1, #d7d7d7)); /* Webkit (Chrome 11+) */
    /*background-image: -webkit-linear-gradient(top, #d7d7d7 0%, #d7d7d7 100%); /* W3C Markup, IE10 Release Preview */
    background:url('../../img/header/btn_v.png') no-repeat center center;
    width:149px;
    float: left;
    text-align: left;
    font-family: Arial;
    font-size: 14px;
    color: #ffffff;
    line-height: 55px;
    font-weight:bold;
    
}

div.menuItem a
{
    color: #ffffff;
    text-decoration: none;
    margin-left:10px;
    font-weight:bold;
}

div.menuItem:hover
{
    height:54px; /* IE10 Consumer Preview */
    background:url('../../img/header/btn_v_over.png') no-repeat center center;
    width:149px;
    /*background-image: -ms-linear-gradient(top, #ececec 0%, #ececec 100%); /* Mozilla Firefox */
    /*background-image: -moz-linear-gradient(top, #ececec 0%, #ececec 100%); /* Opera */
    /*background-image: -o-linear-gradient(top, #ececec 0%, #ececec 100%); /* Webkit (Safari/Chrome 10) */
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(1, #ececec)); /* Webkit (Chrome 11+) */
    /*background-image: -webkit-linear-gradient(top, #ececec 0%, #ececec 100%); /* W3C Markup, IE10 Release Preview */
}

div.menuItem.selected
{
    height:54px; /* IE10 Consumer Preview */
    background:url('../../img/header/btn_v_over.png') no-repeat center center;
    width:149px;
    /*background-image: -ms-linear-gradient(top, #ececec 0%, #ececec 100%); /* Mozilla Firefox */
    /*background-image: -moz-linear-gradient(top, #ececec 0%, #ececec 100%); /* Opera */
    /*background-image: -o-linear-gradient(top, #ececec 0%, #ececec 100%); /* Webkit (Safari/Chrome 10) */
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ececec), color-stop(1, #ececec)); /* Webkit (Chrome 11+) */
    /*background-image: -webkit-linear-gradient(top, #ececec 0%, #ececec 100%); /* W3C Markup, IE10 Release Preview */
}

table.subMenuItem
{
    width: 720px;
    border: 2px solid #ececec;
    z-index: 999;
    display: none;
    position: absolute;    
}

table.subMenuItem td.category
{
    width: 180px;
    height: 24px;
    background-color: #ececec;
    font-family: 'Open Sans';
    font-size: 11px;
    font-weight: bold;
    line-height: 24px;
    color: #666666;
    text-align: left;
    padding-left: 20px;
}

table.subMenuItem td.item-list
{
    width: 180px;
    height: 138px;
}

table.subMenuItem td.item-list div.firefox-fixed
{
    width: 180px;
    height: 138px;
    position: relative;
}

table.subMenuItem td.item-list div.firefox-fixed ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    position: absolute;
    left: 13px;
    top: 6px;
}

table.subMenuItem td.item-list div.firefox-fixed ul li
{
    font-family: 'Open Sans';
    font-size: 11px;
    color: #333333;
    line-height: 11px;
    margin-top: 3px;
    -webkit-text-size-adjust:none;
}

table.subMenuItem td.item-list div.firefox-fixed ul li.more
{
    font-size: 10px;
    line-height: 10px;
    margin-top: 1px;
    padding-left: 100px;
    color: #666666;
    -webkit-text-size-adjust:none;
}

table.subMenuItem td.item-list div.firefox-fixed ul a
{
    color: #666666;
    text-decoration: none;
}

table.subMenuItem td.item-list div.firefox-fixed ul a:hover
{
    background-image: url('../../Images/item_icon.png');
    background-repeat: no-repeat;
    background-position: left center;
    color: #ff3366;
    text-decoration: underline;
}

table.subMenuItem td.item-list div.firefox-fixed ul li.more a
{
    color: #ccc;
    text-decoration: none;
    background: none;
}

table.subMenuItem td.item-list div.firefox-fixed ul li.more a:hover
{
    background: none;
    color: #ccc;
    text-decoration: underline;
}

table.subMenuItem a
{
    padding-left: 8px;
    height: 15px;
    line-height: 15px;
    color: #666666;
    text-decoration: none;
}

table.subMenuItem a:hover
{
    background-image: url('../../Images/item_icon.png');
    background-repeat: no-repeat;
    background-position: left center;
    color: #ff3366;
    text-decoration: underline;
}
