@charset "utf-8";
/* CSS Document Flyout-Menu */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/example_flyout.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */

.menu2 {
	width:200px;
	position:relative;
	float:left;
	font-size:11px;
	margin-top:7px;
	margin-left:2px;
	margin-bottom:5px;
	z-index:100;
}

.menu2 ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:200px;
}

.menu2 ul li ul {
	visibility:hidden;
	position:absolute;
	overflow:hidden;
	left:200px;
}

.menu2 ul li {
	float:left;
	background:url(images/dottedhorizontal01.gif) left bottom repeat-x;
	width:200px;

}

.menu2 ul li ul li {
	float:left;
	background:url(images/dottedhorizontal01.gif) left bottom repeat-x;
	width:200px;
}

.menu2 ul li a, .menu2 ul li a:visited {
	display:block;
	float:left;
	color:#000000;
	width:200px;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	background:transparent;
	padding-left:13px;
	line-height:25px;
	background:url(images/hk_bltarrow01.gif) 190px 10px no-repeat;
}

.menu2 ul li ul li a, .menu2 ul li ul li a:visited {
	color:#000000;
	font-weight:normal;
}

* html .menu2 ul li a, * html .menu2 ul li a:visited {
	width:200px; w\idth:188px;
}

.menu2 table {
	border-collapse:collapse;
	border:0;
	margin:0;
	padding:0;
	font-size:1em;
	position:absolute;
	left:0;
	top:0;
}

/* first line for IE7 and non-IE browsers - second line for IE5.5 and IE6 */
.menu2 ul li:hover a,
.menu2 ul li a:hover {
	color:#ffffff;
	background:#000000 url(images/hk_bltarrow02.gif) 190px 10px no-repeat;

}

.menu2 ul li:hover {
	position:relative;
	z-index:90;
}

* html .menu2 ul li a:hover {
	position:relative;
	z-index:100;
}

.menu2 ul li:hover ul,
.menu2 ul li a:hover ul {
	visibility:visible;
	position:absolute;
	top:-1px;
	height:auto;
	border:#EEEEEE 1px solid;
	border-right:#000000 3px solid;
	border-bottom:#000000 3px solid;
	background:#DDDDDD;
	overflow:hidden;
}

.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a{
	display:block;
	background:transparent;
	color:#000000;
	line-height:15px;
	padding:5px 0 5px 10px;
	height:auto;
	text-decoration:none;
}

.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {
	background:#000000;
	color:#FFFFFF;
}

