/*------------------------------------------------------------------------------*/
td img {color: #000000;}

	body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	text-align: left;
}

.feature_color {
	font-weight: bold;
	font-size: small;
}
a:link {
	color:#ffffff;
		text-decoration:none;
}
a:visited {
	color:#ffffff;
		text-decoration:none;
}
a:hover {
	color:#999;
		text-decoration:none;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
.medium {
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}
.specs {
	font-size: x-small;
}
.feature_title {
	font-weight: bold;
	font-size: x-small;
}
.xsmall {
	font-size: xx-small;}
/*-------------------------------------------------------------------------------------------*/



/*----------------------------------------------------------*/

.suckerdiv ul{
line-height:1.5em; 
margin: 0;
padding: 0;
list-style-type: none;
width: 150px; /* Width of Menu Items */
border-bottom: 0px solid #ccc;
font-family: Verdana, Geneva, sans-serif;
font-size:11px
}

	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 150px; /*sub menu width*/
top: 0;
visibility: hidden;
background: url(images/button.jpg);
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
background: url(images/button.jpg);
padding: 1px 0px;
border: 1px solid #ccc;
border-bottom: 0;
}

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

.suckerdiv ul li a:hover{
background-color: #e3e1e0;
background: url(images/button_down.jpg);
}

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

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