body { background-color: #328AED; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px }
.a_1 { background-image: url("a_1.jpg"); background-repeat: repeat-y }
.b_1 { background-image: url("b_1.jpg"); background-repeat: no-repeat; background-position: right top }
.d_1 { color: white; font-size: 12px; font-family: Verdana; background-image: url("d_1.jpg"); background-repeat: no-repeat; background-position: left top; text-align: right; padding-top: 3px; padding-right: 15px; vertical-align: top }
.e_1 { background-image: url("e_1.jpg"); background-repeat: repeat-y }
.b_2 { color: #1f5694; background-image: url("b_2.jpg"); background-repeat: no-repeat; background-position: right top; text-align: center }
.b_3 { color: #1f5694; background-image: url("b_3.jpg"); background-repeat: repeat-y; background-position: right top; text-align: center; vertical-align: top }
.c_3 { background-image: url("c_3.jpg"); background-repeat: repeat-y; background-position: center top }
.d_3   { color: #2056a9; background-color: white; padding-top: 10px; padding-bottom: 10px; padding-right: 10px; }
.b_4 { background-image: url("b_4.jpg"); background-repeat: no-repeat; background-position: right top }
.d_4  { color: white; font-size: 12px; font-family: Verdana; background-image: url("d_4.jpg"); background-repeat: repeat-x; text-align: center }

.SelectedTab { 
		color: white; 
		font-size: 10px; 
		font-family: Tahoma, Arial, Helvetica; 
		font-weight: bold; 
		text-decoration: none 
}

.bottom_tags, a.bottom_tags:visited, a.bottom_tags:link { 
		color: white; 
		font-size: 10px; 
		font-family: Verdana; 
		text-decoration: none;
}

.Printtext, a.Printtext:visited, a.Printtext:link  {
		color:black;
		font-size: 9px;
		font-family: Verdana; 
		text-decoration: none;
}

.search, a.search:visited,a.search:link   { color: white; font-size: 11px; font-family: Verdana; text-decoration: none; vertical-align: middle; height: 1.5em; }

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent;
    border-left: 3px dotted #2056A9;
    margin-bottom: 30px;
    font-family: Verdana;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
}

.querstrich {
        border-bottom: 0px solid #ff0000;
        font-weight: bold;
        font-style: italic;
        font-family: Verdana;
}

.MainMenu_MenuItem  { 
    color: #2056a9; 
	font-size: 13px; 
	font-family: Verdana, Tahoma; 
	font-style: normal; 
	font-weight: bold; 
	background: transparent; 
	cursor: hand; 
    border-top: 1px solid white;
    border-right: 0px solid white;
    border-bottom: 1px solid white;
    border-left: 0px solid white;
	padding: 3px 10px 3px 5px; 
    height: 22px;
}



.MainMenu_MenuItemSel  { 
    color: #2056a9; 
	font-size: 13px; 
	font-family: Verdana, Tahoma; 
	font-style: normal; 
	font-weight: bold; 
	background: #eee; 
	cursor: hand; 
    border-top: 1px solid white;
    border-right: 0px solid white;
    border-bottom: 1px solid white;
    border-left: 0px solid white;
	padding: 3px 10px 3px 5px; 
    height: 22px;
}

.MainMenu_MenuIcon {
	display: none;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	font-size: 13px; 
	cursor: pointer; 
	cursor: hand;
	background: #fff; 
	filter: none;
	border-top: 1px solid #3189EB;
	border-left: 1px solid #3189EB;
	border-right: 1px solid #1F5694;
	border-bottom: 1px solid #1F5694;
	margin-top: 0px;
	padding: 3px 10px 3px 5px;         
}

.MainMenu_MenuBreak {
	border-bottom: #f00 10px solid ; 
	border-left: #f00 0px solid; 
	border-top: #f00 1px solid;  
	border-right: #f00 0px solid; 
	background-color: transparent; 
	height: 6px;
	display: none;        
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand; 
    width: 5px;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10px; 
	cursor: pointer; 
	cursor: hand;
}


/* ==========================
    CSS STYLES FOR HouseMenu
   ==========================
*/

/* Applied to all unordered lists within the div named "houseMenuVstatic" */
#houseMenuVstatic ul
{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	list-style-type: none;
	width: 160px;
}

/* Applied to all list items within the div named "houseMenuVstatic" */
#houseMenuVstatic li
{
	display: inline;
	margin: 0;
	border: 0;
	padding: 0;
	width: 160px;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a
{
	padding-right: 6px;
	display: block;
	padding-left: 6px;
	padding-bottom: 4px;
	color: #ffffff;
	padding-top: 4px;
	background-color: #1b4f88;
	text-decoration: none;
	font-weight: bold;
	width: 154px;
	_width: 160px;
	margin: 0;
}

/* Applied to all links. Use "li a" styles below to customize nested links. */
#houseMenuVstatic a:hover
{
	background-color: #2773C6;
	color: #ffffff;
}

/* Applied to first-level links */
#houseMenuVstatic ul a
{
}

/* Applied to second-level links */
#houseMenuVstatic ul ul a
{
	padding-left: 12px;
	background-color: #79AAE1;
	width: 154px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 154px;
	_width: 160px;
	/* end hack */
}

/* Applied to third-level links */
#houseMenuVstatic ul ul ul a
{
	padding-left: 18px;
	background-color: #79AAE1;
	width: 154px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 142px;
	_width: 160px;
	/* end hack */
}

/* Applied to fourth-level links */
#houseMenuVstatic ul ul ul ul a
{
	padding-left: 24px;
	background-color: #79AAE1;
	width: 154px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 136px;
	_width: 160px;
	/* end hack */
}

/* Applied to fifth-level links */
#houseMenuVstatic ul ul ul ul ul a
{
	padding-left: 30px;
	background-color: #79AAE1;
	font-weight: normal;
	width: 154px;
	/* hack for MacIE5 to ignore, while other browsers use \*/
	width: 130px;
	_width: 160px;
	/* end hack */
}

.ArrowPointer
{
	cursor: default;
}


/* Applied to the parent item, if displayed, in either vertical or horizontal
   orientation. Must follow other styles. */
#houseMenuParentItem a
{ /* all links under the parent item (li) */
	color: #eeeeee;
	background-color: #0;
	text-decoration: none;
}

a#houseMenuParentLink
{ /* parent link itself */
	color: #eeeeee;
	background-color: #2561A2;
	text-decoration: none;
}

a#houseMenuCurrentLink
{ /* current link itself */
	color: #ffffff;
	/*background-color: #163a60; */
    background-color: 2773C6;
	text-decoration: none;
}
