/* ================================================================ 
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 */


.menu {
position:relative;
z-index:101;
width: 950px; 
background-color:#468BCA;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:127px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
position:relative;
float:left;
background-color:#468BCA;
}
/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
text-decoration:none; 
color:#fff; 
width:134px; 
height:26px; 
border:1px solid #fff; 
border-width:0 1px 0px 0; 
background-color:#468BCA; 
line-height:25px;
text-align: center;
font-weight: bold;
}
.menu a.sub-item {
background: url(../images/more-corner-white.gif) #468BCA right bottom no-repeat;
}
/* style the second level background */
.menu ul ul a, .menu ul ul a:visited {
background-color:#468BCA;
}
/* style the second level hover */
.menu ul ul a:hover{
background-color:#0B4577;
text-decoration: none;
}
.menu ul ul :hover > a.drop {
background-color:#0B4577;
text-decoration: none;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background-color:#468BCA;;
color: #fff;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background-color:#0B4577;
text-decoration: none;
}


/* 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:24px;
left:-1px; 
width:132px;
border-top: 1px solid #fff;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:24px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:132px; 
top:0;
width:132px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no part in the layout - required for IE to work*/ 
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background-color:#468BCA; 
color:#fff; 
height:auto; 
line-height:16px; 
padding:5px;  
width:124px;
font-weight: normal;
border: 1px solid #fff;
border-width:0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a{
width:127px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#fff; 
background-color: #0B4577;
text-decoration: none;
}
.menu :hover > a{
color:#fff;
background-color:#0B4577;
}
.menu ul ul a:hover,.menu ul ul :hover > a{
background-color: #0B4577;
}
/* 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; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

/* Left-hand Menu */
.menu2{
	width:160px; 
	height:410px; 
	position:relative; 
	font-size:12px; 
	margin:0; 
	z-index:100;
}
.menu2 ul {
	padding:0; 
	margin:0; 
	list-style-type: none; 
	background-color:#468BCA; 
	width:160px; 
	height:410px; 
	border:1px solid #fff;
	border-left: 0px;
}
.menu2 ul li ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	overflow:hidden; 
	top:0; 
	left:160px;
}
.menu2 ul li {
	float:left;
	border-bottom:1px solid #fff;
}
.menu2 ul li a, 
.menu2 ul li a:visited {
	display:block; 
	float:left; 
	text-decoration:none; 
	color:#fff; 
	font-weight: bold;
	width:150px;  
	line-height:16px; 
	font-size:12px; 
	background:transparent; 
	padding:5px;
}
* html .menu2 ul li a, 
* html .menu2 ul li a:visited {
	width:160px; 
	w\idth:150px;
}

.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{
	background-color:#0B4577; 
	color:#fff;
}

.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; 
	height:auto; 
	border:1px solid #fff; 
	border-width: 0 1px 0 1px;
	background-color:#468BCA; 
	overflow:visible;
}
.menu2 ul li:hover ul li a,
.menu2 ul li a:hover ul li a{
	display:block; 
	background:transparent; 
	color:#fff; 
	line-height:16px; 
	padding:5px; 
	height:auto; 
	text-decoration:none;
}

.menu2 ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover {
	background:#0B4577; 
	color:#fff;
}
.menu2 ul li:hover ul li ul,
.menu2 ul li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	height:0; 
	overflow:hidden; 
	top:0; 
	left:160px;
}
.menu2 ul li:hover ul li:hover ul,
.menu2 ul li a:hover ul li a:hover ul {
	visibility:visible; 
	position:absolute; 
	height:auto; 
	color:#000; 
	padding:0; 
	border-left:1px solid #fff; 
	list-style-type:none; 
	background-color:#468BCA;
}
.menu2 ul li:hover ul li:hover ul li a,
.menu2 ul li a:hover ul li a:hover ul li a {
	display:block; 
	background-color: #468BCA;
}

.menu2 ul li:hover ul li:hover ul li:hover a,
.menu2 ul li a:hover ul li a:hover ul li a:hover {
	background-color:#0B4577; 
	color:#fff;
}
.menu2 ul li:hover ul .sub,
.menu2 ul li a:hover ul .sub{
background: url(../images/more-corner-white.gif) #468BCA bottom right no-repeat;
}
.menu2 ul li:hover ul li:hover a.sub,
.menu2 ul li a:hover ul li a.sub:hover{
background: url(../images/more-corner-white.gif) #0B4577 bottom right no-repeat;

}
/*
.menu2 ul li:hover ul .sub,
.menu2 ul li a:hover ul .sub,
*/