html {overflow-y: scroll; }

body {background-color: #F1F1F1; margin-top: 0; margin-left: 0; margin-right: 0; font-family : Verdana, Arial, sans-serif; }

img {border: 0; }

a {text-decoration:none; }
a:hover {text-decoration:underline; }

.menu {font-size: .7em; }

.news {font-size: .7em; line-height: 1.4em; }

.quality {font-size: .8em; }

.tiny {font-size: .8em; }

.newstable {background-image: url(images/fade.jpg); background-repeat: repeat; }

.page {font-size: 12; line-height: 1.4em; }

.foot {font-size: .8em; line-height: 1.3em; color: #1F1F1F; padding: 3; }
.bfoot {font-size: 1.2em; line-height: 1.4em; font-weight: bold; }
img.foot {vertical-align: top; middle: }

.headmenu {font-size: 11; color: #000;  }
.headmenu a:link {text-decoration:underline; }
.headmenu a:hover {text-decoration:underline; color: blue; }

.pagehead {font-size: 1.1em; font-weight: bold; color: #000; font-variant: small-caps; }

.caps {text-transform: capitalize; }

.codes {font-size: 11; color: #151634; letter-spacing: .1em; }

.how {font-size: 11; color: #151634; width: 180px; }

.page_copy {font-size: 12; font-weight: bold; color: 333333; }

.spectable {color: #000; font-size: .7em; line-height: 1.5em; }

.desc {color: #9D0038; font-size: 10; font-weight: bold; text-align: center; }

.space {line-height: 1.1em; }

.prodid {color: #008BCC; }

.maintext {font-size: 9pt; }

.category {font-size: 11; font-weight: bold; }

.productDetails {font-size: 11; }

.list
{
margin-left: 0;
padding-left: 0;
list-style: none;
list-style-type: none;
}

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 180px; /* Width of Menu Items */
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 180px; /*sub menu width*/
top: 0;
visibility: hidden;
margin: 1;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
border-bottom: 5px solid #F1F1F1;
font-size: .8em; 
font-weight: normal;
background: #BCBCBB url('images/butt_back.gif') ;; padding-left:5px; padding-right:5px; padding-top:4px; padding-bottom:4px
}

.suckerdiv ul li a:visited{
color: black;
}

.suckerdiv ul li a:hover{
background: #BCBCBB url(images/butt_backa.gif) ;
text-decoration:underline; 
font-weight: bold;
color: F1F1F1;
}

.suckerdiv .subfolderstyle{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
border-bottom: 5px solid #F1F1F1;
font-size: .8em; 
font-weight: normal;
background: #BCBCBB url('images/butt_backb.gif') ;; padding-left:5px; padding-right:5px; padding-top:4px; padding-bottom:4px
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */