@charset "utf-8";
/* CORE FRAMEWORK STYLESHEET - USE 'MYSTYLE.CSS' TO ADD CSS STYLES */

.menuh a{width:120px;height:34px;}
.menuh a#overview{background:url(../../images/navigation/overview.jpg) top center no-repeat;}
.menuh a#whosonline{background:url(../../images/navigation/whosonline.jpg) top center no-repeat;}
.menuh a#myprofile{background:url(../../images/navigation/myprofile.jpg) top center no-repeat;}
.menuh a#performancearea{background:url(../../images/navigation/performancearea.jpg) top center no-repeat;}
.menuh a#logout{background:url(../../images/navigation/logout.jpg) top center no-repeat;}
.menuh a#adminarea{background:url(../../images/navigation/adminarea.jpg) top center no-repeat;}
.menuh a#support{background:url(../../images/navigation/support.jpg) top center no-repeat;}
.menuh a#foh{background:url(../../images/navigation/foh.jpg) top center no-repeat;}
.menuh a#studio{background:url(../../images/navigation/studio.jpg) top center no-repeat;}
.menuh a#bytmembers{background:url(../../images/navigation/byt.jpg) top center no-repeat;}
.menuh a#becomeamember{background:url(../../images/navigation/becomeamember.jpg) top center no-repeat;}
.menuh a#contactus{background:url(../../images/navigation/contactus.jpg) top center no-repeat;}
.menuh a#missionstatement{background:url(../../images/navigation/missionstatement.jpg) top center no-repeat;}
.menuh a#reviews{background:url(../../images/navigation/reviews.jpg) top center no-repeat;}
.menuh a#events{background:url(../../images/navigation/events.jpg) top center no-repeat;}
.menuh a#editprofile{background:url(../../images/navigation/editprofile.jpg) top center no-repeat;}
.menuh a#games{background:url(../../images/navigation/games.jpg) top center no-repeat;}

.menuh .spacer{background:white;width:120px;height:34px;padding:8px 3px;display:block;margin:0;cursor:default;}

.menuh a#overview.active, .menuh a#overview:hover,
.menuh a#whosonline.active, .menuh a#whosonline:hover,
.menuh a#myprofile.active, .menuh a#myprofile:hover,
.menuh a#performancearea.active, .menuh a#performancearea:hover,
.menuh a#logout.active, .menuh a#logout:hover,
.menuh a#adminarea.active, .menuh a#adminarea:hover,
.menuh a#support.active, .menuh a#support:hover,
.menuh a#foh.active, .menuh a#foh:hover,
.menuh a#studio.active, .menuh a#studio:hover,
.menuh a#bytmembers.active, .menuh a#bytmembers:hover,
.menuh a#becomeamember.active, .menuh a#becomeamember:hover,
.menuh a#contactus.active, .menuh a#contactus:hover,
.menuh a#missionstatement.active, .menuh a#missionstatement:hover,
.menuh a#reviews.active, .menuh a#reviews:hover,
.menuh a#events.active, .menuh a#events:hover,
.menuh a#editprofile.active, .menuh a#editprofile:hover,
.menuh a#games.active, .menuh a#games:hover
{background-position:bottom;}

#topnavigation{display:block;}
.menuh-container{padding:0;margin:0;;}
.menuh-container:after{content: ".";display:block;height:1%;clear:both;visibility:hidden;margin:0;}
.menuh{float:left;width:100%;margin-bottom:10px;margin-top:10px;}
.menuh a{text-align:center;display:block;margin:0;padding:8px 3px;text-indent:-9000px;}
.menuh a:link, .menuh a:visited, .menuh a:active{text-decoration:none;}
.menuh a:hover{text-decoration:none;}	
.menuh ul{list-style:none;margin:0;padding:0;float:left;
/* IE Min Max Fix - http://www.gunlaug.no/contents/wd_1_02_01.html#item34 */ width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) > 120 ? "120px" : (((document.compatMode && document.compatMode=='CSS1Compat') ? 	document.documentElement.clientWidth : document.body.clientWidth) < 120 ? "120px" : "99.7%"));}
/* List fixes */.menuh ul ul{position:absolute;z-index:500;top:auto;display:none;padding: 1em;margin:-1em 0 0 -1em;}
.menuh ul ul ul{top:0;left:100%;}
div.menuh li:hover{cursor:pointer;z-index:100;}
div.menuh li:hover ul ul,div.menuh li li:hover ul ul,div.menuh li li li:hover ul ul,div.menuh li li li li:hover ul ul{display:none;}
div.menuh li:hover ul,div.menuh li li:hover ul,div.menuh li li li:hover ul,div.menuh li li li li:hover ul{display:block;}}
