@charset "utf-8";

/* For Menu Testing Only */

body, html{margin:0;padding:0;}
body{height:764px;}
.hand{cursor:pointer;}
.help{cursor:help;}

/* CSS Popout Menu */

#menu{
	position:relative;
	width:130px;
	text-align: right;
	z-index: 150;
	margin-top: 35px;
	margin-left: 35px;
	
	
}

#menu a, #menu h2{
	display:block;
	font:bold 11px/15px verdana;
	text-indent:8px;
	width:130px;
	color: #015A9C;
	text-align: left;
}

#menu a{
	text-decoration:none;
}

#menu a, #menu a:visited{
	color:#015A9C;
	text-indent:8px;
}

#menu a:hover{
	color:#7696C5;
	height: 15px;
	text-indent:8px;
}

#menu a:active{
color:#7696C5;
}

#menu h2{
color:#ffffff;
text-transform:none;
margin:0;
padding:1px 0 0 0;
width:165px;
}

#menu li{
	list-style-type:none;
	color: #999;
}

#menu ul li{
	position:relative;
	color: #999;
	background-image: url(/images/t/morningwalk/nav_bg.jpg);

}
#menu ul li li a{
	margin-left: 18px;
	width: 180px;
	text-align: left;
	background-image: url(/en/introductions/templates/morningwalk/images/nav_bg2.jpg);
}

#menu li ul{
position:absolute;
top:0;
left:130px;
display:none;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */

div#menu ul, #menu ul ul, div#menu ul ul ul{
margin:0;
padding:0;
list-style-image:none;
width:150px;
}

div#menu ul ul, div#menu ul ul ul, div#menu ul li:hover ul ul, div#menu ul li:hover ul ul ul{
display:none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul{
display:block;
}

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
text-indent:8px;
color:#999;

}

#menu a.x:hover{
color:#ccc;

}

#menu a.x:active{
color:#999;
}