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

/* BUBBLE PLASTIC HORIZONTAL MENU */

.joomextendmenu {
	width: 100%;
	height: 27px;
	margin: 0 0 5px 0;
	padding: 0;
	background: #000000 url(../images/bg-bubplastic.gif) top left repeat-x;
}
.joomextendmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.joomextendmenu ul li {
	float: left;
	margin: 0;
	padding: 0;
	background: transparent url(../images/bg-bubplastic-button.gif) top left no-repeat;
	border-left: 1px solid #a9c74d;
}

.joomextendmenu ul li a, .joomextendmenu ul li ul li a {
	display: block;
	height: 27px;
	line-height:23px;
	padding-left: 10px;	
	font-weight:bold;
	text-decoration: none;
}

.joomextendmenu ul li a span.menu_ar {
	display: block;
	float: left;
	height: 23px;
	/* line-height:25px; */
	 
	padding-right:20px;
	background: transparent url(../images/bg-bubplastic-button.gif) top right no-repeat;
	cursor: pointer;
	
	font: normal 12px Helvetica, Geneva, sans-serif;
	padding-right: 10px;
	padding-top: 5px;
	margin-top: 0px;
}
.joomextendmenu li:hover ul{
		display:block;
		}

 

/*1st sub level menu*/
.joomextendmenu ul li ul{
position:absolute;
display: none;  
visibility: hidden;
background: transparent url(../images/bg-bubplastic-button.gif) top right repeat-y;
z-index:200; 
filter:alpha(opacity=95);
opacity:0.95;
margin:0px;
}
/*Top level list items*/
.joomextendmenu ul li{
position: relative;
display: inline;
float: left;
}

/*1st sub level menu*/
.joomextendmenu ul li ul{
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.joomextendmenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.joomextendmenu ul li ul li ul{
top: 0;
}



/* END BUBBLE PLASTIC HORIZONTAL MENU */



/* BUBBLE PLASTIC VERTICAL MENU */

/* END BUBBLE PLASTIC VERTICAL MENU */



/* AQUA HOVER */


.joomextendmenu.aqua ul li a:hover,.joomextendmenu-v.aqua ul li a:hover{
	background: transparent url(../images/bg-bubplastic-h-aqua.gif) top left no-repeat;
}

.joomextendmenu.aqua ul li a.selected {
	background: transparent url(../images/bg-bubplastic-h-aqua.gif) top left no-repeat;
}

.joomextendmenu.aqua ul li a:hover span.menu_ar,.joomextendmenu-v.aqua ul li a:hover span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-aqua.gif) top right no-repeat;
}

.joomextendmenu.aqua ul li a.selected span.menu_ar,.joomextendmenu-v.aqua ul li a.selected span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-aqua.gif) top right no-repeat;
}


/* BLUE HOVER */

.joomextendmenu.blue ul li a:hover,.joomextendmenu-v.blue ul li a:hover,
.joomextendmenu.blue ul li.selected a,.joomextendmenu-v.blue ul li.selected a {
	background: transparent url(../images/bg-bubplastic-h-blue.gif) top left no-repeat;
}
.joomextendmenu.blue ul li a:hover span.menu_ar,.joomextendmenu-v.blue ul li a:hover span.menu_ar,
.joomextendmenu.blue ul li.selected a span.menu_ar,.joomextendmenu-v.blue ul li.selected a span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-blue.gif) top right no-repeat;
}
*/

.joomextendmenu.blue ul li a:hover,.joomextendmenu-v.blue ul li a:hover{
	background: transparent url(../images/bg-bubplastic-h-blue.gif) top left no-repeat;
}

.joomextendmenu.blue ul li a.selected {
	background: transparent url(../images/bg-bubplastic-h-blue.gif) top left no-repeat;
}

.joomextendmenu.blue ul li a:hover span.menu_ar,.joomextendmenu-v.blue ul li a:hover span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-blue.gif) top right no-repeat;
}

.joomextendmenu.blue ul li a.selected span.menu_ar,.joomextendmenu-v.blue ul li a.selected span.menu_ar {
	background: transparent url(../images/bg-bubplastic-h-blue.gif) top right no-repeat;
}


/* GRAY HOVER */


 
 
 
	

/* Holly Hack for IE \*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
background-image:url(../images/down.gif);
width:11px;
height:8px;
top: 7px;
right: 5px;
}

.rightarrowclass{
position: absolute;
width:8px;
height:11px;
top: 5px;
right: 0px;
background-image:url(../images/right.gif);
}

/* ######### CSS for shadow added to sub menus  ######### */
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}