/* CSS Document */
#navigation
{
	width: 144px;
	margin-left: 1.18em;
	float: right;
	margin-top: 0.55em;
}	

#navigation ul
{
	width: 139px;
	margin: 0;
	padding: 0;
	float: right;
}

#navigation ul li
{
	height: 18px;
	width: 135px;
	border-bottom: 1px solid #2272a5;
	list-style: none;
	margin: 0;
	padding: 0;	
	padding-left: 0.36em;
}

#navigation ul li a
{
	color: #FFFFFF;
	text-decoration: none;
}

#navigation ul li.active
{
	list-style-image: url(../grfx/arrow.gif);
	color: #ffd800;
	font-weight: bold;
	list-style-position: outside;
}

#navigation ul li a:hover
{
	color: #ffd800;
}

#navigation ul li:hover
{
	color: #ffd800;
	background-color: #105079;
}

/* drop downs */

#navigation li ul { 
	position: absolute;
	z-index: 20;
	background: #246F8C;
	width: 175px;
	padding: 0;
	left: -999em;
	border: 0 !important;
}

#navigation li ul li {
	margin: 0;
	padding: 0;
	width: 200px;
	border: 0 !important;
	height: 30px;
	display: block;
	clear: both;
	font-size: 0.85em;
}

#navigation li:hover
{
	background: url(../grfx/bg_nav_item.gif) repeat-x;
	color: #FFFFFF !important;
}

*:first-child+html #navigation li:hover ul, 
*:first-child+html #navigation li li:hover ul, 
*:first-child+html #navigation li.sfhover ul, 
*:first-child+html #navigation li li.sfhover ul { 
	left: auto;
}

#navigation li:hover ul, 
#navigation li li:hover ul, 
#navigation li.sfhover ul, 
#navigation li li.sfhover ul { 
	left: auto;
	margin-left: 135px;
	margin-top: -13px;
}

* html #navigation li:hover ul, 
* html #navigation li li:hover ul, 
* html #navigation li.sfhover ul, 
* html #navigation li li.sfhover ul { 
	margin-left: 0;
}

*:first-child+html #navigation li:hover ul, 
*:first-child+html #navigation li li:hover ul, 
*:first-child+html #navigation li.sfhover ul, 
*:first-child+html #navigation li li.sfhover ul { 
	margin-left: 0;
}


#navigation li ul li a {
	padding: 9px 5px 5px 21px;
	display: block;
	font-weight: normal;
	color: #FFFFFF !important;
	background: #388ea7 !important;
	text-decoration: none;
	width: 175px !important;
	font-weight: bold;
	line-height: 14px;;
	/*border-top: solid 1px #2272a5 !important;*/
	border: 1px solid #2272a5;
	height: 15px;
}

#navigation li ul li a:hover {
	background: #2272a5 !important;
	color: #FFFFFF !important;
}
