.sitemap a
{
	color: #333333;
	text-decoration:none;
	width:100%;
}
.sitemap a:hover
{
	color: #3B73B9;
}
.sitemap a:visted
{
	color: #333333;
	text-decoration:none;
}
.sitemap UL 
{
	list-style: none;
	padding:0px;
	margin-top:4px;
	margin-bottom:4px;
}
.sitemap LI
{
}
.sitemap .ekflexmenu 
{
	padding:0px;
	margin:0px;
	font-size: 12px;
    font-family: Arial;
    
}
.sitemap .ekflexmenu_submenu_items 
{
	font-weight:normal;
	margin-left:0px;
}
.sitemap .ekflexmenu_submenu_items_hidden 
{
	/* DIV; normally hidden container for menu lists (becomes visible if */
	/* user clicks on related submenu button, or if Javascript/CSS not supported). */
	display: none;
}
.sitemap .ekflexmenu_startlevel
{
	padding-top:10px;
	font-weight:bold;
	margin-left:0px;
}
/*indent every level after the root level by the specified number of pixels*/

.sitemap .ekflexmenu_menu_level_1 ul,
.sitemap .ekflexmenu_menu_level_2 ul,
.sitemap .ekflexmenu_menu_level_3 ul
{
	margin-left:20px;
}

/* Folder menu items */
.sitemap .ekflexmenu_button,
.sitemap .ekflexmenu_button:focus,
.sitemap .ekflexmenu_button:hover,
.sitemap .ekflexmenu_button_hover
{
	
}

/* Link menu items */
.sitemap a.ekflexmenu_link, 
.sitemap a.ekflexmenu_link:link, 
.sitemap a.ekflexmenu_link:visited {
		
}