/*top menu*/
.top-menu ul{margin:0;padding:0;list-style-type:none;padding-left:0px;float:right;margin-right:180px}
/*Top level list items*/
.top-menu ul li{
	display: block;
	float: left;
	margin: 0px;
	border: none;
	text-decoration: none;
	color: white;
	padding-left: 0px;
	font: bold 12px Verdana,Trebuchet MS;
}
.top-menu ul li a{
	padding: 0px;
	display: block;
	color: white;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.92em;
	border-left: 1px solid white;
	padding-left: 8px;
	padding-right: 8px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}
.top-menu ul li.first a{border:none}
.top-menu ul li.current{}
.top-menu ul li.current a,.top-menu ul li a:hover{
	background-image: url(../images/top-menu-hov-bg.png);
	text-decoration: none;
}
/*side menu*/
ul.side-menu{
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-bottom: 10px;
	background: url(../images/side-menu-bg.png) repeat-y;
}
.side-menu li{
	margin: 0px;
	text-decoration: none;
	list-style: none;
	line-height: normal;
	border-top: 1px solid #fbdd8f;
	
}
.side-menu li a{
	display: block;
	font-weight: normal;
	text-decoration: none;
	padding: 8px 8px 8px 12px;
	display: block;
	font-weight: bold;
	color: white;
	margin-left: 10px;
	margin-right: 10px;
	background: url(../images/bullet-menu.gif) no-repeat center left;
}
.side-menu li span{width:100%}

.side-menu li a:hover{text-decoration:underline}
.side-menu li.selectedPageRoot a{color:white;background:url(../images/bullet-menu-expanded.gif) no-repeat center left;border-bottom:none}
.side-menu ul.level2{margin:0px;padding:0px;background:url(../images/side-submenu-bg.png) repeat-y}
.side-menu .level2 li a:hover{text-decoration:underline}

.side-menu li.selectedPage,.side-menu li.selectedPageParent {
	background: url(../images/side-menu-hov-bg.png) repeat-y;

}
.side-menu li.selectedPage a{
	
	background: url(../images/bullet-menu-expanded.gif) no-repeat center left;
}
ul.side-menu  li.selectedPage span{margin:0px;padding:0px;display:table}

.side-menu .level2 li{
	margin: 0;
	text-decoration: none;
	padding: 0px;
	background-image: none;
	border-bottom: 1px solid #fbf5d9;

}
.side-menu .level2 li.last {
	border: none;
}


.side-menu .level2 li a{
	font-weight: normal;
	margin: 0;
	padding: 8px 0px 8px 12px;
	background-image: none;
	border: none;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	background: url(../images/bullet-submenu.gif) no-repeat center left;
	 color: black;
}
.side-menu .level2 li.selectedPage a{font-weight:bold}

.side-menu li.first a{border:none}
/* crossroad-menu */
.crossroad-menu{border-bottom:4px solid #333333;border-top:1px solid #333333;padding-top:10px;margin-bottom:15px;padding-bottom:5px;margin-left:0px;padding-right:10px;background-color:#f9f9f9}
.crossroad-menu  li{background:transparent url(../images/ico-folder.png) no-repeat scroll 0 0.2em;font-weight:bold;list-style:none;width:100%;float:left;margin-bottom:5px}
.crossroad-menu  li a{padding-left:20px}
/* sitemap */
ul.sitemap{border:2px solid #a9a9a9;margin:0 0 20px;padding:5px 5px 5px;background-color:#EFEFEF}
ul.sitemap li ul{margin:0px;margin-top:5px}
.sitemap li{background:transparent url(/images/folder.gif) no-repeat scroll 5px 6px;font-size:100%;font-weight:bold;list-style-image:none;list-style-position:outside;list-style-type:none;margin:0 0 2px;padding:0 0 2px 15px}
