
.menuH
{
	/* You will get totally diffrent menu alignment and layout by setting following margin, width, and float with different values.
	For detailed instruction please visit www.menucool.com/horizontal/change-menu-alignment  */
	margin: 0; width: 100%; float:none;
	/*following "behavior" works for IE6, IE7, and IE8. Other browsers will ignore it.*/
	/*Note: Unlike image file, htc file path is relative to the page, not this CSS file.*/
	behavior: url("/templates/cssmenu.htc");
	height: 25px;
	background: white;
	border-top: 1px solid #BBB;
	position:relative;/*! for IE htc*/
	z-index:6;/*H2*/
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 0;
}

.menuH li
{
	padding: 0;
	margin: 0;
	/*display: block; TODO: I am testing them if they can be removed. If can, remove them.*/
	float: left;
	height: 25px;
	position: relative;/*move it into .menuH if you want submenu to be positioned relative to the whole menu instead of this li element*/
}
.menuH li:hover, .menuH li.onhover
{

	background:#b0d0d9;
}

ul.menuH a
{
	padding: 0 12px;
	line-height: 25px; /*Note: keep this value the same as the height of .menuH and .menuH li */
	font-size: 12px;
	font-weight: bold;
	color: black;
	display: block;
	outline: 0;
	text-decoration: none;
}
.menuH a:hover
{
	color: #006699;
}
.menuH a.arrow
{
	/*background-image: url('../images/commonImages/PostBullets.png') no-repeat right center;*/
	background-repeat: no-repeat;
}
.menuH ul a.arrow
{
	/*background: url('../images/commonImages/PostBullets.png') no-repeat 97% center;*/
	background-repeat: no-repeat;
}


/*Used to align a top-level item to the right*/
.menuH .menuRight
{
	float: right;
	margin-right: 0px;
}

/*for the top-level separators*/
.menuH li .separator
{
	overflow:hidden;
	padding: 0 12px;
	line-height: 25px; /*Note: keep this value the same as the height of .menuH and .menuH li */
	font-size: 12px;
	font-weight: bold;
	color: black;
	display: block;
	outline: 0;
	text-decoration: none;
}
.menuH li .separator:hover
{
	color: #006699;
}

/*for the sub-level separators*/
.menuH li li .separator
{

	overflow:hidden;
	padding: 0 20px;
	line-height: 25px; /*Note: keep this value the same as the height of .menuH and .menuH li */
	font-size: 12px;
	font-weight: normal;
	color: black;
	display: block;
	outline: 0;
	text-decoration: none;
}

.menuH li li .separator:hover
{
	color: #006699;
	font-weight: bold;
}


/*######sub level###########*/

ul.menuH ul
{
	z-index:20;
	width:200px;
	position: absolute;
	left: -9999px;
	border: 1px solid #DDD;
	border-top: 0;
	background: #FFF;
	text-align: left;
	list-style: none; margin: 0;
	/*Following 1px(padding-right) will determine how much it is overlapped by the sub-sub-menu */
	padding: 0 ;
}

.menuH li li
{
	border-bottom: 1px solid #BBB;
	float: none;
	white-space:nowrap;
	height: 26px;
}
.menuH li li:hover, .menuH li li.onhover
{
	background:#f7f7f7;
}
.menuH ul a
{
	padding: 0 20px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: black;
	text-align: left;
}

.menuH ul a:hover
{
	color: #26464F;
	font-weight:bold;
}

.menuH li:hover ul, .menuH li.onhover ul
{
	left: -1px;/*Use this property to change offset of the dropdown*/
	top: auto;
}

.menuH li:hover .dropToLeft, .menuH li.onhover .dropToLeft
{
	left: auto;
	right: -1px;
	top: auto;
}
.menuH ul ul
{
	border-top: 1px solid #DDD;
}

.menuH li:hover ul ul, .menuH li:hover ul ul ul, .menuH li:hover ul ul ul ul,
.menuH li.onhover ul ul, .menuH li.onhover ul ul ul, .menuH li.onhover ul ul ul ul
{
	left: -9999px;
	top:0;
}

.menuH li li:hover ul, .menuH li li li:hover ul, .menuH li li li li:hover ul,
.menuH li li.onhover ul, .menuH li li li.onhover ul, .menuH li li li li.onhover ul
{
	left: 200px;
}

/*####### special effects ##########*/

/* end Main Menu */

.moduletable {
	position:relative;
	z-index: 0;
	padding: 0 7px;
	margin-bottom: 0px;
}
.moduletable h3{
	background-position: left top;
	background-image: url('../images/commonImages/BlockHeaderIcon.png');
	background-repeat: no-repeat;

	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
	color:black;
	height: 14px;
	vertical-align:bottom;
	min-height: 12px;
	padding-top:7px;
	padding-left:20px;
}






/*   ============================================  WSBS ==========================================   */

.menuH_wsbs
{
	/* You will get totally diffrent menu alignment and layout by setting following margin, width, and float with different values.
	For detailed instruction please visit www.menucool.com/horizontal/change-menu-alignment  */
	margin: 0; width: 100%; float:none;
	/*following "behavior" works for IE6, IE7, and IE8. Other browsers will ignore it.*/
	/*Note: Unlike image file, htc file path is relative to the page, not this CSS file.*/
	behavior: url("/templates/cssmenu.htc");
	height: 25px;
	background: #82112f;
	position:relative;/*! for IE htc*/
	z-index:2;/*H2*/
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 0;
}

.menuH_wsbs li
{
	padding: 0;
	/*margin: 0;
	display: block; TODO: I am testing them if they can be removed. If can, remove them.*/
	float: left;
	height: 25px;
	position: relative;/*move it into .menuH_wsbs if you want submenu to be positioned relative to the whole menu instead of this li element*/
}
.menuH_wsbs li:hover, .menuH_wsbs li.onhover
{
	/*background:#b0d0d9;*/
}

ul.menuH_wsbs a
{
	padding: 0 20px;
	line-height: 25px; /*Note: keep this value the same as the height of .menuH_wsbs and .menuH_wsbs li */
	font-size: 14px;
	font-weight: bold;
	color: white;
	display: block;
	outline: 0;
	text-decoration: none;
}
.menuH_wsbs a:hover
{
	/*color: #006699;*/
}
.menuH_wsbs a.arrow
{
	background: url("../images/commonImages/arrow.png") no-repeat right center;
	padding-right:15px;
}
.menuH_wsbs ul a.arrow
{

}


/*Used to align a top-level item to the right*/
.menuH_wsbs .menuRight
{
	float: right;
	margin-right: 0px;
}

/*for the top-level separators*/
.menuH_wsbs li.separator
{
	font-size:0;
	overflow:hidden;
	border-left:1px solid #F7F7F7;
	border-right:1px solid #BBBBBB;
}


/*######sub level###########*/

ul.menuH_wsbs ul
{
	z-index:10;
	width:220px;
	position: absolute;
	left: -9999px;
	border: 0px solid #DDD;
	border-top: 0;
	background: #9e1439;
	text-align: left;
	list-style: none; margin: 0;
	/*Following 1px(padding-right) will determine how much it is overlapped by the sub-sub-menu */
	padding: 0 ;
}

.menuH_wsbs li li
{
	border-top: 1px dotted #82112F;
	float: none;
	white-space:nowrap;
	height: 26px;
}
.menuH_wsbs li li:hover, .menuH_wsbs li li.onhover
{
	background:#82112f;
}
.menuH_wsbs ul a
{
	padding: 0 7px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-align: left;
}

.menuH_wsbs ul li span.separator
{
		padding: 0 7px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-align: left;
}

.menuH_wsbs ul a:hover
{
	color: white;
	font-weight:normal;
}

.menuH_wsbs li:hover ul, .menuH_wsbs li.onhover ul
{
	left: -1px;/*Use this property to change offset of the dropdown*/
	top: auto;
}

.menuH_wsbs li:hover .dropToLeft, .menuH_wsbs li.onhover .dropToLeft
{
	left: auto;
	right: -1px;
	top: auto;
}
.menuH_wsbs ul ul
{
	border-top: 1px solid #82112F;
}

.menuH_wsbs li:hover ul ul, .menuH_wsbs li:hover ul ul ul, .menuH_wsbs li:hover ul ul ul ul,
.menuH_wsbs li.onhover ul ul, .menuH_wsbs li.onhover ul ul ul, .menuH_wsbs li.onhover ul ul ul ul
{
	left: -9999px;
	top:0;
}

.menuH_wsbs li li:hover ul, .menuH_wsbs li li li:hover ul, .menuH_wsbs li li li li:hover ul,
.menuH_wsbs li li.onhover ul, .menuH_wsbs li li li.onhover ul, .menuH_wsbs li li li li.onhover ul
{
	left: 200px;
}

.decor1
{
	-moz-border-radius: 1px; /* Firefox */
	-webkit-border-radius: 1px; /* Safari and Chrome */
	border-radius: 1px; /* Opera 10.5+, future browsers, and now also our behavior htc file */

	-moz-box-shadow: 0px 1px 4px #eee; /* Firefox */
	-webkit-box-shadow: 0px 1px 4px #eee; /* Safari and Chrome */
	box-shadow: 0px 1px 4px #eee; /* Opera 10.5+, future browsers and IE6+ using our behavior htc file */

}
.menuH_wsbs ul
{
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;

	-moz-box-shadow: 0px 6px 6px #82112F;
	-webkit-box-shadow: 0px 6px 6px #82112F;
	box-shadow: 0px 6px 6px #82112F;

	/*for older IE browsers, the htc file fix will disable this feature when box-shadow was also applied.*/
	filter:alpha(opacity=90);
	opacity: 0.90;

	/* Gradient background */
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEEEEE));
}





/*   ============================================  meetings ==========================================   */

.menuH_meetings
{
	/* You will get totally diffrent menu alignment and layout by setting following margin, width, and float with different values.
	For detailed instruction please visit www.menucool.com/horizontal/change-menu-alignment  */
	margin: 0; width: 100%; float:none;
	/*following "behavior" works for IE6, IE7, and IE8. Other browsers will ignore it.*/
	/*Note: Unlike image file, htc file path is relative to the page, not this CSS file.*/
	behavior: url("/templates/cssmenu.htc");
	height: 25px;
	background: #8D9C7A;
	position:relative;/*! for IE htc*/
	z-index:2;/*H2*/
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 0;
}

.menuH_meetings li
{
	padding: 0;
	/*margin: 0;
	display: block; TODO: I am testing them if they can be removed. If can, remove them.*/
	float: left;
	height: 25px;
	position: relative;/*move it into .menuH_meetings if you want submenu to be positioned relative to the whole menu instead of this li element*/
}
.menuH_meetings li:hover, .menuH_meetings li.onhover
{
	/*background:#b0d0d9;*/
}

ul.menuH_meetings a
{
	padding: 0 20px;
	line-height: 25px; /*Note: keep this value the same as the height of .menuH_meetings and .menuH_meetings li */
	font-size: 14px;
	font-weight: bold;
	color: white;
	display: block;
	outline: 0;
	text-decoration: none;
}
.menuH_meetings a:hover
{
	/*color: #006699;*/
}
.menuH_meetings a.arrow
{
	background: url("../images/commonImages/arrow.png") no-repeat right center;
	padding-right:15px;
}
.menuH_meetings ul a.arrow
{

}


/*Used to align a top-level item to the right*/
.menuH_meetings .menuRight
{
	float: right;
	margin-right: 0px;
}

/*for the top-level separators*/
.menuH_meetings li.separator
{
	font-size:0;
	overflow:hidden;
	border-left:1px solid #F7F7F7;
	border-right:1px solid #BBBBBB;
}


/*######sub level###########*/

ul.menuH_meetings ul
{
	z-index:10;
	width:220px;
	position: absolute;
	left: -9999px;
	border: 0px solid #DDD;
	border-top: 0;
	background: #9e1439;
	text-align: left;
	list-style: none; margin: 0;
	/*Following 1px(padding-right) will determine how much it is overlapped by the sub-sub-menu */
	padding: 0 ;
}

.menuH_meetings li li
{
	border-top: 1px dotted #82112F;
	float: none;
	white-space:nowrap;
	height: 26px;
}
.menuH_meetings li li:hover, .menuH_meetings li li.onhover
{
	background:#82112f;
}
.menuH_meetings ul a
{
	padding: 0 7px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-align: left;
}

.menuH_meetings ul li span.separator
{
		padding: 0 7px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-align: left;
}

.menuH_meetings ul a:hover
{
	color: white;
	font-weight:normal;
}

.menuH_meetings li:hover ul, .menuH_meetings li.onhover ul
{
	left: -1px;/*Use this property to change offset of the dropdown*/
	top: auto;
}

.menuH_meetings li:hover .dropToLeft, .menuH_meetings li.onhover .dropToLeft
{
	left: auto;
	right: -1px;
	top: auto;
}
.menuH_meetings ul ul
{
	border-top: 1px solid #82112F;
}

.menuH_meetings li:hover ul ul, .menuH_meetings li:hover ul ul ul, .menuH_meetings li:hover ul ul ul ul,
.menuH_meetings li.onhover ul ul, .menuH_meetings li.onhover ul ul ul, .menuH_meetings li.onhover ul ul ul ul
{
	left: -9999px;
	top:0;
}

.menuH_meetings li li:hover ul, .menuH_meetings li li li:hover ul, .menuH_meetings li li li li:hover ul,
.menuH_meetings li li.onhover ul, .menuH_meetings li li li.onhover ul, .menuH_meetings li li li li.onhover ul
{
	left: 200px;
}

.decor1
{
	-moz-border-radius: 1px; /* Firefox */
	-webkit-border-radius: 1px; /* Safari and Chrome */
	border-radius: 1px; /* Opera 10.5+, future browsers, and now also our behavior htc file */

	-moz-box-shadow: 0px 1px 4px #eee; /* Firefox */
	-webkit-box-shadow: 0px 1px 4px #eee; /* Safari and Chrome */
	box-shadow: 0px 1px 4px #eee; /* Opera 10.5+, future browsers and IE6+ using our behavior htc file */

}
.menuH_meetings ul
{
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;

	-moz-box-shadow: 0px 6px 6px #82112F;
	-webkit-box-shadow: 0px 6px 6px #82112F;
	box-shadow: 0px 6px 6px #82112F;

	/*for older IE browsers, the htc file fix will disable this feature when box-shadow was also applied.*/
	filter:alpha(opacity=90);
	opacity: 0.90;

	/* Gradient background */
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEEEEE));
}




/*   ============================================  OTT ==========================================   */

.menuH_ott
{
	/* You will get totally diffrent menu alignment and layout by setting following margin, width, and float with different values.
	For detailed instruction please visit www.menucool.com/horizontal/change-menu-alignment  */
	margin: 0; width: 100%; float:none;
	/*following "behavior" works for IE6, IE7, and IE8. Other browsers will ignore it.*/
	/*Note: Unlike image file, htc file path is relative to the page, not this CSS file.*/
	behavior: url("/templates/cssmenu.htc");
	height: 25px;
	background: #083D5C;
	position:relative;/*! for IE htc*/
	z-index:2;/*H2*/
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 0;
}

.menuH_ott li
{
	padding: 0;
	/*margin: 0;
	display: block; TODO: I am testing them if they can be removed. If can, remove them.*/
	float: left;
	height: 25px;
	position: relative;/*move it into .menuH_ott if you want submenu to be positioned relative to the whole menu instead of this li element*/
}
.menuH_ott li:hover, .menuH_ott li.onhover
{
	/*background:#b0d0d9;*/
}

ul.menuH_ott a
{
	padding: 0 20px;
	line-height: 25px; /*Note: keep this value the same as the height of .menuH_ott and .menuH_ott li */
	font-size: 14px;
	font-weight: bold;
	color: white;
	display: block;
	outline: 0;
	text-decoration: none;
}
.menuH_ott a:hover
{
	/*color: #006699;*/
}
.menuH_ott a.arrow
{
	background: url("../images/commonImages/arrow.png") no-repeat right center;
	padding-right:15px;
}
.menuH_ott ul a.arrow
{

}


/*Used to align a top-level item to the right*/
.menuH_ott .menuRight
{
	float: right;
	margin-right: 0px;
}

/*for the top-level separators*/
.menuH_ott li.separator
{
	font-size:0;
	overflow:hidden;
	border-left:1px solid #F7F7F7;
	border-right:1px solid #BBBBBB;
}


/*######sub level###########*/

ul.menuH_ott ul
{
	z-index:10;
	width:220px;
	position: absolute;
	left: -9999px;
	border: 0px solid #DDD;
	border-top: 0;
	background: #24516e;
	text-align: left;
	list-style: none; margin: 0;
	/*Following 1px(padding-right) will determine how much it is overlapped by the sub-sub-menu */
	padding: 0 ;
}

.menuH_ott li li
{
	border-top: 1px dotted #083D5C;
	float: none;
	white-space:nowrap;
	height: 26px;
}
.menuH_ott li li:hover, .menuH_ott li li.onhover
{
	background:#083D5C;
}
.menuH_ott ul a
{
	padding: 0 7px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-align: left;
}

.menuH_ott ul li span.separator
{
		padding: 0 7px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-align: left;
}

.menuH_ott ul a:hover
{
	color: white;
	font-weight:normal;
}

.menuH_ott li:hover ul, .menuH_ott li.onhover ul
{
	left: -1px;/*Use this property to change offset of the dropdown*/
	top: auto;
}

.menuH_ott li:hover .dropToLeft, .menuH_ott li.onhover .dropToLeft
{
	left: auto;
	right: -1px;
	top: auto;
}
.menuH_ott ul ul
{
	border-top: 1px solid #083D5C;
}

.menuH_ott li:hover ul ul, .menuH_ott li:hover ul ul ul, .menuH_ott li:hover ul ul ul ul,
.menuH_ott li.onhover ul ul, .menuH_ott li.onhover ul ul ul, .menuH_ott li.onhover ul ul ul ul
{
	left: -9999px;
	top:0;
}

.menuH_ott li li:hover ul, .menuH_ott li li li:hover ul, .menuH_ott li li li li:hover ul,
.menuH_ott li li.onhover ul, .menuH_ott li li li.onhover ul, .menuH_ott li li li li.onhover ul
{
	left: 200px;
}

.decor1
{
	-moz-border-radius: 1px; /* Firefox */
	-webkit-border-radius: 1px; /* Safari and Chrome */
	border-radius: 1px; /* Opera 10.5+, future browsers, and now also our behavior htc file */

	-moz-box-shadow: 0px 1px 4px #eee; /* Firefox */
	-webkit-box-shadow: 0px 1px 4px #eee; /* Safari and Chrome */
	box-shadow: 0px 1px 4px #eee; /* Opera 10.5+, future browsers and IE6+ using our behavior htc file */

}
.menuH_ott ul
{
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;

	-moz-box-shadow: 0px 6px 6px #083D5C;
	-webkit-box-shadow: 0px 6px 6px #083D5C;
	box-shadow: 0px 6px 6px #083D5C;

	/*for older IE browsers, the htc file fix will disable this feature when box-shadow was also applied.*/
	filter:alpha(opacity=90);
	opacity: 0.90;

	/* Gradient background */
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEEEEE));
}

/*   ============================================  Development ==========================================   */

.menuH_dev
{
	/* You will get totally diffrent menu alignment and layout by setting following margin, width, and float with different values.
	For detailed instruction please visit www.menucool.com/horizontal/change-menu-alignment  */
	margin: 0; width: 100%; float:none;
	/*following "behavior" works for IE6, IE7, and IE8. Other browsers will ignore it.*/
	/*Note: Unlike image file, htc file path is relative to the page, not this CSS file.*/
	behavior: url("/templates/cssmenu.htc");
	height: 25px;
	background: #006699;
	position:relative;/*! for IE htc*/
	z-index:4;/*H2*/
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	padding: 0;
}

.menuH_dev li
{
	padding: 0;
	/*margin: 0;
	display: block; TODO: I am testing them if they can be removed. If can, remove them.*/
	float: left;
	height: 25px;
	position: relative;/*move it into .menuH_ott if you want submenu to be positioned relative to the whole menu instead of this li element*/
}
.menuH_dev li:hover, .menuH_ott li.onhover
{
	/*background:#b0d0d9;*/
}

ul.menuH_dev a
{
	padding: 0 20px;
	line-height: 25px; /*Note: keep this value the same as the height of .menuH_ott and .menuH_ott li */
	font-size: 14px;
	font-weight: bold;
	color: white;
	display: block;
	outline: 0;
	text-decoration: none;
}
.menuH_dev a:hover
{
	/*color: #006699;*/
}
.menuH_dev a.arrow
{
	background: url("../images/commonImages/arrow.png") no-repeat right center;
	padding-right:15px;
}
.menuH_dev ul a.arrow
{

}


/*Used to align a top-level item to the right*/
.menuH_dev .menuRight
{
	float: right;
	margin-right: 0px;
}

/*for the top-level separators*/
.menuH_dev li.separator
{
	font-size:0;
	overflow:hidden;
	border-left:1px solid #F7F7F7;
	border-right:1px solid #BBBBBB;
}


/*######sub level###########*/

ul.menuH_dev ul
{
	z-index:5;
	width:220px;
	position: absolute;
	left: -9999px;
	border: 0px solid #DDD;
	border-top: 0;
	background: #24516e;
	text-align: left;
	list-style: none; margin: 0;
	/*Following 1px(padding-right) will determine how much it is overlapped by the sub-sub-menu */
	padding: 0 ;
}

.menuH_dev li li
{
	border-top: 1px dotted #083D5C;
	float: none;
	white-space:nowrap;
	height: 26px;
}
.menuH_dev li li:hover, .menuH_dev li li.onhover
{
	background:#083D5C;
}
.menuH_dev ul a
{
	padding: 0 7px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-align: left;
}

.menuH_dev ul li span.separator
{
		padding: 0 7px;
	line-height: 25px;
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-align: left;
}

.menuH_dev ul a:hover
{
	color: white;
	font-weight:normal;
}

.menuH_dev li:hover ul, .menuH_dev li.onhover ul
{
	left: -1px;/*Use this property to change offset of the dropdown*/
	top: auto;
}

.menuH_dev li:hover .dropToLeft, .menuH_dev li.onhover .dropToLeft
{
	left: auto;
	right: -1px;
	top: auto;
}
.menuH_dev ul ul
{
	border-top: 1px solid #083D5C;
}

.menuH_dev li:hover ul ul, .menuH_dev li:hover ul ul ul, .menuH_dev li:hover ul ul ul ul,
.menuH_dev li.onhover ul ul, .menuH_dev li.onhover ul ul ul, .menuH_dev li.onhover ul ul ul ul
{
	left: -9999px;
	top:0;
}

.menuH_dev li li:hover ul, .menuH_dev li li li:hover ul, .menuH_dev li li li li:hover ul,
.menuH_dev li li.onhover ul, .menuH_dev li li li.onhover ul, .menuH_dev li li li li.onhover ul
{
	left: 200px;
}

.decor1
{
	-moz-border-radius: 1px; /* Firefox */
	-webkit-border-radius: 1px; /* Safari and Chrome */
	border-radius: 1px; /* Opera 10.5+, future browsers, and now also our behavior htc file */

	-moz-box-shadow: 0px 1px 4px #eee; /* Firefox */
	-webkit-box-shadow: 0px 1px 4px #eee; /* Safari and Chrome */
	box-shadow: 0px 1px 4px #eee; /* Opera 10.5+, future browsers and IE6+ using our behavior htc file */

}
.menuH_dev ul
{
	-moz-border-radius: 0px 0px 4px 4px;
	-webkit-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;

	-moz-box-shadow: 0px 6px 6px #083D5C;
	-webkit-box-shadow: 0px 6px 6px #083D5C;
	box-shadow: 0px 6px 6px #083D5C;

	/*for older IE browsers, the htc file fix will disable this feature when box-shadow was also applied.*/
	filter:alpha(opacity=90);
	opacity: 0.90;

	/* Gradient background */
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EEEEEE));
}