
/*
#83df00 - Lime Green
#2b2b2b - Dark Grey
#919191 - Mid Grey
#e6e6e6 - Light Grey
*/

	/*
NAV
*/
* {margin: 0px; padding:  0px;}


#mainNav{
	width: 920px;
	background-color: #e6e6e6;
}

#nav {
      background: url(../img/navMainSprite.gif);
      height: 30px;
      width: 761px;
      margin: 0px;
      position: relative;
}

#nav li {
	list-style-type: none;
	float: left;
}

#nav a {
	height: 30px;
	display: block;
}

#nav span {display: none;}

#list1 { width: 106px; }
#list2 { width: 131px; }
#list3 { width: 132px; }
#list4 { width: 120px; }
#list5 { width: 169px; }
#list6 { width: 103px; }


#list1 a.home:hover {
      width: 106px;
      background: url(../img/navMainSprite.gif) 0px -30px no-repeat;
}

#list2   a.concert:hover {
	  width: 131px;
      background: url(../img/navMainSprite.gif) -106px -30px no-repeat;
}

#list3   a.theatre:hover {
	  width: 132px;
      background: url(../img/navMainSprite.gif) -237px -30px no-repeat;
}

#list4  a.sports:hover {
	  width: 120px;
      background: url(../img/navMainSprite.gif) -369px -30px no-repeat;
}

#list5  a.attractions:hover {
	  width: 169px;
      background: url(../img/navMainSprite.gif) -489px -30px no-repeat;
}

#list6  a.news:hover {
	  width: 103px;
      background: url(../img/navMainSprite.gif) -658px -30px no-repeat;
}



#list1  a.home:active {
	  width: 106px;
      background: url(../img/navMainSprite.gif) 0px -60px no-repeat;
}

#list2  a.concert:active {
	  width: 131px;
      background: url(../img/navMainSprite.gif) -106px -60px no-repeat;
}

#list3  a.theatre:active {
	  width: 132px;
      background: url(../img/navMainSprite.gif) -237px -60px no-repeat;
}

#list4  a.sports:active {
	  width: 120px;
      background: url(../img/navMainSprite.gif) -369px -60px no-repeat;
}

#list5  a.attractions:active {
	  width: 169px;
      background: url(../img/navMainSprite.gif) -489px -60px no-repeat;
}

#list6  a.news:active {
   	  width: 103px;
      background: url(../img/navMainSprite.gif) -658px -60px no-repeat;
}

#drops, #drops ul {
	padding:0;
	margin:0;
	clear:both;
	float:left;
	width:inherit;
	z-index: 2000;
	}
	
#drops ul.dropdown {
	background:#2b2b2b;
	padding: 10px;
	width:inherit;
	clear:both;
	float:left;
	}

#drops ul.dropdown li {
    width:inherit;
	clear:both;
	}
	
#drops ul.dropdown a {	
	color:#fff;
	font-size:10px;
	font-family: "tahoma", sans-serif;
	text-decoration:none;
	font-weight:normal;
	clear:both;
	float:left;
	height: 15px;
	}
	
	#drops ul.dropdown a:hover {	
	color:#83df00 ;
	font-size:10px;
	}
	


#drops li ul {
	position: absolute;
	width: 20px;
	left: -999em;
}

#drops li:hover ul {
	left: auto;
}

#drops li:hover ul, #drops li.sfhover ul {
	left: auto;
}

/*END SUCKERFISH*/

