﻿body {    
    padding-right: 10px; 
    padding-left: 10px;
}



/* TAB MENU   
----------------------------------------------------------*/
 
#menu ul {
    border-bottom: 0 #5C87B2 solid;
    padding:  0 0 0;
    position: relative;
    margin: 0;
    text-align: right;
   
}


#menu li {
    display: inline;
    list-style: none; 
    margin: 0 2px 0 0;    
    vertical-align: middle;
}



#menu li a {
    font-weight: bold;
    text-decoration: none;
    line-height: 1.4em;
    background-color: #eaeaea;
    color: Black;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    height: 30px;
    vertical-align: middle; 
    font-weight: bolder;
    padding-top: 6px;
}

#menu li a:hover {
    background-color: #E95B14;
    text-decoration: none;
}

#menu li a:active {
    background-color: Silver;
    text-decoration: none;    
}

#menu li a.selected {
	background:#F8B335;
	color: White; 
}

#menu li a.selected_sports {
	background:#33AADD;
	color: White; 
}

#menu li a.selected_tours {
	background:#F2C849;
	color: White; 
}

#menu li a.selected_kids {
	background:#A72B85;
	color: White; 
}

#menu li a.selected_eating {
	background:#468847;
	color: White; 
}



.navbar {
    margin-bottom: 0; padding-bottom:0; 
}

.li {
    vertical-align: middle;
    text-align: center;
    margin: 0;
}


a.loginButtons
{
    font-weight:bold; 
    text-decoration: none; 
    color: Black;
    height: 30px;   
}

