/* CSS Document */
body {
	background-color: #E0E0D6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	}

td {
	font-size:12px;
	line-height:17px;
	}
.table_top_740 {
	background-image:url(images/yellow_bar_740.jpg);
	width:740px;
	height:22px;
	font-size:12px;
	font-weight:bold;
	text-indent:10px;
	}

.table_top_140 {
	background-image:url(images/yellow_bar_140.jpg);
	width:140px;
	height:22px;
	font-size:12px;
	font-weight:bold;
	text-indent:10px;
	}
	
.table_top_590 {
	background-image:url(images/yellow_bar_590.jpg);
	width:590px;
	height:22px;
	font-size:12px;
	font-weight:bold;
	text-indent:10px;
	}
	
.white_bg {
	background-color:#FFFFFF;
	padding:10px;
	}

.padding_left_right {
	padding-left:10px;
	padding-right:10px;
	}
	
.width_10 {
	display:block;
	width:10px;
	}
.height_10 {
	height:10px;
	}
a:link, a:visited{
	color:#918477;
	text-decoration:underline;
}
a:hover {
	color:#e2bf00;
    font-weight:bold;
	border-bottom:1px #013FAF;	
	}
.footer_text {
	color:#FFCC00;
	font-size:10px;
	}
.footer_text a:link, .footer_text a:visited{
	color:#FFCC00;
	text-decoration:none;
}
.footer_text a:hover {
	background-color:#000000;
	color:#FFFFFF;
	border:none;
	}

.left_nav {
	margin-top:10px;
	border-top:1px solid #E1E1E1;
	}
	
.left_nav a:link, .left_nav a:visited{
	display:block;
	width:160px;
	font-size:11px;
	color:#000000;
	background-color: #FFFFFF;
	text-decoration:none;
	text-indent:10px;
	border-bottom:1px solid #E1E1E1;
	background-image:none;
}
.left_nav a:hover {
	background-color:#ECDE00;
    font-weight:bold;
    font-type: georgia
    
	}
.logo a:hover {
	border-bottom:none;
	width:300px;
	}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
}
	
.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;
background: #000;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background-color: #DAD308;
}

.suckerdiv .subfolderstyle{
background: url(media/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 */







