/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.buttonmenu {
list-style-type : none; 
margin : 0; 
padding : 0; 
width : 158px; 
} 
.buttonmenu li a {
color : white; 
display : block; 
width : 100%; 
padding : 6px 1px; 
text-decoration : none; 
font-weight : bold; 
border : 1px solid; 
border-color : #d5bfd0 #5a3a54 #5a3a54 #d5bfd0; 
background-color : #704968; 
text-decoration : none; 
} 
.buttonmenu li a:visited {color : white; } 
.buttonmenu li a:hover, .buttonmenu li a:active {color : black; background-color : #cdb4c8; }

 .unnamed1 {font-family: Arial, Helvetica, sans-serif;	font-size: 12px; color: #FFFFFF; font-weight: normal;}
.style1 {font-family : "Lucida Sans"; font-size : 24px; color : #cccccc; text-decoration : blink; } 
.Link-wight {color: #FFFFFF}
.Link-brown {font-family: Arial, Helvetica, sans-serif; color: #630000; font-weight: normal; }
.link-red {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FF0000; font-weight: normal; }
.link-blue {font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000099; font-weight: normal; }
.style2 {font-family : Kartika; font-size : 12px; font-weight : normal; color : #ffffff; } 
.style26 {font-size: 14px; color:#CC0099; font-weight: bold; }
.style4 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: normal; }
.style39 {color: #D6EF4A; font-weight: bold;}
.style41 {color: #CCFF66}
.style42 {	font-family: Arial, Helvetica, sans-serif;	color: #333300;}
.style51 {font-size: 10px}
.style52 {font-size: 11px; font-weight: normal; color: #000000; }
.style66 {font-family: Arial, Helvetica, sans-serif; color: #CCCCCC;   font-size: 11px}
.style69 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color : #CCCCCC;}
.style67 {color: #000099; font-size: 12px; background-color: #CCCCCC;}
.style80 {font-size: 11px; color: #D6EF4A; }
.style83 {color: #630000; font-family: Arial, Helvetica, sans-serif;}
.style84 {font-size: 18px; color: #FFFFFF; }
.white-bold {font-size: 12px; color: #FFFFFF;	font-weight: bold;}
.image{background-image:url('img/star15.gif')}

A:hover { color:red; }
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.rssbutton{
background-color: #ff6600;
border: 1px #ff6600 outset;
padding: 0 2px;
color: white;
text-decoration: none;
font: bold 10px Verdana;
}

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}

.cssbutton{
background-color: #d1ec4c;
border: 2px #d1ec4c outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #e3f48e;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 130px; /* Width of Menu Items */
border: 1px solid #ccc;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 130px; /* Parent menu width - 1*/
position: absolute;
width: 160px; /*sub menu width*/
top: 0;
display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 156px; /* Parent menu width - 1*/
}

/* menu links style */
.suckerdiv ul li a{
color : white; 
display : block; 
width : 100%; 
padding : 3px 0px; 
text-decoration : none; 
font-size : 12px;
font-weight : bold; 
border : 1px solid; 
border-color : #d5bfd0 #5a3a54 #5a3a54 #d5bfd0; 
background-color : #704968; 
text-decoration : none; 
}

.suckerdiv ul li a:visited{
color: white;
}

.suckerdiv ul li a:hover{
color : black; 
background-color : #cdb4c8; 

}

.suckerdiv .subfolderstyle{
background-color : #704968;
}

	

