@charset "utf-8";
/* CSS Document */

.staticMenuItemStyle {
	text-align: Left;
	display: block;
	padding-left: 1em;
	padding-right: 2px;
	margin-left: 0;

}
.staticMenuItemSelectedStyle {
	background-color: #0099CC;
}
.staticHoverStyle {
	background-color: #015C94;
	/* background-image:url(../Images/bg-black.gif); */
}
.menuItem {
	display: block;
}
.dynamicMenuItemStyle {
	border: solid 0px #000;
	background-color: #0080C0;
	color: Red;
	z-index: 200;
	position: relative;
}
.background {
	border: solid 0px #000;
	background-color: #0099CC; /*background-image:url(../Images/bg-black.gif);*/
}
.NavigationMenu {
	font-family: Verdana;
	color: #FFF;
	font-weight: bold;
	z-index: 101;
	margin-left: -10px;
    font-size: 21pt;
	background-color: #0099CC; /*background-image:url(../Images/bg-black.gif);*/
}
#h {
	background: #CCCFFF;
	padding: 5px 0 6px 10px;
}
#e {
	border: solid 1px #919191;
	background-color: #CCCCCC;
	/*background-image: url(../Images/sub.gif);*/
	padding: 0 0 1px;
}
.menuItemMouseOver, .menuItemSelected {
	border: solid 0px Navy;
	background-color: #0099CC;
	/*background-image:url(../Images/bg-black.gif);*/
}
.NavigationMenu A:link, .NavigationMenu A:visited, .NavigationMenu A:active {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding:10px !important;
    font-size: small
}
.currentNodeStyle, .nodeStyle, .rootNodeStyle, a.siteMapPath {
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
}
has-popup static{
	width: 40px !important;
}