
/* Blue Glass Theme */

.menu_container.blue_glass {
    background: #6db3f2; /* Old browsers */
    background: -moz-linear-gradient(top,  #6db3f2 0%, #54a3ee 50%, #3690f0 51%, #1e69de 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6db3f2), color-stop(50%,#54a3ee), color-stop(51%,#3690f0), color-stop(100%,#1e69de)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #6db3f2 0%,#54a3ee 50%,#3690f0 51%,#1e69de 100%); /* W3C */
}

.menu_container.blue_glass > ul > li:hover > a { background-color: #1e69de; }
.menu_container.blue_glass > ul > li > .menu_dropdown_block p.links a { color: #1e69de; }
.menu_container.blue_glass > ul > li > .menu_dropdown_block p.links a:hover {
    color: #174fa8;
    border-bottom: 1px dotted #174fa8;
}

.menu_container.blue_glass ul.menu_submenu_block li:hover > a {
    background: #1e69de;
}