/*@charset "utf-8";
/* CSS Document 

#left_nav {
	width: 162px;
	float: left;
}

#left_nav ul {
	margin-top: 0px;
	padding-top: 7px;
	list-style-type: none;
	margin-left: 0px; 
	padding-left: 0px; 
	width: 162px;
	float: left;
	
	
}

#left_nav ul li {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 21px;
	margin-left: 0px;
	padding-right: 46px;
	text-align: right;	
}

#left_nav ul li a {
	color: #073b6b;	
	text-decoration: none;
}

#left_nav ul li ul {
	display: none;
}


/*************************************/

#info {height:400px;}

.menu {
z-index:1000;
font-size:90%;
margin: 15px 0 50px 0px; /* this page only */
	width: 180px;
	float: left;
	position: relative;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0 0 0 6px; /*new for centering menu*/
margin:0;
list-style-type:none;
width:120px;
/*border: 1px solid red;*/


}
/* hack for IE5.5 */
* html .menu ul {margin-left:-16px; ma\rgin-left:0;}
/* position relative so that you can position the sub levels */

.menu li {
position:relative;
background:none; /*** was #d4d8bd */ 
height:32px;  /* was 26  moved to 32 for test */
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13pt;
        _font-size: 12pt;
	text-align: right;
	margin-left: 0px;
	margin-bottom: 25px;
	text-align: center;

}

li.single {
	margin-bottom: 8px;
}
	.menu ul ul li { /* changed from li ul li*/
	background: #C3D1EB;
	/*background: url("../images/birk_flyout_bg.jpg");*/ /*#073b6b*/
	color: #fff;
	text-align: left;
	margin-bottom: 0px;
	width: 165px;/*added to widen li item, so text does not wrap*/
			z-index: 10000;
			position:relative;
			border:1px solid #073b6b;
			border-width: 0px 1px 1px 1px;
	}

	
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* style the links */
.menu a, .menu {
display:block; 
text-decoration:none;
height:25px;
line-height:18px; /*was 22 above was 25*/
width:120px; 
color:#073b6b; /*** was #000 */
text-indent:5px;
	/***border:1px solid #fff; */
	/***border-width:0 1px 1px 0; */
	/*padding-right: 5px;*/
_margin-left: -10px; /*********************************************/

}

	.menu ul ul li a, .menu ul ul li a:visited { /* changed from li ul li*/
		/*border:1px solid #D9C1A7; 
		border-width:0 0px 1px 0; */
				display:block; 
		width: 165px; /*changed from 120 to widen li item, so text does not wrap*/
		>width: 163px; /* for ie6 and 7*/ /*was 118*/
			z-index: 10000;
			position:relative;
	}

	.menu ul ul li a { /* changed from li ul li padding was 4px jgh*/
		color: #073b6b;
		font-size: 11px;
		line-height:12px;  /* was 12 */
		_line-height: 16px;
		height:22px;  
		padding-top: 7px;
		padding-left: 1px;
			z-index: 10000;
			position:relative;
	}
	
	.menu ul ul li a:hover { /* changed from li ul li*/
		color: #666666;
			z-index: 10000;
			position:relative;
	}
	
	
/* hack for IE5.5 */

* html .menu a, * html .menu a:visited {background:none; width:150px; w\idth:149px;}
/* style the link hover */
* html .menu a:hover h4:hover {color:#fff; background: #073b6b;}

*html .menu ul ul li a:hover {background: none;}

.menu :hover > a {
/*color:#fff; */
background:none; /*** was #949e7c; */
/*z-index:2000;*/
}
h4.slideout :hover 
{
    color: #666666;
			z-index: 10000;
			position:relative;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:0;
left:110px;
_left: 130px; /**************************************/
			z-index: 10000;

}
/* 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;
	z-index: 10000;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover 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;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
visibility:visible;
}





