.menu_wrapper {
    padding:0;
    height:23px;
    width:1100px;
    margin: 0 auto;
    border-bottom: 1px solid #000;
}

.menu_right {
    float: right;
    height:23px;
    background: #365e91;
    width:9%;
    color:#fff;
    position: relative;
}

.menu_right a {
    color: #fff;
    font-size: 14pt;
}

/* 
	LEVEL ONE
*/
ul.dropdown {
    position: relative;
    list-style: none;
    padding:0px;
    margin: 0;
    z-index:100;
    width:1100px;
}

ul.dropdown li {
    font-weight: bold;
    float: left;
    zoom: 1;
    background: #293e6a;
}

ul.dropdown a {
    font-size: 8.5pt;
}
ul.dropdown a:hover {
    color: #fff;
    background-color: #639BF1;
}
ul.dropdown a:active {
    color: #fff;
}

ul.dropdown li a {
    display: block;
    padding: 4px 8px 5px 8px;
    border-right: 1px solid #fff;
    color: #fff;
    text-decoration: none;
}
ul.dropdown li:last-child a {
    border-right: none;
}

ul.dropdown li.hover, ul.dropdown li:hover {
    background: #3B5998;
    color: black;
    position: relative;
    text-decoration: none;
}

ul.dropdown li.hover a {
    color: #fff;
}

/* 
	LEVEL TWO
*/
ul.dropdown ul.sub_menu             {
    margin:0;
    padding:0;
}
ul.dropdown ul                      {
    width: 160px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
}
ul.dropdown ul li                   {
    font-weight: normal;
    background: #3B5998;
    color: #fff;
    border-bottom: 1px solid #ccc;
    float: none;
    text-align: left; }
ul.dropdown ul li a                 {
    border-right: none;
    width: 100%;
    display:inline-block;
    color:#fff;
} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul                   {  width: 160px; left: 100%; top: 0;  list-style: none; margin: 0 0 0 2px; padding:0; }
ul.dropdown li:hover > ul           { visibility: visible; }

.contextMenu {
    display: block;
    width: 100%;
    border: 1px solid;
    margin: 0px 0px 15px 0px;
    background-color: #88bdbc;
    border-color: #eee;
    padding: 0px;
    text-align: center;
    color: #060606;
    font-size: 9pt;
}

.contextMenu ul {
    list-style: none;
    padding: 2px;
    margin: 0px;
}

.contextMenu li {
    list-style: none;
    display: inline-block;
    padding: 0em;
    margin: 0em 0.5em;
}

.contextMenu li a {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.1rem 0.5rem;
    font-size: 9pt;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #225451;
    color: #fff;
    margin: 0.1em 0.1em;
}
 
.contextMenu li a:hover {
    text-decoration: none;
    color: #293e6a;
    background-color: #fff;
}

a.primaryAction {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.1rem 0.5rem;
    font-size: 9pt;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #225451;
    color: #fff;
    margin: 0.1em 0.1em;
}
 
a.primaryAction:hover {
    text-decoration: none;
    color: #293e6a;
    background-color: #fff;
}

.btnPrimaryAction {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.1rem 0.5rem;
    font-size: 9pt;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #225451;
    color: #fff;
    margin: 0.1em 0.1em;
    border:none;
}
 
.btnPrimaryAction:hover {
    text-decoration: none;
    color: #293e6a;
    background-color: #fff;
}

primaryAction {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0.1rem 0.5rem;
    font-size: 9pt;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-color: #225451;
    color: #fff;
    margin: 0.1em 0.1em;
}

primaryAction:hover {
    text-decoration: none;
    color: #293e6a;
    background-color: #fff;
}

