#header { width:100%; height:124px;
          background-image:url('../images/header_background.jpg'); background-repeat:no-repeat; }

#logo { width:219px; height:102px; margin-left:51px; margin-top:7px; float:left;
        background-image:url('../images/logo.png'); background-repeat:no-repeat;
        cursor:pointer; cursor: hand; }

#header ul {
	list-style: none;
	float: right;
}
#header li {
	position: relative;
	float: left;
	padding: 0 10px;
	border-right: 1px dashed black;
}
#header .last {
	border-right: none;
}
#header a {font-size: 13.5px; font-weight: bold;}
#header #about_us a {color: #3ab54a;}
#header #contact a {color: #28b3c0;}
/*
#about_us { font-family:Calibri; font-size:13.5px; font-weight:bold; color:#3ab54a;
             float:right; margin-top:14px; margin-right:12px; }
#contact { font-family:Calibri; font-size:13.5px; font-weight:bold; color:#28b3c0;
            float:right; margin-top:14px; margin-left:12px; margin-right:23px; }
*/

#dotted_vertical_separator { width:1px; height:13px;
                             float:right; margin-top:16px;
                             background-image:url('../images/separator_dots.png'); background-repeat:no-repeat; }