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

/* START MENU STYLE */

.header .nav {
    float: left !important;
}

.rtl_menu div {
	z-index: 999999;
}

.rtl_menu {
	position: relative;
	/*width: 681px;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	z-index: 1000;
	text-align: right;
}

.rtl_menu .rtl_subitem {
	cursor: pointer;
	position: relative;
	float: left;
	padding: 0px 10px;
	height: 24px;
	line-height: 24px;
	color: #666;
	text-decoration: none;
}

.rtl_menu td {
	height: 25px;
	line-height: 25px;
	cursor: pointer;
	position: relative;
	display: inline;
	padding: 6px 12px;
}

.rtl_menu a {
	color: #666;
	text-decoration: none;
}

.rtl_menu td.hover {
	font-weight: bold;
}

.rtl_menu td.hover a {
	color: #333;
}

.rtl_submenu {
	position: absolute;
	background-color: #fff;
	top: 24px;
	left: 0px;
	width: 180px;
	z-index: 1500;
	text-align: right;
	/*white-space: nowrap;*/
}

.rtl_submenu a td {
	color: #666 !important;
	font-weight: normal;
	border:1px solid #CDCDCD;
	border-top:none;
	/*white-space: nowrap;*/
}

.rtl_submenu a:hover, .rtl_submenu a td.hover {
	color: #333 !important;
	font-weight: bold !important;
	/*white-space: nowrap;*/
}

.rtl_submenu td {
	float: none;
	display: block;
	padding: 6px 14px;
	height: 13px;
	line-height: normal;
	z-index: 1500;
	border:1px solid #CDCDCD;
	border-top:none;
	/*border-bottom: 1px solid #333;*/
	width: 152px;
	background-color:#fff;
}

.rtl_submenu td.hover {
	background-color: #ECECEC;
}

/* END MENU STYLE */