/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 151px; /* Width of Menu Items */
background-color: #bcb;
}

.suckerdiv ul li{
position: relative;
}

/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 120px; /*sub menu width*/
top: 0;
visibility: hidden;
background-color: #bcb;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #844;
text-decoration: none;
padding: 6px 5px;
border: 1px solid #eed;
border-bottom: 1;
font-size: 12px;
background-color: #bcb;
}

.suckerdiv ul li a:visited{
color: #844;
}

.suckerdiv ul li a:hover{
background-color: #bcb;
}

.suckerdiv .subfolderstyle{
background: url(arrow-list.gif) no-repeat center right;
}


/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

#header {
	width: 700px;
	height: 80px;
	}

body	{
	font: 12px/1.5em Arial, sans-serif;
	margin: 0px 0px 0px 60px;
	color: #333;
	background-color: #bcb;
	}

a:link	{
	text-decoration: none;
	color: #844;
	}

a.heading:link	{
	font-size: 110%;
	}

a:visited	{
	text-decoration: none;
	color: #844;
	}

a.heading:visited	{
	font-size: 110%;
	}

a:hover	{
	text-decoration: none;
	color: #e55;
	}

a:hover.left	{
	text-decoration: none;
	font-weight:bold;
	font-size: 110%;
	color: #111;
	}

#main	{
	background: #eed;
	padding: 10px 15px 0px 10px;
	}

#footer	{
	height: 75px;
	clear: both;
	font-size:90%;
	border-top: 1px dotted #ccc;
	}

#sitemaptext	{
	font-size: 90%;
	}


#title	{
	font-size: 150%;
	font-weight: bold;
	line-height: 40pt;
	}


#subtitle	{
	font-size: 120%;
	font-weight:bold;
	}


#quote	{
	font-size: 100%;
	}


#memoryticker{
	width: 514px;
	background: #eed;
	font: 12px "Trebuchet MS";
	height: 75px;
	padding: 10px 15px 0px 10px;
}

#memoryticker2{
	width: 514px;
	background: #eed;
	font: 13px "Trebuchet MS";
	height: 45px;
	padding: 10px 15px 0px 10px;
}


dt	{
	font-weight: bold;
	}


