/* 	============= Header Menu ===============  */
.topMenu
{
	width:377px;
    height:18px;
	background:url(../selesti-images/background-menu.gif) no-repeat;
}
#nav{
    overflow:hidden;
    height:18px;
    width:377px;
    list-style: none;
}
#nav li{
    float: left;
    height:18px;
}
#nav li a{
    display: block;
    overflow:hidden;
    text-indent:-10000px;
    height:18px;
	background:url(../selesti-images/background-menu.gif) no-repeat;	
}
#nav li #nav-home {
    background-position:0 0; 	width:54px;	
}
#nav li #nav-home:hover {
    background-position:0 -18px;
}
#nav li.selected #nav-home, #nav li.selected #nav-home:hover  {
    background-position:0 -18px; 
}
#nav li #nav-about {
    background-position:-54px 0; 	width:71px;
}
#nav li #nav-about:hover {
    background-position:-54px -18px;
}
#nav li.selected #nav-about, #nav li.selected #nav-about:hover {
    background-position:-54px -18px;
}
#nav li #nav-ourwork {
    background-position:-125px 0; 	width:98px;
}
#nav li #nav-ourwork:hover {
    background-position:-125px -18px;
}
#nav li.selected #nav-ourwork, #nav li.selected #nav-ourwork:hover {
    background-position:-125px -18px;
}
#nav li #nav-services {
    background-position:-223px 0; 	width:82px;
}
#nav li #nav-services:hover {
    background-position:-223px -18px;
}
#nav li.selected #nav-services, #nav li.selected #nav-services:hover {
    background-position:-223px -18px;
}
#nav li #nav-contact {
    background-position:-304px 0; 	width:72px;
}
#nav li #nav-contact:hover {
    background-position:-304px -18px;
}
#nav li.selected #nav-contact, #nav li.selected #nav-contact:hover {
    background-position:-304px -18px;
}

