.menu{
	background: url(../images/menu-bg.png) no-repeat top left;
	width: 944px;
	height: 48px;
	margin: 5px 0 0 5px;
}

#menu {
	padding: 0;
	margin: 0;
	width: 944px;
}

#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	position: relative;
}

#nav li {
	float: left;
	padding: 0 0 0;
	width: 118px;
	height: 48px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}

#nav a {
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	text-transform:none;
	text-decoration: none;
	text-align: center;
	color: #00ADEF;
	width: 98px;
	height: 48px;
	z-index: 100;
	display: table-cell; 
	vertical-align: middle;
}

#nav a:hover {
	background: #fff;
}

#nav .nsel a {
	background: #fff;
}

#nav a span.play{
	background: url(../images/play.gif) no-repeat right center;
	padding: 5px 30px 5px 0;
	color: #FC2653;
}

#nav a:hover span.play, #nav li.nsel span.play{
	background: url(../images/play_on.gif) no-repeat right center;
}

#nav a span.shop{
	background: url(../images/shop.gif) no-repeat right center;
	padding: 5px 30px 5px 0;
	color: #D50B8B;
}

#nav a:hover span.shop, #nav li.nsel span.shop{
	background: url(../images/shop_on.gif) no-repeat right center;
}

#nav a span.index{
	background: url(../images/home.gif) no-repeat right center;
	padding: 5px 30px 5px 0;
}

#nav a:hover span.index, #nav li.nsel span.index{
	background: url(../images/home_on.gif) no-repeat right center;
}

#nav a span.learn{
	background: url(../images/learn.gif) no-repeat right center;
	padding: 9px 30px 9px 0;
	color: #0BB44F;
}

#nav a:hover span.learn, #nav li.nsel span.learn{
	background: url(../images/learn_on.gif) no-repeat right center;
}

#nav a span.eat{
	background: url(../images/eat.gif) no-repeat right center;
	padding: 9px 30px 9px 0;
	color: #F98803;
}

#nav a:hover span.eat, #nav li.nsel span.eat{
	background: url(../images/eat_on.gif) no-repeat right center;
}

/*begin extra icons*/
#nav a span.essex{
	background: url(../images/show.gif) no-repeat right center;
	padding: 9px 30px 9px 0;
	color: #7E7C50;
}

#nav a:hover span.essex, #nav li.nsel span.essex{
	background: url(../images/show_on.gif) no-repeat right center;
}

#nav a span.hire{
	background: url(../images/hire.gif) no-repeat right center;
	padding: 9px 30px 9px 0;
	color: #01629E;
}

#nav a:hover span.hire, #nav li.nsel span.hire{
	background: url(../images/hire_on.gif) no-repeat right center;
}

#nav a span.visit{
	background: url(../images/visit.gif) no-repeat right center;
	padding: 9px 30px 9px 0;
	color: #01629E;
}

#nav a:hover span.visit, #nav li.nsel span.visit{
	background: url(../images/visit_on.gif) no-repeat right center;
}


/*end extra icons*/



#related-nav li.nsel a {
	background: #D5F1FD;
}

.related-list li {
	list-style: none;
	line-height: 20px;
}


#related-nav {
    margin: 0 15px 20px 5px;
    padding: 18px 0 0 0;
    width: 198px;
    border-bottom: 1px solid #B8E7F9;
}


#related-nav a:hover {
	text-decoration: none;
}

#related-nav ul {
	margin: 0;
	padding: 0;
}

#related-nav li {
	list-style: none;
	display: block;
	border-top: 1px solid #B8E7F9;
    padding: 1px 0;
}

#related-nav li a {
	display: block;
	color: #10AFE9;
	font-size: 12px;
	padding: 2px 3px;
}

#related-nav li a:hover {
	background: #D5F1FD;
}

#related-nav li ul {
	margin: 0;
	padding: 0;
}

#related-nav li.nsel ul li a {
	padding-left: 25px;
	color: #000;
    background: none;
}

#related-nav li ul li.nsel a {
	padding-left: 25px;
	color: #10AFE9;
}

#related-nav li ul li a {
	padding-left: 25px;
}

#related-nav li ul li a:hover {
    color: #10AFE9;
}

#related-nav li ul li {
	padding: 1px 0 0;
    margin: 1px 0 0;
	border-top: 1px solid #B8E7F9;
}