/* NAVIGATION SECTION */
#navigation {
	height:31px;
	z-index:10000000;
	text-align:left;
	padding-left:230px;
	padding-top:70px;
	width:683px;
}
#navigation UL {
	margin:0px;
	padding:0px;
}
#navigation li {
	display: inline;
}
#navigation li dl.dropdown dt a {
	height:31px;
	display:inline;
	float: left;
	text-indent:-9999px;
}
/* Navigation Sprite */
#navigation li.experience dt a:link, #navigation li.experience dt a:visited {
	background: url(../images/menu.png) left top no-repeat;
	width:76px;
	height:31px;
}
#navigation li.experience dt a:hover {
	background: url(../images/menu.png) 0 -31px no-repeat;
	width:76px;
	height:31px;
}
#navigation li.experience_active dt a:link, #navigation li.experience_active dt a:visited {
	background: url(../images/menu.png) 0 -31px no-repeat;
	width:76px;
	height:31px;
}

#navigation li.gettingaround dt a:link, #navigation li.gettingaround dt a:visited {
	background: url(../images/menu.png) -76px top no-repeat;
	width:100px;
	height:31px;
}
#navigation li.gettingaround dt a:hover {
	background: url(../images/menu.png)-76px -31px no-repeat;
	width:100px;
	height:31px;
}
#navigation li.gettingaround_active dt a:link, #navigation li.gettingaround_active dt a:visited {
	background: url(../images/menu.png)-76px -31px no-repeat;
	width:100px;
	height:31px;
}

#navigation li.stayconnected dt a:link, #navigation li.stayconnected dt a:visited {
	background: url(../images/menu.png) -176px top no-repeat;
	width:124px;
	height:31px;
}
#navigation li.stayconnected dt a:hover {
	background: url(../images/menu.png)-176px -31px no-repeat;
	width:124px;
	height:31px;
}
#navigation li.stayconnected_active dt a:link, #navigation li.stayconnected_active dt a:visited {
	background: url(../images/menu.png)-176px -31px no-repeat;
	width:124px;
	height:31px;
}

#navigation li.livingdowntown dt a:link, #navigation li.livingdowntown dt a:visited {
	background: url(../images/menu.png) -300px top no-repeat;
	width:64px;
	height:31px;
}
#navigation li.livingdowntown dt a:hover {
	background: url(../images/menu.png)-300px -31px no-repeat;
	width:64px;
	height:31px;
}
#navigation li.livingdowntown_active dt a:link, #navigation li.livingdowntown_active dt a:visited {
	background: url(../images/menu.png)-300px -31px no-repeat;
	width:64px;
	height:31px;
}

#navigation li.cleangreensafe dt a:link, #navigation li.cleangreensafe dt a:visited {
	background: url(../images/menu.png) -364px top no-repeat;
	width:61px;
	height:31px;
}
#navigation li.cleangreensafe dt a:hover {
	background: url(../images/menu.png)-364px -31px no-repeat;
	width:61px;
	height:31px;
}
#navigation li.cleangreensafe_active dt a:link, #navigation li.cleangreensafe_active dt a:visited {
	background: url(../images/menu.png)-364px -31px no-repeat;
	width:61px;
	height:31px;
}

#navigation li.doingbusinessdowntown dt a:link, #navigation li.doingbusinessdowntown dt a:visited {
	background: url(../images/menu.png) -425px top no-repeat;
	width:102px;
	height:31px;
}
#navigation li.doingbusinessdowntown dt a:hover {
	background: url(../images/menu.png)-425px -31px no-repeat;
	width:102px;
	height:31px;
}
#navigation li.doingbusinessdowntown_active dt a:link, #navigation li.doingbusinessdowntown_active dt a:visited {
	background: url(../images/menu.png)-425px -31px no-repeat;
	width:102px;
	height:31px;
}

#navigation li.planningdevelopment dt a:link, #navigation li.planningdevelopment dt a:visited {
	background: url(../images/menu.png) -527px top no-repeat;
	width:89px;
	height:31px;
}
#navigation li.planningdevelopment dt a:hover {
	background: url(../images/menu.png)-527px -31px no-repeat;
	width:89px;
	height:31px;
}
#navigation li.planningdevelopment_active dt a:link, #navigation li.planningdevelopment_active dt a:visited {
	background: url(../images/menu.png)-527px -31px no-repeat;
	width:89px;
	height:31px;
}

#navigation li.aboutccc dt a:link, #navigation li.aboutccc dt a:visited {
	background: url(../images/menu.png) -616px top no-repeat;
	width:67px;
	height:31px;
}
#navigation li.aboutccc dt a:hover {
	background: url(../images/menu.png)-616px -31px no-repeat;
	width:67px;
	height:31px;
}
#navigation li.aboutccc_active dt a:link, #navigation li.aboutccc_active dt a:visited {
	background: url(../images/menu.png)-616px -31px no-repeat;
	width:67px;

	height:31px;
}

/* NAVIGATION DROPDOWNS */
#navigation .submenu {
	display:none;
}
#navigation ul:hover .submenu {
	display:block;
	position:absolute;
}
/************************/
.dropdown {
	float:left;
	margin:0;
	padding:0;
}
.dropdown dt {
	cursor:pointer;
	
}
.dropdown dt:hover {

}
.dropdown dd {
	position:absolute;
	overflow:hidden;
	display:none;
	background:#000000;
	opacity:0;
	margin-top:31px;
	z-index: 10000000;
	margin-left:0px;
	
}
.dropdown ul {
	list-style:none;
	border-top:none;
	margin:0px;
	padding:0px;
}
.dropdown li {
	display:inline;
	line-height: 20px;
}

.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	color:#ffffff;
	text-decoration:none;
	background:#000000;
}
.dropdown a:hover {
	background:#d9e1e4;
	color:#000;
}
.dropdown .underline {
}
.dropdown ul li a {
	padding-left: 5px;
	padding-right: 5px;
}


