/* CSS Document */


/* common styling */
.menu_left {
	width:150px;
	float: left;
	position: relative;
	margin: 0px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}

.menu_left ul li a, .menu_left ul li a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	width:150px;
	height:25px;
	line-height:25px;
	text-indent: 5px;
}

.menu_left ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
}

.menu_left ul li {
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left;
}

.menu_left ul li ul {display: none;}

/* specific to non IE browsers */
.menu_left ul li:hover a {
	color:#fff; 
	background:#B0BFDE;
}

.menu_left ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	left:150px;
	width:177px;
	z-index: 100;
}

.menu_left ul li:hover ul li a.hide {
	background:#B0BFDE; 
	color:#000;
}

.menu_left ul li:hover ul li:hover a.hide {
	width:177px;
}

.menu_left ul li:hover ul li ul {
	display: none;
}

.menu_left ul li:hover ul li a {
	display:block; 
	background:#B0BFDE; 
	color:#fff; 
	width:177px;
}

.menu_left ul li:hover ul li a:hover {
	background:#B0BFDE; 
	color:#000;
}


/**********************************************************************************/
/**** NAVIGATION RIGHT ****/
/**********************************************************************************/

/* common styling */
.menu_right {
	width:190px;
	font-size:11px;
	z-index: 1000;
	float: right;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.menu_right ul li a, .menu_right ul li a:visited {
	display:block;
	text-decoration:none;
	color:#fff;
	width:190px;
	height:25px;
	line-height:25px;
	font-size:11px;
	text-indent: 5px;
}

.menu_right ul {
	padding:0; 
	margin:0;
	list-style-type: none;
}

.menu_right ul li {
	float:left;
	margin-right:1px;
	position: relative;
}

.menu_right ul li ul {display: none;}

/* specific to non IE browsers */
.menu_right ul li:hover a {
	color:#fff;
	background:#B0BFDE;
}

.menu_right ul li:hover ul {
	display:block;
	position:absolute;
	top:0;
	width:177px;
	right: 189px;
	z-index: 100;
}

.menu_right ul li:hover ul li a.hide {
	background:#B0BFDE; 
	color:#000;
}

.menu_right ul li:hover ul li:hover a.hide {
	width:177px;
}

.menu_right ul li:hover ul li ul {
	display: none;
}

.menu_right ul li:hover ul li a {
	display:block; 
	background:#B0BFDE; 
	color:#fff; 
	width:177px;
}

.menu_right ul li:hover ul li a:hover {
	background:#B0BFDE; 
	color:#000;
}
