@charset "UTF-8";
/* CSS Document */

#topbarwrapper {
	width: 760px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	background-color: #000;
	border: 0;
	z-index: 0;
}

#dulogo {
	position: absolute;
	left: 10px;
	bottom: 9px;
	width: 300px;
	height: 45px;
	border: 0;
	z-index: 1;
}

#colorbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 760px;
	height: 35px;
	background-color: #1F0804;
	border: 0;
	z-index: 1;
}

#topmenu {
	position: absolute;
	left: 325px;
	top: 0px;
	width: 440px;
	height: 38px;
	border: 0;
	z-index: 2;
}

#mainmenu {
	position: absolute;
	left: 325px;
	bottom: 20px;
	width: 440px;
	height: 28px;
	border: 0;
	z-index: 2;
}

#uppermainlinks {
	height: 12px;
	width: 100%;
	position: absolute;
	top: 1;
	left: 0;
}

#lowermainlinks {
	height: 12px;
	width: 100%;
	position: absolute;
	top: 18px;
	left: 0;
}

.toprow ul { /* Used for top menu items */
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	list-style: none;
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.toprow ul li.textlink { /* Used for top menu items that are text */
	display: block;
	float: left;
	width: auto;
	height: auto;
	border: 0;
	padding: 0;
	margin-top: 11px;
}	

.toprow ul li.search { /* Used for search text field in top menu */
	display: block;
	float: left;
	width: auto;
	height: auto;
	border: 0;
	padding: 6px 0 5px 0;
	margin: 0;
}

.toprow ul li.go { /* Used for search Go button in top menu */
	display: block;
	float: left;
	width: auto;
	border: 0;
	height: auto;
	padding: 8px 0 0 5px;
	margin: 0;
}	

.toprow ul li.myd { /* Used for MyDrury top menu image */
	display: block;
	float: left;
	width: auto;
	height: auto;
	border: 0;
	padding: 5px 0 0 0;
	margin-top: 0;
}	

.toprow ul li.spacer { /* Used for top menu items */
	display: block;
	float: left;
	width: 32px;
	height: auto;
	border: 0;
}	

.primarybannerlink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.primarybannerlink:hover {
	color: #BB2A33;
}

.secondarybannerlink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #A79F94;
	text-decoration: none;
}

.secondarybannerlink:hover {
	color: #E0D6D6;
}

.upper ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	list-style: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
}

.upper ul li {
	float: left;
}

.upper ul li.spcr {
	display: block;
	float: left;
	width: 18px;
	height: auto;
	border: 0;
}

.lower ul {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	list-style: none;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
}

.lower ul li {
	float: left;
}

.lower ul li.spcr {
	display: block;
	float: left;
	width: 15px;
	height: auto;
	border: 0;
}

.sans { /* Used for top menu items */
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #A8A095;
	text-decoration: none;
}

.serif { /* Used for top menu items */
	display: block;
	font-family: Times, Times New Roman, Serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	color: #A8A095;
	text-decoration: none;
}

.sans:hover, .serif:hover {
	color: #FFF;
}
