/* ================================================================ 
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/sector_menu_lefts/final_drop3.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* style the outer div to give it width */
.sector_menu_left {
	position: relative;
	margin: 0px 0px 0px 0px;
	height: 33px;
	width: 214px;
	top: 0px;
	left: 0px;
	float: left;
	padding: 0px 0px 0px 0px;
	text-align: left;
	z-index: 1000;
}

.sector_overflow { overflow: hidden; }

/* remove all the bullets, borders and padding from the default list styling */
.sector_menu_left ul {
	position: relative;
	padding: 0;
	margin: 0;
	height: 32px;
	top: 0px;
	left: 0px;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown sector_menu_left positon */
.sector_menu_left ul li {
	float: left;
	height: 30px;
	list-style-type:none;
	width: 214px;
	padding: 0px 0px 0px 0px;
}

/* style the sub level list items */
.sector_menu_left ul ul li {
	display: block;
	height: auto;
	position: relative;
	width:157px;
	margin:0px 0 0 0;
	padding:0 0px 0px 0px;
	line-height:1px;
	float:left;
}

/* style the links for the top level */
.sector_menu_left a, .sector_menu_left a:visited {
	display: block;
	float: left;
	height: 100%;
	font-size:1em;
	text-decoration: none;
	color: #666565;
	padding: 0px 0px 0px 0px;
}

.sector_menu_left a, .sector_menu_left a:visited {
	width: 204px;
	display: block;
	float: left;
	height: 100%;
	font-size: 1em;
	text-decoration: none;
	color: #666565;
	padding: 4px 0px 0px 10px;
}

/* style the sub level links */
.sector_menu_left ul ul a, .sector_menu_left ul ul a:visited {
	display: block;
	background: #ededed;
	color: #000;
	width: 147px;
	height: 100%;
	line-height: 1em;
	padding: 5px 5px;
}

.sector_menu_left ul li.sector_menu_left_top_level a, .sector_menu_left ul li.sector_menu_left_top_level a:visited { border-top: solid 1px #ccc; }
.sector_menu_left ul table ul a, .sector_menu_left ul table ul a:visited  { width:147px; w\idth:147px; }

/* style the table so that it takes no part in the layout - required for IE to work */
.sector_menu_left table { position:absolute; left:0; top:0; font-size:1em; z-index:-1; }
.sector_menu_left ul ul table { lef\t:-1px; }
.sector_menu_left ul ul table ul.left { margin-lef\t:2px; }

.sector_menu_left li:hover { position:relative; }
* html .sector_menu_left a:hover { position:relative; }

/* style the level hovers */
/* first */
.sector_menu_left a:hover { color:#000; }
.sector_menu_left :hover > a { color:#000; }

/* second */
.sector_menu_left ul ul a:hover{ color:#fff; background:#ee2e24; text-decoration: none; }
.sector_menu_left ul ul :hover > a { color:#fff; background:#ee2e24; text-decoration: none; }

/* hide the sub levels and give them a positon absolute so that they take up no room */
.sector_menu_left ul ul { visibility: hidden; position: absolute; height: 0; top: 0px; left: 6px; width: 140px; }

/* make the second level visible when hover on first level list OR link */
.sector_menu_left ul li:hover ul, .sector_menu_left ul a:hover ul {
	position: absolute;
	visibility: visible;
	width: 471px;
	height: auto;
	padding-bottom: 0em;
	background: #ededed;
	float: right;
	right: 0px;
	top: 33px;
	border: solid 1px #c5c5c5;
}