/* MenuBarHorizontal */
ul.MenuBarHorizontal a {
	display: block;
}
ul.MenuBarHorizontal ul li {
	clear: both;
}
ul.MenuBarHorizontal li {
	cursor: pointer;
	float: left;
	font-size: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: left;
	z-index: 1010;
}

/*PrimaryNav */
ul#PrimaryNav {
	height: 25px;
	clear: left;
}
ul#SecondaryNav {
	clear: left;
}
ul#PrimaryNav {
	background-color: rgb(200,35,40);
	background-image: url(../images/teaser_box_background.png);
	background-repeat: x-repeat;		
	border-top: 1px solid rgb(200,200,200);
	border-bottom: 1px solid rgb(200,200,200);	
}
ul#PrimaryNav a {
	color:rgb(255,255,255);
	font-weight: bold;
}
ul#PrimaryNav a {
	font-size:0.95em;
}
ul#PrimaryNav a:hover {
	color: rgb(218, 37, 28);
	background-color: rgb(255, 255, 255);
}
ul#PrimaryNav a, ul#SecondaryNav a {
	padding: 6px 10px 4px 10px;
	text-decoration: none;
}


/* SecondaryNav */
/*ul#SecondaryNav {
	background-color: rgb(225, 225, 225);
	border-bottom: 1px solid rgb(200,200,200);
}
ul#SecondaryNav a {
	color: rgb(0, 0, 0);
	font-weight: bold;
	font-size:0.85em;
}
ul#SecondaryNav a:hover {
	color: rgb(150, 130, 150);
	font-weight: bold;
}*/
#SecondaryNavDiv {
	float:left;
	width:180px; 
	margin:25px 20px 50px 0px;
	padding:0px;
	border: solid 1px rgb(200,200,200);
}

ul#SecondaryNav, ul#SecondaryNav li 
{
	display:block;
	list-style:none;
}



ul#SecondaryNav li a
{
	display:block;
	color: rgb(255,255,255);
}



ul#SecondaryNav ul li.active a, ul#SecondaryNav ul li a:hover, ul#SecondaryNav ul li.active ul li a:hover
{
		background-color:rgb(156, 28, 31);
		color: rgb(255,255,255);
}

ul#SecondaryNav ul{
	/*margin:5px 0px 0px 5px;*/

	
}

ul#SecondaryNav ul li
{
	background:none;
	background-color:rgb(255,255,255);
	border: none;
}

ul#SecondaryNav li 
{
	background-color: rgb(156, 28, 31);
	
	background-image:url(../images/teaser_box_background.png);
	background-repeat:no-repeat;
	/*padding:5px 0px 5px 0px;*/
	font-weight:bold;
}
ul#SecondaryNav ul li.active, ul#SecondaryNav .active
{
	background-color: rgb(156, 28, 31);
}



ul#SecondaryNav ul li a
{
	color: rgb(218, 37, 28);
}

ul#SecondaryNav ul ul{
	margin:5px 0px 0px 5px;
		background-color: rgb(156, 28, 31);
}

ul#SecondaryNav ul li.active ul li, ul#SecondaryNav ul li.active ul li a
{
	font-weight:normal;
	color:rgb(0,0,0);
	background-color:#E6E6E6;
	/*background-color:rgb(255,255,255);*/
}

ul#SecondaryNav ul ul li a
{
	color:rgb(0,0,0);
}

/* TertiaryNav */
#TertiaryNav {
	background-color: rgb(180,180,180);
	float: right;
	color: rgb(255,255,255);
	padding: 3px 5px 3px 5px;
}

#TertiaryNav a {
	color: rgb(255,255,255);
	font-weight: bold;
	font-size:0.85em;
}


/* Footer */
#FooterNav {
	float: right;
	margin: 0px 0px 0px 80px;
}
#FooterNav li a {
	color: rgb(255, 255, 255);
}
#FooterNav li li a {
	color: rgb(204, 204, 204);
}
ul#FooterNav {
}
ul#FooterNav ul {
	margin: 7px 65px 0px 0px;
	font-weight: bold;
}
ul#FooterNav li {
	font-weight: bold;
}
ul#FooterNav li li {
	font-weight: normal;
}
