/*@import "reset.css";*/
/* ATTENTION: a part of the style for the secondSubLevel is defined in the navigationControl directly */

/* the style of the first level */
/*
.MasterPageNavigationLevel1
{
	background-color:#333333;
	padding:6px 0px 6px 0px;
}


.MasterPageNavigationLevel1,
.MasterPageNavigationLevel1 a:link,
.MasterPageNavigationLevel1 a:active,
.MasterPageNavigationLevel1 a:visited
{
	color:#fff;
	font-family:Verdana, Arial;
	padding:8px 12px 6px 12px;
	margin-right:1px;
	text-decoration:none !important;
}
*/

.MasterPageNavigationLevel1,  .MasterPageNavigationLevel1_Inactive {
	font-family:Verdana, Arial;
	text-decoration:none !important;
	padding:8px 12px 6px 12px;
	margin-right:1px;
	}


.MasterPageNavigationLevel1_Inactive, a.MasterPageNavigationLevel1_Inactive 
{
	background-color:#004F88;
	color:#fff !important;
	
}



a:hover.MasterPageNavigationLevel1_Inactive
{
	background-color:#efefef;
	color:#000 !important;
}


/* the style of the first and selected level */
a.MasterPageNavigationLevel1HighlightedAnchor,
a:hover.MasterPageNavigationLevel1HighlightedAnchor,
a:active.MasterPageNavigationLevel1HighlightedAnchor
{
	background-color:#efefef;
	color:#000;
	text-decoration:none !important;
}





/* the style of the second level */
.MasterPageNavigationLevel2
{
	background-color:#555555;
	padding-left:5px;
}
.MasterPageNavigationLevel2 a:link,
.MasterPageNavigationLevel2 a:visited
{
}
.MasterPageNavigationLevel2 a:active,
.MasterPageNavigationLevel2 a:focus,
.MasterPageNavigationLevel2 a:hover
{
	background-color:White;
	color:#555555 !important;
}
.MasterPageNavigationLevel2_StaticMenuItemStyle
{
	color:White !important;
	font-family:Verdana, Arial;
	font-size:0.9em !important;
	text-decoration:none !important;
	padding:3px 3px 4px 3px;
}
