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

div.sys_top_menu
 {
    min-height: 42px;
	position: relative;
	z-index: 100;
	background-color:transparent;
	border:0px solid blue;
	background-image:url('../images/top_menu_bg.png');
	background-repeat:repeat-x;
	background-position:top left;
	margin:0px 11px 0px 11px; 
}


div.topMenuLC
{
	position:absolute;
	top:0px;
	left:-11px;
	background-image:url('../images/top_menu_lc.png');
	background-repeat:no-repeat;
	background-position:top left;
	width:11px;
	height:42px;
}

div.topMenuRC
{
	position:absolute;
	top:0px;
	right:-11px;
	background-image:url('../images/top_menu_rc.png');
	background-repeat:no-repeat;
	background-position:top right;
	width:11px;
	height:42px;
	z-index:1000;
}

element.style 
	{
		color:#6d97f4;
		font-weight:bold;
	}


table.topMenu 
{
    position:relative;
    z-index:1;
	border:0px solid red;
	padding:0px 0px 0px 0px; 
	height:38px;
	left:75px;
}


table.topMenu td.top {
border-right:0px solid transparent;
padding:0;
position:relative;
border:0px solid red;

}

.topMenu a, 
.topMenu a:link, 
.topMenu a:visited, 
.topMenu b 
{
    margin: 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	border-width: 0px;
	text-transform: capitalize;
	text-decoration: none;
	color:#202529;	
	font-weight: normal;
	background: transparent none;
	border:0px solid red;
	height:38px;
}

div.sys_top_menu a,
div.sys_top_menu a:link,
div.sys_top_menu a:visited,
div.sys_top_menu a:active,
div.sys_top_menu b {
	font-size: 11px;
}

.topMenu a:hover, 
.topMenu a:active 
{ 
    color:#dddcdc; 
	
}



.topMenu td#tm_active a.top_link, 
.topMenu td#tm_active a.top_link:link, 
.topMenu td#tm_active a.top_link:visited, 
.topMenu td#tm_active a.top_link:active {
	background:transparent url(../images/tm_item_left_act.png) no-repeat scroll 0%;
	color:#dddcdc;
}

.topMenu td.top:hover a.top_link, 
.topMenu td.top:hover a.top_link:link, 
.topMenu td.top:hover a.top_link:visited, 
.topMenu td.top:hover a.top_link:active {
	background:transparent url(../images/tm_item_left_act.png) no-repeat scroll 0%;
}

.topMenu a span.down img, 
.topMenu b span.down img
{
    margin-left: 3px;
}
.topMenu td.top:hover a span.down, 
.topMenu td.top:hover b span.down 
{
background-image:url(../images/tm_item_right_act.png);
}
.topMenu td.top a:hover a span.down, 
.topMenu td.top a:hover b span.down 
{
	background-image:url(../images/tm_item_right_act.png);	
}

.topMenu td#tm_active a span.down 
{
	background-image:url(../images/tm_item_right_act.png);
}

.topMenu a span.down, 
.topMenu b span.down {
    padding: 3px 2px 0px 0px;
	height:35px;
    display: block;
	background: transparent url(../images/tm_item_right.png) no-repeat scroll right top;	

	text-align: center;
	cursor: pointer;
}

.topMenu .top ul.sub {
    width:199px; 
    height:auto;
	top:0px;
    left:-5px;
    margin:0px;
    padding:2px 0px 0px 0px;
    font-size:11px;
	position:absolute;
	z-index:9000;
	display:none;
	visibility:hidden;
	background:transparent url(../images/tm_smenu_bg.png) no-repeat left top;
	list-style:none;	
	white-space:nowrap;	
	text-align:left;
}

.topMenu .top ul.sub .li_last_round { 
    height: 0px;
    position: absolute;
    background: transparent url(../images/tm_smenu_bottom.png) no-repeat scroll left top;
    line-height: 0px; 
    font-size: 0px; 
}
.topMenu .top ul.sub .li_last_round:hover {
    background: transparent url(../images/tm_smenu_bottom.png) no-repeat scroll left top;
}

.topMenu ul.sub li a.button {
	width: 160px;
	height: 33px;
	margin: 0px 0px 0px 20px;
	padding-left: 0px;
	
	background-image: none;

	text-align: left;
	font-size: 11px;
	color: #dddcdc;
	
	cursor: pointer;
	overflow: hidden;
}

.topMenu ul.sub li:hover {
	background:transparent url(../images/tm_sitem_act.png) no-repeat 0px 0px;
	vertical-align:middle;
}

.topMenu .sub .more_ntop_element:hover { color:#fff; }

/******************************** breadcrumb  *******************************/
.breadcrumb {
    height: 27px;
    margin: 0px 11px 0px 11px;

    position: relative;

	background: transparent url(../images/bc_bg.png) repeat-x scroll;

    line-height: 26px;    	
    text-transform: capitalize;
    font-size: 9px;
    color: #828080;
}

.breadcrumb div.bc_open,
.breadcrumb div.bc_close {
    top: 0px;
    width: 10px;
    height: 27px;
    
    position: absolute;
}
.breadcrumb div.bc_open {
    left: -10px;
    background: transparent url(../images/bc_bg_open.png) no-repeat scroll left center;
}
.breadcrumb div.bc_close {
    right:-10px;
    background: transparent url(../images/bc_bg_close.png) no-repeat scroll right center;
}
.breadcrumb div.bc_unit { 
    float: left; 
    margin: 0px 10px 0px 0px;
}
.breadcrumb img.bc_divider {
    width: 7px;
    height: 15px;
    margin: 7px 10px 0px 0px;
    position: relative;
    float: left;
}
.breadcrumb div.bc_addons {

    position: relative;
    float: right;
}

.breadcrumb a,
.breadcrumb a:link,
.breadcrumb a:visited,
.breadcrumb a:hover,
.breadcrumb a:active {
	color:#202529;
	font-size:9px;
	text-transform:capitalize;
}

/******************************** sub menu *******************************/

.subMenu .subMenuContainer {
	width:100%;
	background:transparent none;
	background-image:bottom left;
	height:38px;
	text-transform: capitalize;
}

.subMenu table td.tabbed div { font-size:12px; color:#fff; }

.subMenu table a.sublinks,
.subMenu table a.sublinks:link,
.subMenu table a.sublinks:visited 
{
	padding:0px 8px;
	margin:0px 0px;
	color:#202529;
	display:block;
	height:32px;
	font-weight:normal;
	text-decoration: none;
}

.subMenu table a.sublinks:hover, 
.subMenu table a.sublinks:active 
{ 
    color:#6d6c6c; 
    background-color:transparent; 
}

.sys_tm_actions .bigJoinButton { 
    color: #202529; 
}
.sys_tm_actions .bigLoginButton { 
    color: #dddcdc; 
}

.subMenuOvr 
{    
    margin:0px 0px 0px 15px; 
    position: relative;
}

div.subMenusContainer{ 
	position:relative;
	left:-22px;
    margin: 0px 0px 0px 0px;
    border: 0px solid red;
}

.subMenuOvr .sys_tm_actions .button_wrapper, 
.subMenuOvr .sys_tm_actions .button_wrapper_close { 
    background-image: url(../images/nl.png); 
}

.subMenu .subMenuContainerEmpty {
	background-image:none;
	background-color:transparent;
}

.topMenu ul.sub ul.more_sub li:hover {
	background:transparent url(../images/tm_smenu_sitem_act2.png) no-repeat 0px 0px;
}

.subMenuOvr .menu_user_actions {
width:340px;
}

.topMenu .sub a.more_ntop_element:hover, .topMenu .sub a.more_ntop_element:active
 {
color:#dddcdc;
font-weight:none;
}

.topMenu .sub a.more_top_element.active, .topMenu .sub a.more_ntop_element.active {
color:#439fd6;
font-weight:bold;
}