#navbar {
font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; font-variant:small-caps; font-weight:normal;
}
#navbar li {
    list-style:none;
    display:inline;
}
#navbar a {
    color:#fff;
	text-align:center;
    text-decoration:none;
    background:url("images/home_but.jpg") no-repeat;
    float:left;
	padding:25px 0px 0px 0px;
    height:35px;
	width:105px;
}
#navbar a:hover { 
    background-position:0 -62px;
    color:#FFFFFF;
}
#navbar a:active {
    background-position:0 -62px;
    color:#FFFFFF;
}

/* About */

#about_but {
font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; font-variant:small-caps; font-weight:normal;
}
#about_but li {
    list-style:none;
    display:inline;
}
#about_but a {
    color:#fff;
	text-align:center;
    text-decoration:none;
    background:url("images/about_but.jpg") no-repeat;
    float:left;
	padding:25px 0px 0px 0px;
    height:35px;
	width:135px;
}
#about_but a:hover { 
    background-position:0 -62px;
    color:#FFFFFF;
}
#about_but a:active {
    background-position:0 -62px;
    color:#FFFFFF;
}

/* Work */

#work_but {
font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; font-variant:small-caps; font-weight:normal;
}
#work_but li {
    list-style:none;
    display:inline;
}
#work_but a {
    color:#fff;
	text-align:center;
    text-decoration:none;
    background:url("images/work_but.jpg") no-repeat;
    float:left;
	padding:25px 0px 0px 0px;
    height:35px;
	width:135px;
}
#work_but a:hover { 
    background-position:0 -62px;
    color:#FFFFFF;
}
#work_but a:active {
    background-position:0 -62px;
    color:#FFFFFF;
}

/* Drawings */

#drawings_but {
font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; font-variant:small-caps; font-weight:normal;
}
#drawings_but li {
    list-style:none;
    display:inline;
}
#drawings_but a {
    color:#fff;
	text-align:center;
    text-decoration:none;
    background:url("images/drawing_but.jpg") no-repeat;
    float:left;
	padding:25px 0px 0px 0px;
    height:35px;
	width:112px;
}
#drawings_but a:hover { 
    background-position:0 -62px;
    color:#FFFFFF;
}
#drawings_but a:active {
    background-position:0 -62px;
    color:#FFFFFF;
}

/* Directions */

#directions_but {
font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; font-variant:small-caps; font-weight:normal;
}
#directions_but li {
    list-style:none;
    display:inline;
}
#directions_but a {
    color:#fff;
	text-align:center;
    text-decoration:none;
    background:url("images/directions_but.jpg") no-repeat;
    float:left;
	padding:25px 0px 0px 0px;
    height:35px;
	width:119px;
}
#directions_but a:hover { 
    background-position:0 -62px;
    color:#FFFFFF;
}
#directions_but a:active {
    background-position:0 -62px;
    color:#FFFFFF;
}

/* Contact */

#contact_but {
font-family:Georgia, "Times New Roman", Times, serif; font-size:18px; font-variant:small-caps; font-weight:normal;
}
#contact_but li {
    list-style:none;
    display:inline;
}
#contact_but a {
    color:#fff;
	text-align:center;
    text-decoration:none;
    background:url("images/contact_but.jpg") no-repeat;
    float:left;
	padding:25px 0px 0px 0px;
    height:35px;
	width:142px;
}
#contact_but a:hover { 
    background-position:0 -62px;
    color:#FFFFFF;
}
#contact_but a:active {
    background-position:0 -62px;
    color:#FFFFFF;
}