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

#multi-ddm {
	list-style: none;
	padding: 0;
	margin: 0;
}

#multi-ddm > li {
	float: left;
}
/* tochange main button */
#multi-ddm > li > a {
	display: block;
	background-image:url(btn_black.gif);
	background:url(btn_black.gif);
	width:112px;
	height:47px;
	padding-top:2px;	
	padding-bottom:2px;
	font:Tahoma;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
	border:0px;
}

#multi-ddm > li > .parent-hover {
	background-image:url(btn_black_blue.gif);
	border-left: 0px solid #545454;
}

#multi-ddm > li ol {
	display: none;
	list-style: none;
	position: absolute;
	margin: -1px 0 0 0;
	z-index: 90;
	padding: 0;
}
/* to change the menu color */
#multi-ddm > li ol a {
	display: block;
	width: 152px;
	padding: 5px;
	border-bottom: 1px solid #545454;
	border-right: 1px solid #545454;
	border-left: 1px solid #545454;
	text-decoration: none;
	font:Tahoma;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color: #CCCCCC;
	background-color: #0892AD;
	
}
/*you can change the "item bgcolor color" by changing the on mouse over on "item" */
#multi-ddm > li ol li a.first {
	border-top: 0px solid #545454;
}

/* style 1
#multi-ddm > li ol .child-hover1 {
	background-color: #F29F44;
	color:#000000;
}

#multi-ddm > li ol .child-hover2 {
	background-color: #F29F44;
	color: #000000;
}

#multi-ddm > li ol .child-hover3 {
	background-color: #F29F44;
	color: #000000;
}

#multi-ddm > li ol .child-hover4 {
	background-color: #F29F44;
	color: #000000;
}

#multi-ddm > li ol li ol {
	margin: -29px 0 0 163px;
	position: absolute;
}
*/
#multi-ddm > li ol .child-hover1 {
	background-color:#C6CF4A;
	color:#FFFFFF;
	height:16px;
	padding-top:3px;
	padding-left:5px;
	padding-bottom:2px;	
}

#multi-ddm > li ol li ol {
	margin: -29px 0 0 163px;
	position: absolute;
}
#multi-ddm span {
	float: right;
}

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

#multi-ddmie7{
	list-style: none;
	padding: 0;
	margin: 0;
}

#multi-ddmie7> li {
	float: left;
}
/* tochange main button */
#multi-ddmie7> li > a {
	display: block;
	background-image:url(btn_black.gif);
	background:url(btn_black.gif);
	width:112px;
	height:47px;
	padding-top:0px;	
	padding-bottom:4px;
	font:Tahoma;
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
	border:0px;
}

#multi-ddmie7> li > .parent-hover {
	background-image:url(btn_black_blue.gif);
	border-left: -0px solid #545454;
}

#multi-ddmie7> li ol {
	display: none;
	list-style: none;
	position: absolute;
	margin: -1px 0 0 0;
	z-index: 90;
	padding: 0;
}
/* to change the menu color */
#multi-ddmie7> li ol a {
	display: block;
	width: 152px;
	padding: 5px;
	
	text-decoration: none;
	font:Tahoma;
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color: #CCCCCC;
	background-color: #0892AD;
	
}
/*you can change the "item bgcolor color" by changing the on mouse over on "item" */
#multi-ddmie7> li ol li a.first {
	border-top: 0px solid #545454;
}

/* style 1
#multi-ddmie7> li ol .child-hover1 {
	background-color: #F29F44;
	color:#000000;
}

#multi-ddmie7> li ol .child-hover2 {
	background-color: #F29F44;
	color: #000000;
}

#multi-ddmie7> li ol .child-hover3 {
	background-color: #F29F44;
	color: #000000;
}

#multi-ddmie7> li ol .child-hover4 {
	background-color: #F29F44;
	color: #000000;
}

#multi-ddmie7> li ol li ol {
	margin: -29px 0 0 163px;
	position: absolute;
}
*/
#multi-ddmie7> li ol .child-hover1 {
	background-color:#C6CF4A;
	color:#FFFFFF;
	height:16px;
	padding-top:3px;
	padding-left:5px;
	padding-bottom:2px;	
}

#multi-ddmie7> li ol li ol {
	margin: -29px 0 0 163px;
	position: absolute;
}
#multi-ddmie7span {
	float: right;
}

