/* Industrial Biofouling Vertical Menu CSS Version 4.0 Updated March 11, 2010 */

.clearit {
	margin		: 0	;
	padding		: 0	;
	height		: 0	;
	clear		: both	; }


/* BUBBLE PLASTIC VERTICAL MENU */
.bubplastic.vertical {
	width		: 200px	;
	margin		: 0px	;
	padding		: 0px	;
	padding-top	: 0px   ;
	display		: block	;
	border		: #2b3238 0px solid ; }

.bubplastic.vertical ul {
	display		: block	 ;
	list-style	: none	 ;
	margin		: 0	 ;
	padding		: 0	 ;
	border		: #000000 0px solid; }

.bubplastic.vertical ul li {
	display		: block	;
	float		: left	;
	width		: 200px	;
	margin		: 0	;
	padding		: 0	;
	border		: #000000 0px solid; 
	background: transparent url(images/img_bubplastic-button.gif) top left no-repeat; }

.bubplastic.vertical ul li a {
	display		: block		;
	margin		: 0		;
	width		: 200px		;
	padding-left	: 25px		;  
	text-transform	: inherit	;
	font-size	: 16px		;
	text-decoration	: none		;
	border		: #000000 0px solid			; 
	font-family     : Arial, Helvetica, Verdana, sans-serif ; 
	background: transparent url(images/img_bubplastic-button.gif) top left no-repeat;}


.bubplastic.vertical ul li a span.menu_ar {
	display		: block		;
	margin		: 0		;
	width		: 200px		;
	height		: 27px		;
	padding-top	: 4px		;
	padding-right	: 0px		;  
	cursor		: pointer	;
	color		: #ececec	;
	border		: #000000 0px solid; 
	background: transparent url(images/img_bubplastic-button.gif) top right no-repeat; }

.bubplastic.vertical ul li a span.menu_r {
	display		: block		;
	margin		: 0		;
	width		: 200px		;
	height		: 27px		;
	padding-top	: 4px		;
	padding-right	: 0px		;  
	cursor		: pointer	;
	color		: #ececec	;
	text-decoration	: none			;
	border		: #000000 0px solid; 
	background: transparent url(images/img_bubplastic-button.gif) top right no-repeat; }

/* GRAY HOVER */
.bubplastic.gray ul li a:hover, .bubplastic.gray ul li.highlight a {
	background: transparent url(images/img_bubplastic-gray.gif) top left no-repeat;
        border		: #2b3238 0px solid	;
	text-decoration	: none			;
 	color		: #2b3238		; }


.bubplastic.gray ul li a:hover span.menu_ar, .bubplastic.gray ul li.highlight a span.menu_ar {
	background: transparent url(images/img_bubplastic-gray.gif) top right no-repeat;
	border		: #2b3238 0px solid	;
	text-decoration	: none			;
	color		: #000000		; }

 
