div#funzmainmenu1 {float:left}
div#funzmainmenu2 {float:left}

.funztabs{
border-bottom: 1px solid gray;
}

.funztabs ul{
padding: 0 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font-family: Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.funztabs li{
display: inline;
margin: 0;
color:#ffffff;
}

.funztabs li a{
/*padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(media/bluetab.gif) top left repeat-x; */
/*THEME CHANGE HERE*/
	text-decoration: none;
	color:#ffffff;
	width:71px;
	height:36px;
	background:url(img/butt_grey.gif) repeat-x;
	border-right:1px solid #6c6c6c;
	border-left:1px solid #000000;
	text-align:center;
	line-height:36px;
	vertical-align:middle;
	display:block;
	font-weight:bold;
	font-size:11px;
	float:left;
}

/* MENU PART 2 */
.funztabs li a.n_blue {
	background:url(img/butt_blue.gif) repeat-x;
	border-right:1px solid #6c6c6c;
	border-left:1px solid #000000;
}
.funztabs li a.n_blue:hover, .funztab li.selected a.n_blue:hover {
    background:#0286f3;	
}
.funztabs li a.n_green {
	background:url(img/butt_green.gif) repeat-x;
	border-right:1px solid #6c6c6c;
	border-left:1px solid #000000;
}
.funztabs li a.n_green:hover {
    background:#00a718;	
}
.funztabs li a.n_purple {
	background:url(img/butt_purple.gif) repeat-x;
	border-right:1px solid #6c6c6c;
	border-left:1px solid #000000;
}
.funztabs li a.n_purple:hover {
    background:#7f00e3;	
}
.funztabs li a.n_orange {
	background:url(img/butt_orange.gif) repeat-x;
	border-right:1px solid #6c6c6c;
	border-left:1px solid #000000;
}
.funztabs li a.n_orange:hover {
    background:#e06600;	
}
/* MENU PART 2 */

.funztabs li a:visited{
color: #ffffff;
}

.funztabs li a:hover{
text-decoration: none;
background:#979797;
}

.funztabs li.selected{
}

.funztabs li.selected a{ /*selected main tab style */
/*background-image: url(media/bluetabactive.gif); 
border-bottom-color: white;*/
/*THEME CHANGE HERE*/
color:#ffffff;
background:#b80000;
}

.funztabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}
.funztabs ul li#nav_selected a {
	background-image:url(img/butt_red.gif);
	background-repeat:repeat-x;
	background-position:top left;
}

/* ######### Style for Drop Down Menu ######### */

.funzsubitems{
position:absolute;
top: 0;
border: 1px solid #ccc;
font:normal 11px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #6f6f6f;
width: auto;
visibility: hidden;
}


.funzsubitems a{
width: auto;
display: block;
text-indent: 8px;
padding: 2px 0;
padding-right:8px;
text-decoration: none;
color: #fff;
}

* html .funzsubitems a{ /*IE only hack*/
width: 100%;
}

.funzsubitems a:hover{ /*THEME CHANGE HERE*/
background-color: #000;
}
