/*!
 * Single Drop Down Menu 1.2 - CSS Temp
 * September 26, 2009
 * Corey Hart @ http://www.codenothing.com
 */

.ddmenu {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}

.ddmenu > li {
	float: left;
}

.ddmenu > li > a {
	display: block;
	text-align:center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #333; 
	background: #1852BC url(/js/rtech/images/ui-bg_highlight-soft_55_1852BC_1x100.png) 50% 50% repeat-x;
}

.ddmenu > li > .ddmenu-hover {
	background: #DC9B05 url(/js/rtech/images/ui-bg_highlight-soft_30_DC9B05_1x100.png) 50% 50% repeat-x;
}

.ddmenu > li ul {
	display: none;
	list-style: none;
	position: absolute;
	margin: -1px 0 0 0;
	z-index: 90;
	padding: 0;
}

.ddmenu > li ul a {
	display: block;
	padding: 5px;
	border: 1px solid #333; 
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background: #1852BC url(/js/rtech/images/ui-bg_highlight-soft_55_1852BC_1x100.png) 50% 50% repeat-x;
}

.ddmenu > li ul a.ddchildhover {
	background: #DC9B05 url(/js/rtech/images/ui-bg_highlight-soft_30_DC9B05_1x100.png) 50% 50% repeat-x;
}
