/* CSS Document */

a.menuchildLink
{
  width: 200px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  background-color:#c6c0ef;  
  padding: 5px 5px 5px 10px;
  margin:1px;
  margin-left:10px;
  color: black;
  border:solid 1px #c6c0ef;
  display: block;
  text-decoration: none;  
  text-align:left;
  /* for IE */
  filter:alpha(opacity=85);
  /* CSS3 standard */
  opacity:0.85;
}

a.menuchildLink:hover{
background-color:#e1ddfc;
}

.menuchild{
margin-top:-15px;
margin-left:-4px;
position: absolute;
visibility: hidden;
}

.menuparent{
display:inline;
margin:0;
padding:0;
}

.n1{
float:left;
width:70px;
height:50px;
background:url(navigation_01.jpg) top no-repeat;
}

.n1 a{
 display: block;
 height:50px;
 text-indent: -9999px;
}

.n1 a:hover{
background:url(navigation_01.jpg) bottom no-repeat;
}

.n2{
float:left;
width:110px;
height:50px;
background:url(navigation_02.jpg) top no-repeat;
}

.n2 a{
 display: block;
 height:50px;
 text-indent: -9999px;
}

.n2 a:hover{
background:url(navigation_02.jpg) bottom no-repeat;
}


.n3{
float:left;
width:245px;
height:50px;
background:url(navigation_03.jpg) top no-repeat;
}

.n3 a{
 display: block;
 height:50px;
 text-indent: -9999px;
}

.n3 a:hover{
background:url(navigation_03.jpg) bottom no-repeat;
}


.n4{
float:left;
width:100px;
height:50px;
background:url(navigation_04.jpg) top no-repeat;
}

.n4 a{
 display: block;
 height:50px;
 text-indent: -9999px;
}

.n4 a:hover{
background:url(navigation_04.jpg) bottom no-repeat;
}

.n5{
float:left;
width:140px;
height:50px;
background:url(navigation_05.jpg) top no-repeat;
}

.n5 a{
 display: block;
 height:50px;
 text-indent: -9999px;
}

.n5 a:hover{
background:url(navigation_05.jpg) bottom no-repeat;
}

.n6{
float:left;
width:190px;
height:50px;
background:url(navigation_06.jpg) top no-repeat;
}

.n6 a{
 display: block;
 height:50px;
 text-indent: -9999px;
}

.n6 a:hover{
background:url(navigation_06.jpg) bottom no-repeat;
}

.n7{
float:left;
width:135px;
height:50px;
background:url(navigation_07.jpg) top no-repeat;
}

.n7 a{
 display: block;
 height:50px;
 text-indent: -9999px;
}

.n7 a:hover{
background:url(navigation_07.jpg) bottom no-repeat;
}