a 					{ text-decoration: none; border:0px; }
img 				{ margin:0px; padding:0px; border:0px; }
#dnav_container 	{
	height: 44px;
	width: 1000px;
	z-index: 50;
}
#dnav_logo 			{
	margin:0px;
	background-color:#000;
	padding:0 0 0 15px;
	float:left;
	height:44px;
	border:0px solid #5f5f5f;
}
#dnav_drawer 		{
	width: 866px;
	background-color: #000;
	height: 44px;
	float: left;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
}
#dnav_body 			{ overflow: hidden; width: 866px; color: white; font-size: 12px; font-weight: bold; line-height: 44px; vertical-align: middle; padding-left: 10px; }
#dnav_body a, 
dnav_body a:visited 		{
	text-decoration: none;
	color: #9CC;
}
#dnav_body a:hover 			{
	color:#CCC;
}

#dnav_pull { width: 10px; background-color: black; height: 34px; float: left; padding-right: 10px; padding-left: 10px; padding-top: 10px; vertical-align: bottom; border:0px; }

/*  Nav bar styles  */
#dnav_container ul.navul, .navul ul { margin: 0; padding: 0; cursor: default; list-style-type: none; display: inline; }
#dnav_container ul.navul { display: table; }
#dnav_container ul.navul > li { display: table-cell; position: relative; padding: 0px 10px; }

/* Form Styling */
#dnav_container .searchSubmit {
	border:0px;
	background-color: #000;
	color: #9CC;
	font-size: 12px;
	font-weight: bold;
}
#dnav_container .searchInput {
	background-color: #000;
	border-style: groove;
	border-width: thin;
	border-color: #B8B7A3;
	color: white;
	width:135px;
}

/* Table styling because IE sucks ass and can't handle pure CSS without making your life hell */
#dnav_container table 				{ float:left }
#dnav_container td a,
#dnav_container td a:visited 		{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color: #B8B7A3;
	margin:0 10px 0 10px;
}
#dnav_container td a:hover 			{
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration: none;
	color:#B8B7A3;
	margin:0 10px 0 10px;
}
/*
#container #border #main #jsmsg {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 12px;
	font-style: italic;
}
#container #border #main #right .content #press #media a {
	font-size: 16px;
	text-decoration: underline;
}
*/