
/* Gray Glass Theme */

.menu_container.gray_glass {
    background: #f2f6f8; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2f6f8 0%, #d8e1e7 50%, #c6cfd3 50%, #a8b8bf 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f6f8), color-stop(50%,#d8e1e7), color-stop(50%,#c6cfd3), color-stop(100%,#a8b8bf)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#c6cfd3 50%,#a8b8bf 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#c6cfd3 50%,#a8b8bf 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f2f6f8 0%,#d8e1e7 50%,#c6cfd3 50%,#a8b8bf 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f2f6f8 0%,#d8e1e7 50%,#c6cfd3 50%,#a8b8bf 100%); /* W3C */
}

.menu_container.gray_glass > ul > li > a { color: #555; text-shadow: 0 1px 0 rgba(255,255,255,0.8); }

.menu_container.gray_glass > ul > li:hover > a { background-color: #91a5ae; }
.menu_container.gray_glass > ul > li > .menu_dropdown_block p.links a { color: #657f8a; }
.menu_container.gray_glass > ul > li > .menu_dropdown_block p.links a:hover {
    color: #44555c;
    border-bottom: 1px dotted #44555c;
}

.menu_container.gray_glass ul.menu_submenu_block li:hover > a {
    background: #91a5ae;
}