.bodybackground{
background-image:  url(../images/BGK.jpg);
background-repeat: repeat-y
}

.background2{
background-image:  url(../images/BGK6.jpg);
background-repeat: repeat-x
}

.background{
background-image:  url(../images/yellowline.jpg);
background-repeat: repeat
}

.text{
font-family: Arno Pro Smbd;
color: #002C62;
font-size: 20px;
text-align:center;
}

.footer{
font-family: Arial;
color: #000000;
font-size: 12px;
text-align:center;
}


.content{
font-family:arial;
color:#000000;
font-size:14px;
text-align:center;
}


.text2{
font-family: Arno Pro Smbd;
color: #002C62;
font-size: 20px;

}

div.scroll {
height: 530px;
width: 250px;
overflow:auto;
border: 1px solid #794500;
background-color: #fffffff;
padding: 8px;
position:absolute;
right:440px;

}

.scroll{
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%
}


#suckermenu div.menutitle{
color:white;
border-bottom:3px solid black;
padding: 1px 0;
padding-left:2px; 
width: 196px;

background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande' , Arial, sans-serif ;
}



.suckerdiv ul{
margin: 0;
padding: 0;
background-color: #2175BC;
list-style-type: none;
width: 196px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
background: #2175BC;
padding: 5px 5px;
border: 1px solid #ccc;
border-bottom: 0;
font: normal 90% 'Trebuchet MS', 'Lucida Grande' , Arial, sans-serif ;
}



.suckerdiv ul li a:visited{
color: white;
}

.suckerdiv ul li a:hover{
background-color: #2586D7;
}

.suckerdiv .subfolderstyle{
background: url(../media/arrow-list.GIF) no-repeat center right; 
}

.suckerdiv  a:link{
background-color: #2175BC;
}
