#tabs{
width:641px;
height:38px;                                
background-repeat:no-repeat;
padding-left:3px;
}

#tabs a:focus{
outline:none;
-ie6-outline:none;
}

#tabs ul{
margin:0px;
padding:0px;
list-style-type:none;
}

#tabs ul li{
float:left;
}

a.tab{
width:80px;   
height:39px;
font-size:0px;
text-indent:-10000px;
display:block;                             
background-repeat:no-repeat;
cursor:pointer;
}

a.home
{
	width:85px;                   
	background:url(../images/tabs/tabs.gif) 0 0 no-repeat;
} 

a.home:hover, a.home.active
{
	background-position: 0 -44px;
}

a.who-are-we
{                    
	width:111px;                   
	background:url(../images/tabs/tabs.gif) -84px 0 no-repeat;
} 

a.who-are-we:hover, a.who-are-we.active
{
	background-position: -84px -44px;
}  

a.whats-on
{                        
	width:109px;                   
	background:url(../images/tabs/tabs.gif) -195px 0 no-repeat;
} 

a.whats-on:hover, a.whats-on.active
{
	background-position: -195px -44px;
}          

a.sponsorship
{                      
	width:110px;                   
	background:url(../images/tabs/tabs.gif) -304px 0 no-repeat;   
}

a.sponsorship:hover, a.sponsorship.active
{
	background-position: -304px -44px;
}
      
a.membership
{                       
	width:110px;                   
	background:url(../images/tabs/tabs.gif) -414px 0 no-repeat;  
}  

a.membership:hover, a.membership.active
{
	background-position: -414px -44px;
} 

a.galleries
{                      
	width:114px;                   
	background:url(../images/tabs/tabs.gif) -523px 0 no-repeat;  
}  

a.galleries:hover, a.galleries.active
{
	background-position: -523px -44px;
}

#tabs ul ul{   
    padding:10px 5px 5px 5px;
    margin:0px;               
    position:absolute;
    z-index:100;
    left:-999%;  
    width:98px;
    background-color:#1097da;  
 text-align: center;    
}
        
#tabs ul li:hover ul,#tabs ul li.sfhover ul,
#tabs ul ul li:hover ul,#tabs ul ul li.sfhover ul, 
#tabs ul ul ul li:hover ul, #tabs ul ul ul li.sfhover ul  
{            
    left:auto;
}  

#tabs ul ul li{
 text-align: center;
 width:100%;
 padding-bottom:5px;
} 

#tabs ul ul li a{
 font-weight:bold;
 color:#ffffff;      
 display:block;
 text-decoration: none;
} 

#tabs ul ul li a:hover{
 font-weight:bold;
 color:#ff8800;      
 display:block;
 text-decoration: none;
} 
