
#header	
	{
        width:              950;
        height:             101;
	}


#header	#menu
    {
    background-color:   #000000;
    background-image:   url('../images/bg/header.jpg'); 
    }

#header #menu #container
    {
    text-align:             right;
    width:                  700;
    position:               relative;
    top:                    20;
    }

#header #menu #container #normal
    {
    color:                  #666666;
    font-family:            verdana;
    font-size:              11;
    text-decoration:        none;
    }

#header #menu #container #normal #selected
    {
    color:                  #ffcc00;
    font-family:            verdana;
    font-size:              11;
    text-decoration:        none;
    }

#header #menu #container #normal a
    {
    color:                  #999999;
    font-family:            verdana;
    font-size:              11;
    text-decoration:        none;
    }
    
#header #menu #container #normal a:hover
    {
    color:                  #ffcc00;
    font-family:            verdana;
    font-size:              11;
    text-decoration:        none;
    }

#header #menu #container #big
    {
    position:               relative;
    top:                    15;
    color:                  #666666;
    font-family:            verdana;
    font-size:              16;
    text-decoration:        none;
    }

#header #menu #container #big a
    {
    color:                  #ffcc00;
    font-family:            verdana;
    font-size:              16;
    text-decoration:        none;
    font-weight:            bold;
    }
    
#header #menu #container #big img
    {
    vertical-align:         top;
    }
    
#header #menu #container #big a:hover
    {
    color:                  #ffcc00;
    font-family:            verdana;
    font-size:              16;
    text-decoration:        underline;
    font-weight:            bold;
    }
    
#you_are_here
    {
    position:               relative;
    top:                    3;
    left:                   10;
    height:                 20;
    color:                  #f27f1a;
    font-family:            verdana;
    font-size:              10;
    text-decoration:        none;
    }

#you_are_here a
    {
    color:                  #666666;
    font-family:            verdana;
    font-size:              10;
    text-decoration:        none;
    }
    
#you_are_here a:hover
    {
    color:                  #f27f1a;
    font-family:            verdana;
    font-size:              10;
    text-decoration:        none;
    }
    
