body {
	/*font-family: OldCentury;*/
	font-family: monotype corsiva; verdana;
	color: #FFFFFF;
	margin: 25px;
}

p {
	font-size: 25px;
}

a {
	color: #FFFF00;
	font-size: 20px;
	text-decoration: none;
}


td {
	font-size: 25px;
}

.normal ul li {

}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 115px; /* Width of Menu Items */
border-bottom: 1px solid #4f4929;
}
	
.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: black;
text-decoration: none;

padding: 1px 5px;
border: 1px solid #4f4929;
border-bottom: 0;
}

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

.suckerdiv ul li a:hover{
background-color: #baae7e;
}

.suckerdiv ul li a .selected {
background-color: #fff;
}

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

.notselected {
background-color: #dbc369;
}
.selected {
font-style: italic;
background-color: #baae7e;
}
.normal {
background-color: #
}

.notselected-footer {
	color: #FFFF00;
}
.selected-footer {
	text-decoration: none;
	color: #fff;
}	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */