body,td,th {
	font-family: Tahoma;
	font-size: 15px;
	text-decoration: none;
	border: 10px;
 scrollbar-base-color: #FFFFFF;
 scrollbar-face-color: #ffffff;
 scrollbar-shadow-color: #ffffff;
 scrollbar-highlight-color: #ffffff;
 scrollbar-3dlight-color: #ffffff;
 scrollbar-darkshadow-color:#ffffff;
 scrollbar-track-color: #dddddd;
 scrollbar-arrow-color: #000000;
}
.footer {
	font-family: Tahoma;
	font-size: 11px;
	color: #6B6B6B;
	border: 100px;
}
a {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	border: 100px;
}
a:link {
	text-decoration: none;
	font-weight: bold
	color: #000000;
	border: 10px;
}
a:visited {
	text-decoration: none;
	color: #000000;
	border: 10px;
}
a:hover {
	text-decoration: none;
	color: #000000;
	border: 10px;
}
a:active {
	text-decoration: none;
	color: #000000;
	border: 10px;
}

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

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 50px; /* Width of Menu Items */
border-bottom: 1px solid #ffffff;
font-family: arial;
font-size: 12px;
color: #ffffff;
display: inline;
}
	
.suckerdiv ul li{
position: relative;
color: #ffffff;
background-color: #ffffff;
display: inline;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 0px; /* Parent menu width - 1*/
position: absolute;
width: 70px; /*sub menu width*/
top: 31px;
display: none;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 199px; /* Parent menu width - 1*/
color: #ffffff;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{ 
left: 199px; /* Parent menu width - 1*/
background-color: #ffffff;
color: #ffffff;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{ 
background-color: #ffffff;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{ 
background-color: #ffffff;
}

/* menu links style */
.suckerdiv ul li a{
display: block;
color: #ffffff;
text-decoration: none;
background-color: #ffffff;
padding: 1px 5px;
border: 1px solid #ffffff;
border-bottom: 0;
line-height: 2em;
background-color: white;
left:100px;
}

.suckerdiv ul li a:visited{
color: white;
background-color: #white;
}

.suckerdiv ul li a:hover{
background-color: #E6FFB6;
color: white;
text-decoration: none;
}

.suckerdiv ul li ul li a:hover{
background-color: #E6FFB6;
color: white;
text-decoration: none;
}

.suckerdiv ul li ul li ul li a:hover{
background-color: white;
color: white;
text-decoration: none;
}

/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
background-color: #ffffff;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
background-color: #ffffff;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #ffffff;
}

/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #ffffff;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
