@charset "utf-8";
/* Other colors

- Bucharest - 
#a12561
#811e4e

- Hotels - 
#9d6c11
#c64e19

- Flights - 
#2980af
#21668c

- TODO - 
#c48715
#9d6c11

- Wellness- 
#409c20
#34801a

- Romania - 
#004fab
#003f89



*/

#navcontainer ul
{
background-color: #b72323;
border-bottom:5px solid #9a1414;
text-align: center;
padding:6px 0  3px 0; 
margin-top: 0;
/* cancels gap caused by top padding in Opera 7.54 */
margin-left: 0;
color: white;
font-family: Trebuchet MS, "Trebuchet MS", Arial,Helvetica,sans-serif;
/* fixes Firefox 0.9.3 */

}

#navcontainer ul li
{ display: inline; padding:3px 0  5px 0;  }

#navcontainer ul li a
{
 display: inline; padding:3px 15px 5px 15px;
color: white; text-decoration: none;
font: bold 13px Trebuchet MS, "Trebuchet MS", Arial,Helvetica,sans-serif; text-transform:uppercase;
}

#navcontainer ul li a:hover, #navcontainer ul li a#current
{
background-color: #9a1414;
color: #fffcd7;
font: bold 13px Trebuchet MS, "Trebuchet MS", Arial,Helvetica,sans-serif;
}

#navcontainer #active { border-left: 0px solid #fff; }


