#navigation {
	text-align:left;
	float:left;
	padding:20px 5px 0px 5px;
	margin:20px 5px 0px 5px;
	width:10em;
	font-family: verdana,Arial, Helvetica, serif;
	font-size:0.9em;
	border: 2px solid #000066;
}
#navigation #tagbreakout {
	width:90%;
	font-size:.9em;
}
#navigation a {
	position:relative;
	color: #009933;
	text-decoration:none;
	display:block;
	width:100%;
	margin:5px 0px 1px;
}
#navigation a:link {
	text-decoration:none;
}
#navigation a:visited {
	text-decoration:none;
}
#navigation a:hover {
	color:#000033;
	background-color:transparent;
	text-decoration:underline;
}
#navigation a:active {
	text-decoration:none;
}
#navigation dl {
	width:95%;
	border:1px solid #0033CC;
}
#navigation dl dt{
	height:1.5em;
	font-size: 1em;
	font-weight: bold;
	color: #FFFF00;
	background-color: #0033CC;
	padding:0 0 0 5px;
}
/*#navigation dl dt:hover {
	color: #66FF00;
}*/
#navigation dl dd {
	margin-left:15px;
}
#navigation dl#currentcat dt {
	background-color: #669900;
	color: #000033;
}
#navigation dl#currentcat dd {
	font-size:0.75em;
}
#navigation dl#latest dt {
	background-color: #FFFF99;
	color: #000033;
}
#navigation dl#latest dd {
	font-size:0.75em;
}

/* login box */
#login_block {
	position:relative;
	font-size:0.7em;
}
.login_row {
	position:relative;
	width:100%;
	clear:both;
}
#login_block .login_row div {
	width:45%;
	float:left;
}
#login_block .login_row .check_box {
	width:15%;
}
#login_block .login_row .check_legend {
	width:80%;
}
dl img {
	float:left;
	margin:0 .5em;
}