@import url(../../base/css/top_menu.css);

table.topMenu {
    background-image:none;
    margin:0 auto;
    position:fixed;
    z-index:1;
    margin-left:410px;
	visibility: hidden;
}
table.topMenu td {
    position: relative;
    height: 46px;
    background-color: transparent;
    vertical-align: middle;
}
table.topMenu td.top ul.sub {
    padding: 5px;
    background-color:#FFFFFF;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border: 1px solid rgb(180, 180, 180);
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin: 0;
	border-top: none;
	width: 160px;
	margin-left: -1px;
	margin-right: -1px;
}
table.topMenu ul.more_sub {
    padding: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid rgb(180, 180, 180);
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	width: 160px;
}
div.sys_page_icon {
	margin-left: -17px;
}
div.sys_page_icon .img_submenu.sys-icon {
    color:#333333;
    display:inline-block;
    font-size:32px;
    min-width:32px;
    padding-top:0px;
    text-align:center;
}
table.topMenu ul.sub li:hover a.button {
    background-color: #f8f8f8;
    opacity: 0.9;
	border: 1px solid #BFBFBF;
	margin: -1px !important;
}
table.topMenu ul.sub li a.button {
	color: #333333;
}
table.topMenu a, 
table.topMenu a:link, 
table.topMenu a:visited, 
table.topMenu b {
    border-width:0;
    color:#FFFFFF;
    display:block;
    font-weight:bold;
    height:46px;
    line-height:46px;
    position:relative;
    text-decoration:none;
    text-shadow:none;
    text-transform:capitalize;
    z-index:20;
}
table.topMenu ul.sub ul.more_sub a.button {
	background-color:#FFFFFF !important;
	color:#000000 !important;
	border: 0px solid #CCCCCC !important;
	margin: 1px !important;
}
table.topMenu ul.sub ul.more_sub li:hover a.button {
	background-color:#f8f8f8 !important;
	opacity: 0.9 !important;
	border: 1px solid #BFBFBF !important;
	margin: 0px !important;
}
table.topMenu td#tm_active a.top_link, table.topMenu td#tm_active a.top_link:link, table.topMenu td#tm_active a.top_link:visited, table.topMenu td#tm_active a.top_link:active {
    color: #fff;
    text-shadow:none;
}
table.topMenu td.top:hover a span.down, table.topMenu td.top:hover b span.down, table.topMenu td.top a:hover a span.down, table.topMenu td.top a:hover b span.down {
    color: #000;
	background-color: #ffffff;
	border: 1px solid rgb(180, 180, 180);
	border-bottom: none;
	border-top: none;
	margin-left: -1px;
	margin-right: -1px;
    text-shadow:none;
}

div.subMenu a.sublinks,
div.subMenu a.sublinks:link,
div.subMenu a.sublinks:visited {
	color: #333333;
}
div.subMenu div.act {
	color: #000000;
}
.sys_sm_cnt {
	margin-top: 45px;
}
div.subMenu {
    margin-left: 10px;
    margin-right: 10px;
    min-height: 32px;
    background-color: #f8f8f8;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border: 1px solid #BFBFBF;
    margin-top: 65px;
	line-height: 1.2;
}
div.sys_main_menu {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 0 solid #FFFFFF;
    border-top: 0 solid #FFFFFF;
    box-shadow: none;
    min-height: 0;
    position: relative;
    width: 100%;
    z-index: 100;
}
a.sys-sm-link {
    color:#FFFFFF;
    font-size:13px;
}
div.sys_page_header a {
    color:#444444;
    text-decoration:none;
}
.mainLogo {
    float: left;
    margin-top: 3px;
    max-height: 32px;
}
table.topMenu a span.down, 
table.topMenu b span.down {
	position: relative;
    display: block;
    height: 46px;
	text-align: center;
	cursor: pointer;
	min-width: 26px;
}
div.sys_page_submenu {
    padding-left: 6px;
	max-width: 765px;
	max-height: 32px;
}
div.sys_page_actions {
	margin-right: -17px;
	margin-top: 2px;
}
div.sys_bc {
    height: 32px;
    line-height: 32px;
}
div.sys_bc div.bc_divider {
    height: 32px;
    line-height: 32px;
}
.li_last_round {
    height: 0;
}
.sys_page_header.bx-def-padding-sec-left {
    max-width: 179px;
}