﻿
/* HORIZONTAL MENU */


.hat{
position:relative;
width: 940px;
margin-left:auto;
margin-right:auto;
	
}

.bg-grey {
	background-color: #A3A3A3; 
	}
.bg-grey-google {
	background-color: #A3A3A3;  background-image:url('http://images.newarkadvertiser.co.uk/header/google.jpg');  background-position:right; background-repeat:no-repeat;
}

.ads{
	margin-top: 5px;
	width:940px;
	height: 90px;
}


.ad2{
	margin-top: 5px;
	margin-left:736px;
	width:200px;
	height: 90px;
}


.advertiser-logo{
	margin-top: 30px;
	margin-bottom:0px;
	width:940px;
	height: 70px;
}


.drop{
	margin-top: 0px;
	width:940px;
	height:5px;
	background-image:url('http://images.newarkadvertiser.co.uk/header/drop-bg.jpg'); background-repeat:repeat-x;
	padding-bottom:6px;
}

.dropnews{
	margin-top: 0px;
	width:940px;
	height:24px;
	background-image:url('http://images.newarkadvertiser.co.uk/header/bg-news.jpg');
}


ul{
	list-style:none;
	padding:0px;
}


#menucontainer{
    position:relative;
	height:23px;
	width:940px;
	font-size:70%;
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	background-image:url('http://images.newarkadvertiser.co.uk/header/bg-main.JPG');
	margin-left:auto;
    margin-right:auto;
	}

#menunav ul{
	margin-left:0px;
}

#menunav ul li{
	height:23px;
    float: left;
    background: url('http://images.newarkadvertiser.co.uk/header/bg-button.jpg');
}


#menunav ul li a{
    float:left;
	display:block;
	color: #000;
	text-decoration:none;
	padding:0 0 0 20px;
	height:23px;}

#menunav ul li a span{
	padding:5px 20px 0 0;
	height:23px;
	float:left;}

#menunav ul li a:hover{
	color:#000;	
	background:transparent url(http://images.newarkadvertiser.co.uk/header/bg-button2.jpg);}

#menunav ul li a:hover span{
	display:block;
	cursor:pointer;}
	
#menunav ul li a.current, #menunav ul li a.current:hover{
	color:#000;
	background:url(http://images.newarkadvertiser.co.uk/header/bg-button2.jpg);
	line-height:23px;}
	
#menunav ul li a.current span{
	display:block;
	padding:0 20px 0 0;
}              
                    