/* GATEWAYS STUFF */

div.left_gateways {
        width: 300px;
}

.left_gateways div.gateways {
        margin:0px;
}

.left_gateways div.gateways_title{
        position: absolute;
        z-index: 99!important;
        margin-top: -60px;
        width: 300px;
        height: 60px;
        /*background-color: rgb(178, 130, 0);*/
        background-color: rgba(178, 130, 0, 0.9);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

.left_gateways h2.gateways {
        position: absolute;
        margin-top: 20px;
        padding-left: 23px;
        color: #061947;
        font-family: Roboto, helvetica, arial, sans-serif;
        font-size: 28px;
        font-weight: 500;
        opacity: 1;
}

.left_gateways .gateways ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
	width: 300px;
}

.left_gateways li.gateways a {
        display: block;
        vertical-align: 50%;
        padding-left: 25px;
        margin-top: 15px;
        font-family: Roboto, helvetica, arial, sans-serif;
        font-size: 16px;
        font-weight: 100;
        text-decoration: none;
        background-image: none;
}

.left_gateways li.gateways a:hover {
	color: #fff;
}

.left_gateways li.gateways {
        height: 45px;
        margin: 0;
        border-bottom: 1px solid #b1c5d1;
        border-top: 1px solid #ffffff;
        background-color: #e3e0d8;
        background-image: url('/cms/images/gateways_arrow.png');
        background-repeat: no-repeat;
        background-position: 255px 14px ;
}

.left_gateways li.gateways:hover {
	background-color: #00aeef;
	color: #fff;
}

.leftmenu2 {
        text-align: left;
        float: left;
        clear: left;
        width: 220px;
        margin: 0px;
        margin-right: 10px;
        padding: 0px;
}

.leftmenu_cell {
        margin: 0px;
        padding: 0px;
}

/* MENU STUFF */

ul.subcrossmenu
{
        list-style: none;
        padding: 0;
        margin: 0;
}

ul.subcrossmenu li {
        padding: 9px 20px 9px 12px;
        margin: 0;
        border-bottom: 1px solid #b1c5d1;
        border-top: 1px solid #ffffff;
        background-color: #e3e0d8;
        font-family: Roboto, helvetica, arial, sans-serif;
        font-size: 15px;
        font-weight: 100;
}

li.submenu_indicator {
/*
        background-image: url('/cms/images/menu_arrow2.png');
        background-repeat: no-repeat;
        background-position: right center;      
*/
}

ul.subcrossmenu li a:link, ul.subcrossmenu li a:visited ,
ul#submenu li a:link, ul#submenu li a:visited {
        display: block; 
        font-family: Roboto, helvetica, arial, sans-serif;
        font-size: 15px;
        font-weight: 100;
        color: #1965A3;
        text-transform: none;
        text-decoration: none;
}

ul.subcrossmenu li a:hover {
        text-decoration: underline;
}

.subcrossmenu-selected
{
        color: #1965A3;
        font-weight: bold;
}

.menu_title {
        font-weight: bold;
        color: #007576;
}
