@charset "utf-8";
/* Inside CSS Document */


/*** Menu and Sub Menu *******************/

.cat-sub {
	position: absolute;
	z-index: 99;
	left: -11px;
	top: 25px;
	display: none;
}

.cat-sub-space {
	height: 6px;
	line-height: 0;
	font-size: 0;
}

.cat-sub table {
	border-collapse: collapse;
}

.cat-sub td {
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.cat-sub-side {
	width: 7px;	
}

.cat-sub-item {
	padding: 8px 12px;
	border-bottom: 1px solid #dcdcdc;
	color: #333333;
	position: relative;
	top: 1px;
	cursor: pointer;
	background-color: #fff;	
}

.cat-sub-item-hover {
	background-color: #f5f5f5;	

}

.cat-sub-item a {
	color: #333333;	
}

.cat-sub-main {
	background-color: #fff;	
}

.cat-sub-left {
	background-image: url('../images/layout/submenu/left.png');
	background-repeat: repeat-y;
	background-position: left bottom;
	width: 7px;
}

.cat-sub-right {
	background-image: url('../images/layout/submenu/right.png');
	background-repeat: repeat-y;
	background-position: left bottom;
	width: 7px;
}

.cat-sub-bottom {
	background-image: url('../images/layout/submenu/bottom.png');
	background-repeat: repeat-x;
	background-position: left top;
	height: 4px;
}

/*** Top Menu *********************/

.header-settings-div {
	cursor: pointer;	
}

.top-menu {
	position: absolute;
	z-index: 199;
	left: -16px;
	top: 12px;
	display: none;
}

.top-menu-space {
	height: 9px;
	line-height: 0;
	font-size: 0;
	
}

.top-menu table {
	border-collapse: collapse;
}

.top-menu td {
	padding: 0;
	margin: 0;
	white-space: nowrap;
}

.top-sub-side {
	width: 5px;	
}

.top-sub-item {
	padding: 6px 12px;
	border-bottom: 1px solid #3d4d72;
	color: #fff;
	position: relative;
	top: 1px;
	cursor: pointer;
	background-color: #273962;	
	text-transform: none !important;
	text-align: center;
}

.top-sub-item-last {
	border-bottom: 0 !important;
}

.top-sub-item-hover {
	background-color: #3d4d72;	

}

.top-sub-item a {
	color: #fff;	
}

.top-sub-main {
	background-color: #273962;	
}


.top-sub-left {
	background-color: #273962;	
	width: 5px;
}

.top-sub-right {
	background-color: #273962;	
	width: 5px;
}

.top-sub-tl, .top-sub-tr, .top-sub-br, .top-sub-bl {
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	width: 5px;
	line-height: 0;
	font-size: 0;
}

.top-sub-tl {
	background-image: url('../images/layout/submenu/top-left.png');	
}

.top-sub-tr {
	background-image: url('../images/layout/submenu/top-right.png');	
}

.top-sub-br {
	background-image: url('../images/layout/submenu/bot-right.png');	
}

.top-sub-bl {
	background-image: url('../images/layout/submenu/bot-left.png');	
}

.top-sub-bottom {
	background-image: url('../images/layout/submenu/bottom.png');
	background-repeat: repeat-x;
	background-position: left top;
	height: 4px;
}





