/* MENUE LINKS Level1*/
ul.leftmenu {
	list-style: none;
	padding:0;
	margin:0;
}
ul.leftmenu li, ul.leftmenu1 li {
 padding:0;
 margin:0;
 padding-bottom:1px !important;
 padding-bottom:0px;
 padding-top:1px !important;
 padding-top:0px;
}

li.level1 a{

 font-size:13px;
 font-weight:bold;
 text-decoration:none;
 background-color:#9ca7d2;
 color:#000000;
 display:block;
 width:140px !important;
 width:150px;

 padding-left:10px;
}
li.level1act a{
 font-size:13px;
 font-weight:bold;
 color:#ffffff;
 display:block;
  width:140px !important;
 width:150px;  
  text-decoration:none;
 padding-left:10px;
}

li.level1 a:hover, li.level1act a:hover {
 font-size:13px;
 font-weight:bold;
 background-color:#174594;
 color:#ffffff;
}

/*Level2*/
li.level2 a{
 background-image:url('../images/arrow_black.gif');
 background-repeat:no-repeat;
  background-position:9px 1px;
 text-decoration:none;
 font-size:11px;
 font-weight:bold;
 background-color:#9ca7d2;
 color:#000000;
 display:block;
 width:128px !important;
 width:150px;
 padding-left:22px;
}
li.level2act a{
background-image:url('../images/arrow_white.gif');
 background-repeat:no-repeat;
  background-position:9px 1px;
 font-weight:bold;
 font-size:11px;
 color:#ffffff;
 display:block;
 width:128px !important;
 width:150px;
 padding-left:22px;
}
li.level2 a:hover{
background-color:#174594;
font-size:11px;
 color:#ffffff;
 background-image:url('../images/arrow_white.gif');
 background-repeat:no-repeat;
  background-position:9px 1px;
}
li.level2act a:hover {
 background-color:#174594;
 font-size:11px;
 color:#ffffff;
}

.text_loginbox {
 font-size:11px;
 color:#ffffff;
 margin:0;
 padding:0;
 margin-top:3px;
 margin-bottom:4px;
}

.loginbox {
 font-size:11px;
 font-weight:bold;
 color:#ffffff;
 text-decoration: none;
 margin:0;
 padding:0;
 margin-top:3px;
 margin-bottom:4px;
}