#navigation {
	position:relative;
	left:27px;
	top:50px;
	background-color:#000000;
	width:223px;
	font-size:10pt;
	color:#FFF;
	background-color:#000;
}

#navigation .item {
	background-image:url(../images/navigationBackground.jpg);
	height:25px;
}

#navigation .item:hover, #navigation .item.hovered, #navigation .itemSelected {
	height:25px;
	background-image:url(../images/navigationBackgroundOver.jpg);
	cursor:pointer;	
}

#navigation .item a, #navigation .itemSelected a {
	top:10px;
	padding-left:18px;
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}

/*****************************************************************************/

#subNavigation {
	float:right;
	position:relative;
	right:25px;
	top:30px;
	font-size:8pt;
	z-index:1000;
}

#subNavigation .subItem {
	position:relative;
	background-image:url(../images/subNavigationBackgroundUp.png);
	width:193px;
	height:54px;
}

#subNavigation .subItem:hover, #subNavigation .subItem.hovered, #subNavigation .subItemSelected {
	position:relative;
	background-image:url(../images/subNavigationBackgroundOver.png);
	width:193px;
	height:54px;
	cursor:pointer;
}

#subNavigation .subItem a, #subNavigation .subItemSelected a {
	position:relative;
	left:15px;
	text-decoration:none;
	top:10px;
	color:#FFFFFF;
	cursor:pointer;
}

#subNavigation .subItemText {
	position:relative;
	width:160px;
}