#topnav_top{
	position:relative;
	background-color : #000000;
	background-image: url('http://www.dee-london.com/img/top-nav-bcg.gif');
	background-position: top;
	background-repeat:repeat-x;
	text-align: center;
	vertical-align:top;
	height: 52px;
	width: 100%;
}

.topnav_top_container{
	position:relative;
	text-align:center;
	height: 52px;
	width: 980px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	}

.topnav_left_links{
	position:relative;
	text-align: right;
	width: 369px;
	height: 39px;
	float: left;
	padding: 13px 6px 0 0;
	margin: 0;
}

.topnav_right_links{
	position:relative;
	text-align: left;
	width: 370px;
	height: 39px;
	float: left;
	padding: 13px 0 0 6px;
	margin: 0;
}

.top_nav_top_logo{
	position:relative;
	text-align: center;
	width: 229px;
	height: 52px;
	float: left;
	padding: 0 0 0 0;
	margin: 0;
	}

.top_nav_links_separator{
	height: 4px;
	}



#topnav_bottom{
	position:relative;
	/* background-color : #000000; */
	/* background-image: url('img/top-nav-bcg.gif'); */
	/* background-position: top; */
	/* background-repeat:repeat-x; */
	text-align: center;
	height: 21px;
	width: 100%;
	}

.topnav_bottom_container{
	position:relative;
	text-align:center;
	height: 21px;
	width: 980px;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	}


.topnav_left_bottom{
	position:relative;
	text-align: right;
	width: 375px;
	height: 21px;
	float: left;
	padding: 0;
	margin: 0;
	}

.topnav_right_bottom{
	position:relative;
	text-align: left;
	width: 376px;
	height: 21px;
	float: left;
	padding: 0;
	margin: 0;
	}

.top_nav_bottom_logo{
	position:relative;
	text-align: center;
	width: 229px;
	height: 21px;
	float: left;
	padding: 0;
	margin: 0;
	}




.topnav_link:link {
	font-size: 11px;
	color: #c9b376;
	text-decoration: none;
	border: 0px none;
	font-weight: bold;
	}
	
.topnav_link:visited {
	font-size: 11px;
	text-decoration: none;
	color: #c9b376;
	font-weight: bold;
	}
	
.topnav_link:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.topnav_link:active {
	font-size: 11px;
	text-decoration: none;
	color: #c9b376;
	font-weight: bold;
	}



