body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
background-color:#99ccff;	
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h2 { font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #000099;
	text-decoration: none;
}

a:visited {
  color: #000099;
text-decoration: none;  
}

a:hover {
color: #000099;
text-decoration: none;
	
}

a:active {
	color: #000000;
}

.maintable{
	background-image: url(images/square_bluebg.jpg);
	background-repeat: no-repeat;
}
.main{
	border: thin inset #666666;
}
.leftside{
	border: thin inset #666666;
	background-color: #99CCFF;

}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 193px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
font-weight:bold;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 193px; /*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: black;
text-decoration: none;
background: #ccc;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: #333;
color: #99ccff;
}

.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
background-color: #ccc;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
