/* CSS Document */

#header h1 {
	background-image: url("");
	background-repeat: no-repeat;
	background-position: right;
	}
#header .smallmenu {
        color: #FFFFFF;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 0.53em;
        }

#header .smallmenu a {
        color: #FFFFFF;
        text-decoration: underline;
        }

#header .smallmenu a:visited {
        color: #FFFFFF;
        }

#header .smallmenu a:hover {
        color: #FFCC00;
        }

