@import url(../../base/css/top_menu.css);
div.sys_top_menu {
	background: none;
}
.topMenuBgContainer {
	margin:0 auto;
	position:relative;
	z-index:1;
	height: 31px;
}
.topMenuBgLeft {
	background-image: url(../images/tml.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 5px;
	left: 0px;
	top: 0px;
	position: absolute;
}
.topMenuBgCenter {
	background-image: url(../images/tmc.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 31px;
	left: 5px;
	top: 0px;
	position: absolute;
	right: 5px;
}
.topMenuBgRight {
	background-image: url(../images/tmr.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 31px;
	width: 5px;
	top: 0px;
	position: absolute;
	right: 0px;
}
table.topMenu {
	position:relative;
	z-index:1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
/* Top Menu Default Color */
.topMenu a, .topMenu a:link, .topMenu a:visited {
	color:#000000;
}
/* Active Top Menu Link Color */
.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 {
	color:#000000;
}
/* Top Menu Hover Color */
.topMenu a:hover {
	color:#000000;
}
.subMenu .subMenuContainer {
	background: none;
}
.subMenu table td.tabbed div {
	color:#CCCCCC;
}
.subMenu table a.sublinks:hover, .subMenu table a.sublinks:active {
	background-color: #000000;
	color:#FFFFFF;
}
.topMenu a, .topMenu a:link, .topMenu a:visited, .topMenu b {
	background: transparent url(../images/tm_item_left.png) no-repeat scroll 0%;
}
.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%;
}
.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, .topMenu b span.down {
	background: transparent url(../images/tm_item_right.png) no-repeat scroll right top;
}
.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 .top ul.sub {
	background:url("../images/tm_smenu_bg.png") repeat-y scroll left top transparent;
}
.topMenu ul.sub li a.button {
	color:#000000;
}
.breadcrumb {
	background:none repeat scroll 0 0 transparent;
	color:#CCCCCC;
	font-size:12px;
}
.breadcrumb div.bc_open {
	background:none repeat scroll 0 0 transparent;
}
.breadcrumb div.bc_unit {
	margin-top:5px;
}
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:hover, .breadcrumb a:active {
	color:#666699;
	font-size:12px;
	padding-left:10px;
	text-decoration:underline;
}
.breadcrumb div.bc_addons {
	margin-top:5px;
}
.breadcrumb div.bc_close {
	background:none repeat scroll 0 0 transparent;
}
.breadcrumb img.bc_divider {
	height:10px;
	top:10px;
}
.subMenu .subMenuContainerEmpty {
	background:url("../images/tm_cm_bg.png") repeat-x scroll 0 0 transparent;
}
.subMenuOvr .subMenuInfoKeeper {
	color:#CCCCCC;
}
.subMenuOvr .subMenuInfoKeeper a {
	color:#CCCCCC;
}
