a.menuLink2, a.menuLink2:link, a.menuLink2:visited
{
  display:block;
  /*position:relative;*/
  font-size:11px;
  font-weight: normal;
  padding: 2px 0px 5px 6px;
  text-decoration:none;
  /*background-image: url(../Images/left.gif);
  background: #669ccc url("../Images/left-menu-csssprite.gif") repeat-x;*/
  background: #669ccc url("../Images/sprite.png") no-repeat 0 -708px;
  border-left: 1px #002d54 solid;
  border-right: 1px #002d54 solid;
  color: white;
  width: 132px; 
}

a.menuLink2:hover
{
  /*background-image: url(../Images/left_akt.gif);
  background: #669ccc url("../Images/left-menu-csssprite.gif") repeat-x 100% -41px;*/
  background: #669ccc url("../Images/sprite.png") 0 -749px;
  border-left: 1px solid #002d54;
  border-right: 1px solid #002d54;
  color: #002d54;
  text-decoration: none;
}

a.menuLinkAct2 {
  display:block;
  padding: 3px 0px 4px 6px;
  font-size: 11px;
  font-weight: bold;
  text-decoration:none;
  background-color: #b6cee9; 
  border-left: 1px solid #002d54;
  border-right: 1px solid #002d54; 
  width: 132px;
  color: #002d54;
}


a.submenuLink2 {
  display:block;
  position:relative;
  padding: 4px 3px 3px 8px;
  font-size: 11px;
  font-weight: normal;
  text-decoration:none;
  background-color: #f1fafe;      
  border-bottom: 1px dashed #808080;
  border-left: 1px solid #002d54;
  border-right: 1px solid #002d54;
  color: #002d54;
  width: 127px;
}

a.submenuLink2:hover {
  text-decoration: none;
  color: #002d54;
  background-color: #fff;
  text-decoration: none;
}

a.submenuLinkAct2 {
  display:block;
  background-color: #d8e8f9;
  padding: 4px 0px 3px 8px ;
  font-size: 11px;
  font-weight: bold;
  border-bottom: 1px dashed #808080;
  border-top: 0;
  border-left: 1px solid #002d54;
  border-right: 1px solid #002d54;
  color: #002d54;
}

a.submenuLink3 {
  display:block;
  position:relative;
  padding: 2px 0 1px 16px ;
  font-size: 11px;
  font-weight: normal;
  text-decoration:none;
  background-color: white;
  border-left: 1px solid #002d54;
  border-right: 1px solid #002d54;
  border-bottom: 1px dashed #808080;
  color: #002d54;
  width: 122px;
}

a.submenuLink3:hover {
  text-decoration: none;
  color: #002d54;
  background-color: #c5daf1;
  text-decoration: none;
}

a.submenuLinkAct3 {
  display:block;
  background-color: #fff;
  padding: 2px 0 1px 16px ;
  font-size: 11px;
  font-weight: bold;
  border-left: 1px solid #002d54;
  border-right: 1px solid #002d54;
  border-top: 0px dashed #808080;
  border-bottom: 1px dashed #808080;
  color: #002d54;
}


/*Menu Right*/
a.rightmenuLink {
  display:block;
  position:relative;
  padding: 3px 6px 3px 5px ;
  font-size: 11px;
  font-weight: normal;
  text-decoration:none;
  background-color: #fbfdff;
  border-bottom: 1px dashed #808080;
  color: #002d54;
  width: 129px;
}

a.rightmenuLink:hover {
  text-decoration: none;
  color: #002d54;
  background-color: #c5daf1;
  text-decoration: none;
}

a.rightmenuLinkAct {
  display:block;
  background-color:#fff;
  padding: 3px 6px 3px 5px ;
  font-size: 11px;
  font-weight: bold;
  border-bottom: 1px dashed #808080;
  color: #002d54;
}

#menuDiv2 {
  position:relative;
  margin:0px;
  padding-left: 0px;
}

li.menuItem2 {
  list-style-type:none;
  text-align:left;
}


li.submenuItem2 {
  list-style-type:none;
  text-align:left;
  padding: 0 -15px 0 0px;
}


li.last a {
  border-bottom : 0;
}

#headline {
 color: #002d54;
 font-size: 12px;
 font-weight: bold;
}

ul#menuRight
{
	width: 140px;
	border: 1px #002d54 solid;
	padding-left: 0;
	margin-left: 4px;
}

ul.menuList2 {
  width:140px;
  margin-left: 4px;
  padding: 0px;
  border-top: 1px #002d54 solid;
  border-bottom: 1px #002d54 solid;
}

ul.submenuList2 {
  padding:0px;
  width: 140px;
}

