/* ================================================================ 
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/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu { 
	position: relative;
	width: 1000px;
	z-index: 100;
	color: #FFFFFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

/* hack to correct IE5.5 faulty box model */
* html .menu { 
	width: 1000px;
	width: 998px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul { 
	margin: 0px;
	padding-left:34px;
	list-style-type: none;
	float: left;
}

.menu ul ul {
	width: 150px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li { 
	padding: 0px 19px;
	float: left;
	position: relative;
}

.menu li .divider { 
	line-height: 30px;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display: inline-block;
	padding-top: 8px;
	height:22px;
	font-size: 10px; 
	text-decoration: none;
	color: #FFF; 
	font-weight: bold;
	outline: none;
}
.menu li a:hover{
	color:#FF9900;
}

/* a hack so that IE5.5 faulty box model is corrected 
* html .menu a, * html .menu a:visited { 
	width: 149px;
	w\idth: 138px;
}*/

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul { 
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 28px;
	left: -45px;
	width: 150px;
}

.menu ul ul.useful { 
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 28px;
	left: -103px;
	width: 150px;
}


/* another hack for IE5.5 */
* html .menu ul ul { 
	top: 28px;
	t\op: 27px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

/* style the second level links*/ 
.menu ul ul a,
.menu ul ul a:visited,
.menu ul ul.useful a,
.menu ul ul.useful a:visited {
background: #0089b3;
	color: #FFF;
	height: auto;
	line-height: 1em;
	padding: 6px 10px;
	width: 150px;
	border-width: 0 1px 1px 1px;
	border: #FFF 1px solid;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
	width: 150px;
	w\idth: 149px;
}

/* style the top level hover */
.menu a:hover{
	color:#FF9900;
	background:#0377a6;
	text-decoration: none;
}

.menu ul ul a:hover{
	color:#FF9900;
	background:#0377a6;
	text-decoration: none;
}

.menu :hover > a {
	color:#FFF;
	background:#0377a6;
	text-decoration: none;
}

.menu ul ul :hover > a {
	color:#FF9900;
	background:#0377a6;
	text-decoration: none;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
	visibility: visible;
}

.leftmenu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #FFFFFF;
	font-size: 12px;
}
.leftmenu li{
	margin: 0px 0px 10px 0px;
	padding:4px 0px 4px 15px;
	list-style: none;
	background: url(../images/navi/left-navi.jpg);
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.leftmenu li a:link,
.leftmenu li a:visited,
.leftmenu li a:active{
	display:block;
	list-style: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}
.leftmenu li:hover{
	list-style: none;
	background: url(../images/navi/left-navi-o.jpg);
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
}
.leftmenu li a:hover{
	list-style: none;
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
}
