#topLinks ul {
	float: right;
	list-style-type: none;
}

#topLinks ul li {
	display: inline;
	background: url(../images/icons/greyListSeparator.gif) 6px 3px no-repeat;
}

#topLinks ul li.first {
	background: none;
}

#topLinks  ul li.first {
	background: none;
}

#topLinks ul li a {
	font-size: 1.09em;
	color: #666;
	padding: 0 0 0 15px;
	text-decoration: none;
}

#topLinks ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#topLinks  ul li.selected a 
{
	color: #0abdf3;
}


/***************************************
		TOP NAVIGATION
***************************************/
#topNavigation ul {
	float: left;
	list-style-type: none;
	margin: 0 0 5px 0;
}

#topNavigation ul li {
	display: inline;
	background: url(../images/icons/greyTopNavSeparator.gif) 0 5px no-repeat;
	padding: 0 0 0 10px;
	float: left;
}

#topNavigation ul li.first {
	background: none;
	border-left: none;
	padding: 0 10px 0 0;
}

#topNavigation ul li span 
{
	font-size: 20px;
	margin: 0 5px 0 10px;
	float: left;
}

#topNavigation ul li.first span 
{
	margin: 0 5px 0 0;
}

#topNavigation ul li a {
	/*font-size: 1.55em;*/

	color: #003292;
	padding: 0 0 0 0px;
	text-decoration: none;
	float: left;
}


#topNavigation ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#topNavigation ul li.selected,
#topNavigation ul li.selected a 
{
	color: #9d9ea2;
}

/***************************************
		BREADCRUMBS
***************************************/
#breadcrumbs ul 
{
	float: left;
	list-style-type: none;
	margin: 6px 0 0 10px;
	display: inline;
}

#breadcrumbs ul li
{
	display: inline;
	color: #9d9ea2;
	font-size: 1.09em;
	margin-right: 5px;
}

#breadcrumbs ul li a 
{
	color: #9d9ea2;
	font-size: 1.09em;
	text-decoration: none;
}

#breadcrumbs ul li a:hover 
{
	text-decoration: underline;
}

/***************************************
		LEFT NAVIGATION
***************************************/
#leftArea ul 
{
	margin: 45px 0 0 27px;
	float: left;
	display: inline;
	list-style-type: none;
}

#leftArea ul li 
{
	margin: 0 0 9px 0;
}

#leftArea ul li a 
{
	font-size: 1.27em;
	color: #9d9ea2;
	text-decoration: none;
}

#leftArea ul li.expanded 
{
	margin: 0 0 9px 0;
}

#leftArea ul li.selected a,
#leftArea ul li.expanded a
{
	color: #0abdf3;
}

#leftArea ul li.level1 {
	margin: 0 0 5px 0;
}

#leftArea ul li.level1 a 
{
	background: url(../images/icons/icon_leftNav.gif) 15px 4px no-repeat;
	padding: 0 0 0 28px;
}

#leftArea ul li.level1selected {
	margin: 0 0 5px 0;
}


#leftArea ul li.level1selected a {
	color: #0abdf3;
	background: url(../images/icons/icon_leftNav_selected.gif) 15px 4px no-repeat;
	padding: 0 0 0 28px;
}

#leftArea ul li.disabled 
{
	display: none;	
}

/***************************************
		NEWS RIGHT
***************************************/

#newsRightnavigation {
	float:right;
	width:160px;
	/*min-height:244px;*/
}


#newsRightnavigation ul {
	margin:18px 9px;
	width: 132px;
	list-style: none;
	list-style-type: none;
	border-top: 1px solid white;
}

#newsRightnavigation ul li 
{
	margin: 0;
	padding: 0;
}

#newsRightnavigation ul li a {
	display: -moz-inline-block;
	display: inline-block;
	font-size:10px;
	color:white;
	text-decoration:none;
	text-transform:uppercase;
	padding: 5px 10px 5px 0;
	background: url(/i/front/layout/bg_rightnav_arrow.gif) right 8px no-repeat;
	width: 100%;
	border-bottom: 1px solid white;
	font-weight:bold;
}

#newsRightnavigation ul li a:hover {
	text-decoration:underline;
}

#newsRightnavigation ul li a.selected {
	color:#222222;
	background: url(/i/front/layout/bg_rightnav_selected_arrow.gif)  right 8px no-repeat;
}


/***************************************
		FOOTER
***************************************/
#footer ul {
	list-style-type: none;
	margin: 25px 0 5px 0;
}

#footer ul li {
	display: inline;
	background: url(../images/icons/greyListSeparator.gif) 6px 3px no-repeat;
}

#footer ul li.first {
	background: none;
}

#footer  ul li.first {
	background: none;
}

#footer ul li a {
	font-size: 1.09em;
	color: #666;
	padding: 0 0 0 15px;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #000;
	text-decoration: underline;
}

#footer ul li.selected a 
{
	color: #0abdf3;
}

/***************************************
		SUBMENU
***************************************/

.submenu {
	position:absolute;
	visibility: hidden;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height: 18px;
	z-index: 1000;
	background-color: #ccc;
	width: 205px;
	text-align:left;
}

.submenu a {
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	color: white;
	color: #666;
}

.submenu a:hover { /*hover background color*/
	background-color: #0abdf3;
	color: white;
	text-decoration: none;
}

.submenu ul 
{
	list-style-type: none;
}