#navigation {
width: 150px; /* set width of menu */
} 

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-style: outset;
	opacity: .7;
	filter: alpha(opacity=70);
	width: 150px;
	font-size:100%;
	border : thin;
}

#navigation li {
	margin: -1px 0 0 0;
	padding: 0;
	text-align: left;
	}		
	
#navigation a {
	display:block;
	PADDING-LEFT: 10px;
	color: #000033;
	font-weight: bold;

	background:#ededfc;
	border: 1px solid #cccc99;
	padding:5px 7px;
	font:normal normal bold 12px tahoma, verdana, sans-serif;
	width: 100%;
}
	
#navigation a:hover {
	display:block;
	background-color:#66ff99;
	color:#000000;
}
	
#navigation #currentpage a {
	display:block;
	color: #000000;
	BACKGROUND-COLOR: #66ff99;
	border-bottom: 1px solid  #cccc99;
}

#navigation #special a {
	display:block;
	color: #000000;
	BACKGROUND-COLOR: #6666ff;
	border-bottom: 1px solid  #cccc99;
}

#navigation #special2 a {
	display:block;
	color: #000000;
	BACKGROUND-COLOR: #9999ff;
	border-bottom: 1px solid  #cccc99;
}
	
#navigation #currentsection a {
	color: #1e90ff;
	}




/* BUBBLE PLASTIC HORIZONTAL MENU - 2009 HEADER NAVIGATION */

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

.bubplastic.horizontal {
	width: 100%;
	height: 27px;
	margin: 0;
	padding: 0;
	background: #000000 url(/images/nav/2008/bg-bubplastic.gif) top left repeat-x;
}

.bubplastic.horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
}
.bubplastic.horizontal ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(/images/nav/2009/bg-bubplastic-button.gif) top left no-repeat;
}

.bubplastic.horizontal ul li a {
	display: block;
	height: 27px;
	padding-left: 15px;
	float: left;
	text-transform: uppercase;
	font-family: "Tahoma";
	font-size: 12.5px;
	font-weight: bold;
	color: #efefef;
	text-decoration: none;
}

.bubplastic.horizontal ul li a span.menu_ar {
	display: block;
	float: left;
	height: 22px;
	padding-top: 5px;
	padding-right: 15px;
	background: transparent url(/images/nav/2009/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
}
/* END BUBBLE PLASTIC HORIZONTAL MENU */


/* BUBBLE PLASTIC BLUE HOVER */
.bubplastic.blue ul li a:hover,
.bubplastic.blue ul li.highlight a {
	background: transparent url(/images/nav/2009/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.bubplastic.blue ul li a:hover span.menu_ar,
.bubplastic.blue ul li.highlight a span.menu_ar {
	background: transparent url(/images/nav/2009/bg-bubplastic-h-blue.gif) top right no-repeat;
}



/* BUBBLE PLASTIC GREEN HOVER */
.bubplastic.green ul li a:hover,
.bubplastic.green ul li.highlight a {
	background: transparent url(/images/nav/2009/bg-bubplastic-h-green.gif) top left no-repeat;
	color: #FFFFFF;
	text-decoration: none;	
}
.bubplastic.green ul li a:hover span.menu_ar,
.bubplastic.green ul li.highlight a span.menu_ar {
	background: transparent url(/images/nav/2009/bg-bubplastic-h-green.gif) top right no-repeat;
	color: #FFFFFF;
	text-decoration: none;	
}


/* BUBBLE PLASTIC ORANGE HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	background: transparent url(/images/nav/2009/bg-bubplastic-h-orange.gif) top left no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.bubplastic.orange ul li a:hover span.menu_ar,
.bubplastic.orange ul li.highlight a span.menu_ar {
	background: transparent url(/images/nav/2009/bg-bubplastic-h-orange.gif) top right no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}


/* BUBBLE PLASTIC APPLICATION HOVER */
.bubplastic.orange ul li a:hover,
.bubplastic.orange ul li.highlight a {
	background: transparent url(/images/nav/2009/bg-bubplastic-h-orange.gif) top left no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}
.bubplastic.orange ul li a:hover span.menu_ar_app,
.bubplastic.orange ul li.highlight a span.menu_ar_app {
	background: transparent url(/images/nav/2009/bg-bubplastic-h-orange.gif) top right no-repeat;
	color: #FFFFFF;
	text-decoration: none;
}


/* END BUBBLE PLASTIC MENU - 2009 HEADER */
