.main-menu ul 
{	text-align: center;
	padding-bottom: 0px;
	/*set the menu buttons to align to line*/
}
.main-menu li 
{
	float: left;
	display: inline-block;
	padding: 12px 15px 12px 15px;
	background: no-repeat url("../../img/icertainty/menu_border.png") bottom right;
	/*manages the buttons in the menu*/
}

.main-menu li, 
.main-menu li a {
	color: white;
	font-size: 14px;
	text-decoration:none;
	width:90px;
    font-weight: bold;
}

.main-menu li:hover {
 /*  background-color:#eeb111; */

 /*background: scroll url("../../img/icertainty/top_menu_selected_item.png") top left;*/
/*	background-repeat: no-repeat;*/
	
}

.main-menu li a {
	white-space: nowrap;
}
.left-menu .block-inner-wrap
{
    width: 218px;
    background-image: none !important;
}
.left-menu .menu-title-inner-wrap {
    display: none;
}

.left-menu ul.block-inner 
{
    padding: 0;
    border: 0 !important;
    background: white;
}

.left-menu table {
	border-right: 1px #B9C5D1 solid;
	border-left: 1px #B9C5D1 solid;
	border-top: 1px #B9C5D1 solid;
	color: #000000;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 8px;
}
.left-menu table td{
	padding-top: 10px;
}

ul.left-menu-items li {
    background: #F6FBFD;
    padding: 9px 14px;
	font-size: 12px;
    border-bottom: 1px solid #B9C5D1;
    border-left: 1px solid #B9C5D1;
    border-right: 1px solid #B9C5D1;
    width: 177px;
}

ul.left-menu-items div li {
    background: white !important;
    padding: 5px 14px;
	font-size: 12px;
    border: 0 !important;
    width: 157px;
}

ul.left-menu-items .first {
    border-top: 1px solid #B9C5D1;
}

ul.left-menu-items li.submenu-header {
	padding-bottom: 8;
}

ul.left-menu-items a {
	color: #0A9DD8;
	display: block;
}

ul.left-menu-items li.selected 
{
    background-color: #F48A0D;
    color: white;
    border: none;
    font-weight: bold;
    border-left: 1px solid #F48A0D;
    width: 192px;
    background-image: url("../../img/icertainty/menu_left_arrow.png");
    background-position: right center;
    background-repeat: no-repeat;
}

ul.left-menu-items li.selected div
{
    background-color: white;
    display: inline-block;
    width: 20px;
    height: 39px;
    position: relative;
    left: 250px;
}
ul.left-menu-items li.submenu-header a, 
ul.left-menu-items li.submenu-header div.selected {
	padding: 4px 0;
}


.ql-menu h5 {
    color: #333;
    font-size: 14px;
}
.ql-menu .block-inner-wrap
{
}
.ql-menu .menu-block
{
    margin-top: 20px;
    margin-bottom: 20px;
    vertical-align: top;
    display: inline-block;
    width: 200px;
    border: 0;
    padding-right: 40px;
}
.ql-menu ul.block-inner 
{
    padding: 0;
}
ul.ql-menu-items li {
    padding: 5px 0px;
	font-size: 12px;
    border-top: 1px solid #ddd;
}
ul.ql-menu-items li.submenu-header {
	padding-bottom: 8;
}
ul.ql-menu-items a {
	color: #999;
}

.divided {
	/*border-bottom: 1px #369 dotted;*/
	padding: 3px 0;
}

li.divided {
	padding-top: 4px;
}

ul.left-menu-items li:last-child a, 
ul.left-menu-items li:last-child div.selected {
	border-bottom-style: none;
}

li.expanded a.divided {
	border: none;
	padding-top: 4px;
}

ul.left-menu-items li a.expandable {
	/* background: url("../../img/icertainty/left_menu_marker.gif") no-repeat right 10px; */
}

ul.left-menu-items li.expanded a.expandable {
	background-position: right -36px;
	font-weight: bold;
}

ul.left-menu-items li a.innerexpandable {
	background: url("../../img/icertainty/left_menu_marker.gif") no-repeat right 10px;
}
.bottom-menu {
    width: 980px;
    text-align: left;
    margin: 0px auto;
}
.bottom-menu ul 
{
    /*position:absolute;
    right:0;
    top:70px;
	writing-mode: tb-rl;
    filter: flipv fliph;
    height:350px;*/
    display: inline;
}
.bottom-menu ul, .bottom-menu ul li {
	padding-bottom: 0;
	color:#777;
}

.bottom-menu ul li {
	display: inline;
}

.bottom-menu ul li a {
	margin: 0 5px;
	padding:10px !important;
	text-decoration:none;
	color:#777;
}
#imageMenu {
	display: none;
}

.menu-overlay, .menu-overlay ul
{
	position: absolute;
	margin-left: 23px;
	top:270px;
	width:600px;
	text-align:left;
	white-space:nowrap;
    display:none;

}

.menu-overlay li
{
    	float:left !important;
    	display: inline !important;
    	padding-right:6px;
}

.topsubmenu 
{
    position:absolute;
	border:1px solid #605841;
	padding:0;
	z-index:1000;
	background:white;
	top:106px;
	left:600px;
	width:270px;
	overflow:hidden;
}
.topsubmenu ul 
{	text-align: left;
	padding-bottom: 0px;
	margin:10px;
	width:250px;
}
.topsubmenu li 
{
    float:none;
	display: block;
	padding: 5px 10px 5px 10px;
	width:250px;
}

.topsubmenu li, 
.topsubmenu li a {
	color: #444;
	font-size: 11px;
	font-weight:normal;
	text-decoration:none;
}
.topsubmenu li:hover {
    background: url("../../img/icertainty/submenu_bg_250.gif") no-repeat top left;
}
.topsubmenu li:hover a {
    font-weight:bold;
}
.submenu-title
{
    padding-top:0 !important;
    font-weight:bold !important;
    font-size:11pt !important;
    background:none !important;
}
.submenu-border 
{
    border-bottom:1px solid #666;
    margin-right:20px;
    height:7px;
}
