#menu {
	margin: 0 auto;
	padding-left: 3px;
	width: 753px;
	height: 42px;
	background: #003472 url(../img/bg_nav.gif) repeat-x;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	font-size: 11px;
}
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav ul {
	padding: 5px 0 8px 0;
}
#nav a {
	display: block;
} 

#nav li {
	float: left;
	/* margin-right: 2px; */
}

#nav li:hover ul, #nav li.nav_hover ul {
	left: auto;
}
/*new */
#nav a.topLevel {
	padding: 36px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/: 36px; /* for IE5/Win */
}

.nav_sub {
	position: absolute;
	top: 38px;
	left: -999em;
	background: #cd141a;
	margin: 0;
	padding: 0;
	width: 165px;
}
.nav_sub a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	margin: 0;
	width: 150px;
}
.nav_sub a:hover {
	color: #fff;
	background: #FF0000;
	text-decoration: none;
}

/* newly added */
#nav li:hover, #nav li.nav_hover {
	background-position: 0 -42px;
}
#nav .nav_selected {
	background-position: 0 -42px;
}
/* nav face */
#about {
	height: 42px;	
	width: 85px;
	background: url(../img/nav/about.gif) top left no-repeat;	
}
#course {
	height: 42px;
	width: 72px;
	background: url(../img/nav/course.gif) top left no-repeat;
}
#competition {
	height: 42px;
	width: 67px;
	background: url(../img/nav/competition.gif) top left no-repeat;
}
#ipsc {
	height: 42px;
	width: 111px;
	background: url(../img/nav/ipsc.gif) top left no-repeat;
}
#gear {
	height: 42px;
	width: 54px;
	background: url(../img/nav/gear.gif) top left no-repeat;
}
#media {
	height: 42px;
	width: 67px;
	background: url(../img/nav/media.gif) top left no-repeat;
}
#learning {
	height: 42px;
	width: 83px;
	background: url(../img/nav/learning.gif) top left no-repeat;
}
#community {
	height: 42px;
	width: 77px;
	background: url(../img/nav/community.gif) top left no-repeat;
}
#activities {
	height: 42px;
	width: 75px;
	background: url(../img/nav/activities.gif) top left no-repeat;
}
#overseas {
	height: 42px;
	width: 77px;
	background: url(../img/nav/overseas.gif) top left no-repeat;
}
#links {
	height: 42px;
	width: 56px;
	background: url(../img/nav/links.gif) top left no-repeat;
}
