

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	background-color:#0089C0;
	width:180px;


}
#navigation a.head {
	cursor:pointer;
	/*border:1px solid #FFFFFF;
	background:#5263AB  no-repeat scroll 3px 4px; */
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0px;
	padding:4px 10px 4px 14px;
	text-decoration: none;
	background-color: #70c7e5;
	background-image: url(../images/nav_l1.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: 2px solid #FFFFFF;
	line-height: 16px;	
}
#navigation a.head:hover {
	color:#014984;
	background-image: url(../images/nav_menu.jpg);
	background-repeat: repeat-x;
}
#navigation a.selected {
	color:#014984;
	background-image: url(../images/nav_l1.jpg);
	}
#navigation a.current {
	background:url(../images/nav_hi.jpg) no-repeat bottom #70aacf;
	color:#FFFFFF;
}
#navigation ul {
	background-image: url(../images/nav_bg.jpg);
	background-position:top;
	background-repeat: repeat-x;
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
	width: 180px;
	border-bottom: 2px solid #FFFFFF;
}
#navigation li {
	list-style-type:none; 
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:0px;
}
#navigation li li a {
	color:#FFFFFF;
	display:block;
	padding:4px 0px 4px 20px;
	text-decoration: none;
	line-height: 16px;	
	padding-right:5px;
}
#navigation li li a:hover {

	background:url(../images/nav_hi.jpg) no-repeat bottom #70aacf;
	color:#FFFFFF;
}


