* {padding:0; margin:0;}

.navContainer{
	margin:auto;
	width:989px;
	height:35px;
	background-image:url(../images/nav_bar.jpg);
	background-repeat:repeat-x;
	color:#333;
	border-right:1px solid #999;
}

.link a{
	color:#000;
	list-style:none;
	float:left;
	text-align:center;
	text-decoration:none;
	width:162px;
	height:35px;
	line-height:2.9em;
	border-left: 1px solid #ccc;
}

.link a:hover{
	color:#4498C7;
	text-decoration:none;
}

.dropdown {
	float:left; 
	text-align:center;
}
.dropdown dt {
	line-height:2.9em;
	height:35px;
	width:165px;
	cursor:pointer;
	color:#000;
	border-left: 1px solid #ccc;
}

.dropdown dt:hover {
	color:#4498C7;
	text-decoration:none;
}

.dropdown dd {
	position:absolute;
	overflow:hidden;
	width:168px;
	display:none;
	z-index:200;
	opacity:0;
}
.dropdown ul {
	width:166px;
	border:1px solid #999;
	list-style:none;
	border-top:none;
}
.dropdown li {
	display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding-top:9px;
	padding-bottom:9px;
	color:#000;
	text-decoration:none;
	background-color:#FFF;
	width:166px;
	text-align:center;
	font-size: 12px;
	font-weight: normal;
}
.dropdown a:hover {
	color:#FFF;
	/*background-image:url(../images/dropdown.jpg);*/
	background-color:#666;
}

.dropdown .underline {
	border-bottom:1px solid #ccc;
}
