

#menu :hover ul {left:0; top:25px; width:120px;}

.container {
	height:100%;
	margin:0 auto;
	background:url(bgOFF.gif) ;		
}

#menu{
	background:url(bgOFF.gif) ;
	height:100%;
}
/* ^^^^^^^^ BELOW IS THE CODE FOR THE MENU ^^^^^^^^^^ */
#menu{position:relative;display:block;height:100%;background:transparent url("bgOFF.gif") repeat-x top left;}
#menu ul{margin:0px;padding:0;list-style-type:none;width:auto;}
#menu li.ongl{display:block;float:left;margin:0;}
#menu li.ongl a.ongl{display:block;float:left;padding:7px 20px 0 20px;height:19px;background:transparent url("bgDIVIDER.gif") no-repeat top right;}
#menu li.ongl a.ongl:hover,#menu li.ongl a.ongl.current{background:#131546 url("bgDIVIDER.gif") no-repeat top right;}
/* ^^^^^^^^ ABOVE IS THE CODE FOR THE MENU ^^^^^^^^^^ */
