#navigation {
	width: 946px;
	height: 45px;
	position: relative;
	z-index: 100;
	background: #1c2159 url("images/nav_bg.png") repeat-x;
}

/* hack for IE */
* html #navigation {
	width: 947px;
	w\idth: 946px;
}

#navigation ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#navigation li {
	float:left;
	position: relative;
}
/***************************          top-level link styles */
#navigation a,
#navigation a:visited {
	padding: 15px 16px 16px 16px;
	margin: 0;
	display: block;
	color: #fff;
	text-decoration: none;
	height: 14px;
}

/* hack for IE */
* html #navigation a,
* html #navigation a:visited {
	padding-bottom: 15px;
	height: auto;
}


/***************************          second-level list style */
#navigation ul ul {
	visibility: hidden;
	position: absolute;
	top: 45px;
	left: 0;
	background: #2a3067 url("images/nav_hover_bg.png") repeat-x;
	margin: 0;
	padding: 0;
	border: 1px solid #5e64a6;
	width: auto;
}

/* hack for IE */
* html #navigation ul ul {
	top:44px;
	t\op:45px;
}

/* remove the IE hack table from the layout */
#navigation table {
	position: absolute;
	top: 0;
	left: 0;
	border-collapse: collapse;
}

/***************************           second-level link style */
#navigation ul ul a,
#navigation ul ul a:visited {
	color: #fff;
	width: 155px;
	padding: 7px 13px 9px 15px;
}

/* shorter style for "products" dropdown */
#navigation ul ul.short a,
#navigation ul ul.short a:visited {
	width: 135px;
}

/***************************           top level hover */
#navigation a:hover,
#navigation ul ul a:hover {
	background:transparent;
	text-decoration: underline;
}
#navigation :hover > a,
#navigation ul ul :hover > a {
	background:transparent;
	text-decoration: underline;
}

/***************************           second-level hover */
#navigation ul ul a:hover {
	background: #5e64a6;
	text-decoration: none;
}

/***************************           show and hide functionality */
#navigation ul li:hover ul,
#navigation ul a:hover ul {
	visibility: visible;
}
#navigation ul :hover ul ul{
	visibility: hidden;
}
#navigation ul :hover ul :hover ul{
	visibility: visible;
}

/* styles for the special case ends */
#navigation #toplevel li.first a {
	padding-left: 36px;
	background: url("images/nav_left_shadow.png") top left no-repeat;
}

#navigation #toplevel li.last {
	float: right;
}

#navigation #toplevel li.last a {
	padding-right: 33px;
	padding-left: 15px;
	background: url("images/nav_right_shadow.png") top right no-repeat;
}

* html #navigation #toplevel li.last a {
	padding-right: 30px;
}
