﻿ul#navigation li 
{
	position: relative;
		z-index: 3;
}

ul#navigation ul 
{
	list-style: none;
	position: absolute;
		z-index: 3;
	visibility: hidden;

	height: 0px;
	width: 248px;
}

ul#navigation li.last-child ul 
{
	right: 0px;
}

/* For IE6 and below only. */
ul#navigation a ul 
{
	left: 0px;

	margin-top: 44px;
}

/*
ul#navigation li:hover a *//* > *//*
{
	background-image: url(../images/nav/hover.gif);
}

ul#navigation li.current a, 
ul#navigation li.current:hover a
{
	background-image: url(../images/nav/current.gif);
}

ul#navigation li.hasSubnav:hover a *//* > *//*
{
	background-image: url(../images/nav/hover.gif);
}
*/

ul#navigation li:hover ul a
{
	background-image: none !important;
}

ul#navigation ul li 
{
  background-color: #132940;
	
	height: 31px;
	width: 248px;
}

ul#navigation ul li.last-child
{
	height: 45px;
}

/* style the second level background */
ul#navigation ul a, 
ul#navigation ul a:visited 
{
	background-color: #132940;
	background-image: none;
	line-height: 30px;
	text-decoration: none;
	
	border-bottom: 1px solid #1e344a;
	margin: 0px 16px;
	padding: 0px 5px;
	
	height: 30px;
	width: auto !important;
}

ul#navigation ul li.last-child a
{
	border-bottom: 0px;
	
	height: 45px;
}

/* IE 6 fix to trigger has layout. */
ul#navigation a:hover
{
  background-color: #132940;
}

/* style the second level hover */
ul#navigation ul a:hover
{
	background-image: none;
	color: #ffffff;
}


/* another hack for IE5.5 */
* html ul#navigation ul 
{
	/*top: 5px;
	t\op: 5px;*/
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
ul#navigation table 
{
	position: absolute;
		top: 0px;
		left: 0px;
		z-index: 3;
}

ul#navigation li.last-child table
{
	right: 0px;
}

/* style the second level links */
ul#navigation ul a, 
ul#navigation ul a:visited 
{
	background-color: #132940;
	background-image: none;
  color: #7a97b8;
}

/* yet another hack for IE5.5 */
* html ul#navigation ul a
{
	/*width: 160px;
	w\idth: 160px;*/
}

ul#navigation ul a:hover
{
  color: #ffffff;
}

ul#navigation :hover > a 
{
	color: #ffffff;
}

ul#navigation ul :hover > a 
{
  color: #ffffff;
}

/* make the second level visible when hover on first level list OR link */
ul#navigation li:hover ul, 
ul#navigation a:hover ul
{
  visibility: visible;
}