/*!
 * Single Drop Down Menu 1.2 - CSS Temp
 * September 26, 2009
 * Corey Hart @ http://www.codenothing.com
 */

.ddmenu {
	list-style: none !important;
	padding: 0;
	margin: 0 0 0 500px;
	width: 150px !important;
	position: absolute;
	top: 350px;
	right: 65px;
}

.ddmenu > li {
	float: left;
	position: relative;
}

.ddmenu > li > a {
	display: block;
	width: 50px;
	height: 30px;
	text-align:center;
	text-decoration: none;
	color: #232323;
	font-weight: bold;
	font-size: 9px;
}



.ddmenu > li > .ddmenu-hover {
	background: url(images/printBg.gif) center top no-repeat;
}

.ddmenu > li ul {
	display: none;
	list-style: none !important;
	position: absolute;
	margin: -1px 0 0 0;
	z-index: 90;
	padding: 0;
	left: -38px;
	width: 134px !important;
}

.ddmenu > li ul a {
	display: block;
	width: 124px;
	height: 39px;
	text-decoration: none;
	font-size: 10pt;
	background: url(images/hpPrint.gif) top left no-repeat;
}

.ddmenu > li ul li a.first {
	border-top: 1px solid #545454;
}

.ddmenu > li ul a.ddchildhover {
	background-color: #f1f1f1;
}









/* Buy Menu Dropdown */

.dddmenu {
	list-style: none !important;
	padding: 0;
	margin: 0 0 0 500px;
	width: 150px !important;
	position: absolute;
	top: 350px;
	right: 65px;
}

.dddmenu > li {
	float: left;
	position: relative;
}

.dddmenu > li > a {
	display: block;
	width: 50px;
	height: 30px;
	text-align:center;
	text-decoration: none;
	color: #232323;
	font-weight: bold;
	font-size: 9px;
}



.dddmenu > li > .dddmenu-hover {
	background: url(images/printBg.gif) center top no-repeat;
}

.dddmenu > li ul {
	display: none;
	list-style: none !important;
	position: absolute;
	margin: -1px 0 0 0;
	z-index: 90;
	padding: 0;
	left: -38px;
	width: 134px !important;
}

.dddmenu > li ul a {
	display: block;
	width: 124px;
	height: 39px;
	text-decoration: none;
	font-size: 10pt;
	background: url(images/hpPrint.gif) top left no-repeat;
}

.dddmenu > li ul li a.first {
	border-top: 1px solid #545454;
}

.dddmenu > li ul a.ddchildhover {
	background-color: #f1f1f1;
}
