#theMenu 
{
    min-height: 300px;
    margin: 10px 0;
    padding: 0;
    width: 100%;
}
		
		/* Some list and link styling */		
div.pane { border-bottom:0px solid #fff; padding: 0;  }
div.pane { display:block; color: #060505;  font-size: 16px;text-decoration:none; font-weight:normal;padding:5px;line-height:40px;
            font-family:Arial}
		
		/* Header links styling */
h3.head { 
		color: #ff6c31;
		display:block; 
		font-family: TradeGothicLTBold_20;
        font-size: 20px;
		background: url(../images/down.png) no-repeat; 
		background-position: 98% 50%;
		padding: 10px 6px;
		text-decoration:none;
		text-transform:uppercase;
		
		
}		
h3.current { 
		background: #fff url(../images/up.png) no-repeat; 
		background-position:98% 50%;
}