div#MainMenu, div#FeedMenu
{
	font-size: 92%;
}

div#MainMenu div.Level0, div#FeedMenu div.Level0
{
	padding: 0.5em 0em 0.5em 0.5em;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
}

div#MainMenu div.Level0current
{
	padding: 0.5em 0em 0.5em 0.5em;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	
	color: #9FB2CE;
}

div#MainMenu div.Level1
{
	margin: 0.75em 0em 0em 0em;
	padding: 0em 0.5em 0em 11px;
	font-weight: normal;
	background: url(/_site/_img/icon/icon-a-internal-menu.png);
	background-repeat: no-repeat; 
	background-position: left 3px; 
}

div#MainMenu div.Level1current
{
	margin: 0.75em 0em 0em 0em;
	padding: 0em 0.5em 0em 11px;
	font-weight: normal;
	
	color: #9FB2CE;
	background: url(/_site/_img/icon/icon-a-internal-menu-current.png);
	background-repeat: no-repeat; 
	background-position: left 3px; 
}

div#MainMenu a, div#FeedMenu a
{
	display: block;
	color: #FFF;
}

div#MainMenu a:hover, div#FeedMenu a:hover
{
	color: #9FB2CE;
	text-decoration: none;
}

div#FeedMenu div.Level0
{
	padding-left: 22px;
	background: url(/rss/icon-rss-feed.png); 
	background-repeat: no-repeat; 
	background-position: 5px 6px; 
}