/* CSS Document */
#nav{
list-style:none;
margin:0;
padding:0;
}
#nav ul{
margin:0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
margin-left:0px;
padding-left:0px;
}
#nav ul li{
display:inline;
}
#nav li a{
float:left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: bold;
display:inline;
padding:24px 20px;
color:#000000;
text-decoration:none;
/*background: url(../images/menu_separator_1.jpg) no-repeat right;*/
}
#nav li a:hover{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight: bold;
background: url(../images/contact_bg.jpg) no-repeat;
color:#ffffff;
text-decoration:none;
}
#nav li a#home{

}
#nav li a#home:hover{
background: url(../images/home_bg.jpg) no-repeat center;
}
#nav li a#photo{

}
#nav li a#photo:hover{
background: url(../images/photo_hover.jpg) no-repeat center;
}
#nav li a#contact{

}
#nav li a#contact:hover{
background: url(../images/contact_bg.jpg) no-repeat center;
}
