

#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:#1b417f;
	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 14px 4px 14px;
	text-decoration: none;
	background-color: #0095d4;
	background-position: bottom;
	background-repeat: repeat-x;
	border-bottom: 2px solid #FFFFFF;
	line-height: 16px;

	font-size:80%;
}
#navigation a.head:hover {
	background-color:#1b417f;
	background-repeat: repeat-x;
}
#navigation a.selected {
	background-color:#1b417f;
	background-repeat: repeat-x;
	font-weight:bold;
	}
#navigation a.current {
	color:#FFFFFF;
}
#navigation ul {
	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;
	/*background:transparent;*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:0px;
}
#navigation li ul li a {
	color:#FFFFFF;
	background:url(../images/white-ul.gif) no-repeat 15px 9px;
	display:block;
	padding:4px 0px 4px 25px;
	text-decoration: none;
	line-height: 16px;	
	padding-right:5px;
	

	font-size:80%;
}
#navigation li li a:hover {
	color:#00b3ff;
}

