.top-nav-home a, .top-nav-home a:visited {
    display:block;
    float:left;
    padding:5px 12px 0px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color: #FFF;
	height:60px;
	width: inherit;
	text-decoration: none;
	text-align: left;
	border-right:1px solid #B0B0B0;
	background: url("../images/top_nav/home.jpg");
	background-repeat:repeat-x;
	}
		
.top-nav-home a:hover {	
    background-position: 0 -30px;
	color: #fff;
	}


.top-nav-basket a, .top-nav-basket a:visited
    {
    display:block;
    float:right;
    padding:5px 12px 0px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color: #FFF;
	height:60px;
	width: inherit;
	text-decoration: none;
	text-align: left;
	border-left:1px solid #B0B0B0;
    background-image: url(../images/top_nav/basket.jpg);
    background-repeat:repeat-x;
    }

.top-nav-basket a:hover
    {
    background-position:0px -30px;
    color: #ffffff;
    }
	

.top-nav-checkout a, .top-nav-checkout a:visited {
    display:block;
    float:right;
    padding:5px 12px 0px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color: #FFF;
	height:60px;
	width: inherit;
	text-decoration: none;
	text-align: left;
	border-left:1px solid #B0B0B0;
	background-image: url(../images/top_nav/checkout.jpg);
	background-repeat:repeat-x;
	}
		
.top-nav-checkout a:hover {	
    background-position: 0 -30px;
	color: #fff;
	}
	
	
.top-nav-faq a, .top-nav-faq a:visited{
    display:block;
    float:left;
    padding:5px 12px 0px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color: #FFF;
	height:60px;
	width: inherit;
	text-decoration: none;
	text-align: left;
	border-right:1px solid #B0B0B0;
    background-image: url(../images/top_nav/faq.jpg);
	background-repeat:repeat-x;
	}
		
.top-nav-faq a:hover{	
    background-position: 0 -30px;
	color: #fff;
	}	
	
	

.top-nav-contact a, .top-nav-contact a:visited {
    display:block;
    float:left;
    padding:5px 12px 0px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color: #FFF;
	height:60px;
	width: inherit;
	text-decoration: none;
	text-align: left;
	border-right:1px solid #B0B0B0;
	background-image: url(../images/top_nav/contact_us.jpg);
	background-repeat:repeat-x;
	}
		
.top-nav-contact a:hover {	
    background-position: 0 -30px;
	color: #fff;
	}
	
	
.top-nav-search 
    {
    float:left;
    height:30px;
    width:175px;
    text-align: left;
    background-image: url(../images/top_nav/search_background.gif);

    }
	
#top-nav-search-container
    {
    width:162px;
    height:22px;
    margin-top:6px;
    margin-left:6px;
    }	
	
	
.searchboxkat
    {
    margin: 0;
    border: 0;
    padding: 0 0 0 4px;
    float: left;
    width:116px;
    height:14px;
    font-size:11px;

    }

.searchbuttonkat
    {
    border: 0;
    float: left;
    }	

