.navmenu a {
	color: #0f5d95;
	font-size: 10px;
	display: block;
	border-bottom: 1px solid #9ac1dc;
	text-decoration: none;
	padding-left: 2px;
	text-align: right;
	line-height: 30px;
	padding-right: 10px;
	background: #f8fdff url(../media/li_bk_up.gif);
	border-right: 1px solid #9ac1dc;
	border-left: 1px solid #9ac1dc;
	margin-bottom: 5px;
	border-top: 1px solid #9ac1dc;
}

.navmenu a:hover {
	background: url(../media/li_bk.png) repeat;
}

.navmenu li {
	list-style-type: none;

}

.MnuSub a {
	color: #f74016;
	font-size: 10px;
}

.source a {
	color: #0f5d95;
	font-size: 10px;
	border-bottom: 1px solid #9ac1dc;
	background: #fbfeff none repeat-x 0 top;
}

.source a:hover {
	color: #0f5d95;
	background: url(../media/li_bk.png) repeat;
	font-size: 10px;
}

.navmenu {
	width: 216px;
}

/* fuckin IE6 = nightmare! */

*html .navmenu li {
	list-style-type: none;
	margin-bottom: 0;
	padding-bottom: 0;
	height: 20px;
}

*html .navmenu {
	margin-right: 6px;
}
	