/* CSS Document */

.menuhead {
  background: url(../gfx/menu/menutop.gif) no-repeat;
  width: 180px;
  height: 22px;
  font-weight: bold;
  FONT-FAMILY: Verdana, Sans-serif;
  font-size: 9pt;
  color: white;
  border-bottom: 5px solid #A5D0E9;
  text-decoration: none;
}

.menuhead div {
    padding: 0px 0px 0px 35px;
    height: 28px;

}


.menubox { 
        margin: 0px 0px 10px 0pt;
        width: 180px;
        float: left;
        text-align:justify;
		color: #374F5B;
		
}


.menu_level1, .menu_level2 {
		border-bottom: 1px solid #F2F2F2;
}
menu_level1, menu_level2 {
		width: 180px;
		background: #EEEEEE;
		/*border-top: 1px dashed black*/
		border-bottom: 1px solid #F2F2F2;
}

.menu_level2 a {
        display: block;
		font-weight: bold;
		FONT-FAMILY: Verdana, Sans-serif;
		font-size: 8pt;
		color: black;
		text-decoration: none;
		padding-left: 40px; padding-top:5px; padding-bottom: 5px;
		background: #FDFDFD  url(../gfx/menu/menu_arrow.gif) no-repeat 25px 7px;
}

.menu_level1 a {
		display: block;
		font-weight: bold;
		FONT-FAMILY: Verdana, Sans-serif;
		font-size: 8pt;
		color: black;
		text-decoration: none;
		padding-left: 27px; padding-top:5px; padding-bottom: 5px;
		background: #FDFDFD  url(../gfx/menu/menu_arrow.gif) no-repeat 15px 7px;

}

.menu_level1 a:hover, menu_level1 a:focus, menu_level1 a:active {
		background-color: #D8EBF7;
		background: #D8EBF7  url(../gfx/menu/menu_arrow2.gif) no-repeat 15px 7px;
		
}
.menu_level2 a:hover, menu_level2 a:focus, menu_level2 a:active {
		background-color: #D8EBF7;
		background: #D8EBF7  url(../gfx/menu/menu_arrow2.gif) no-repeat 25px 7px;

}
.menu_level1_active a {
		border-bottom: 1px solid #F2F2F2;
		display: block;
		font-weight: bold;
		FONT-FAMILY: Verdana, Sans-serif;
		font-size: 8pt;
		color: black;
		text-decoration: none;
		padding-left: 27px; padding-top:5px; padding-bottom: 5px;
		background: #D8EBF7  url(../gfx/menu/menu_arrow2.gif) no-repeat 15px 7px;

}
.menu_level2_active a {
        border-bottom: 1px solid #F2F2F2;
        display: block;
		font-weight: bold;
		FONT-FAMILY: Verdana, Sans-serif;
		font-size: 8pt;
		color: black;
		text-decoration: none;
		padding-left: 40px; padding-top:5px; padding-bottom: 5px;
		background: #FDFDFD  url(../gfx/menu/menu_arrow2.gif) no-repeat 25px 7px;
}




