@charset "utf-8";
/* CSS Document */

/* Navigation Menu CSS */
#navigation {
	width: 955px;
	height: 44px;
	margin: 0px;
	padding: 0px;
	float: left;
	cursor: pointer;
}
#navigation .staticMenuItem{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #434343;
	display: block;
	font-size: 17px;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
}
#navigation .staticMenuItem a{
	float: left;
	margin: 0px;
	padding: 11px 8px 10px 8px;
	font-family: Calibri, Arial;
	color: #434343;
	display: block;
	font-size: 17px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
#navigation .staticMenuHover a{
	margin: 0px;
	padding: 11px 16px 10px 16px;
	color: #087498;
	text-decoration: none;
	cursor: pointer;
}
#navigation .staticSelectedMenuItem{
	margin: 0px;
	padding: 6px 10px 6px 10px;
	width: 165px;
	display: block;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;	
	list-style: none;	
	background: #2c5b89;
	border-bottom: 1px #376ea3 solid;
}
#navigation .staticSelectedMenuItem a{
	margin: 0px;
	padding: 6px 10px 6px 10px;
	background-position: left top;
	background-repeat: repeat;
	background-color: #ECECEC;
	text-align: eft;
	color:#666;
	text-decoration: none;
	cursor: pointer;
}
#navigation .dynamicMenuItem{
	width: 145px; /*width of sub menus*/
	margin: 0px;
	padding: 3px 2px 3px 5px;
	/*float: left;*/
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	background: #2C5B89;
	border-bottom: 1px solid #376EA3;
	text-align: left;
	z-index:100;
	cursor: pointer;
}
#navigation .dynamicMenuItem a{
	margin: 0px;
	padding: 3px 2px 3px 5px;
	float: left;
	text-decoration: none;
	cursor: pointer;
}
#navigation .dynamicMenuHover{
	padding: 3px 2px 3px 5px;
	color: #fff;
	background: #5381ac;
	text-decoration: none;
}
#navigation .IE8Fix{	
	z-index: 100;	
}
.NodeMenu{
	padding: 7px 5px 7px 5px;
	font-family: Calibri, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #359dfb;
	cursor: pointer;
}
.NodeMenuHover{
	font-family: Calibri, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #C40000;
	text-decoration: none;
}