/* htb - Horizontal Top to Bottom Menu */

/* begin  hide/show blocks */
	.menu_htb .right2 {
		display: none;
	}
/* end hide/show blocks */

.menu_htb a {
/*	background-color: #787878;*/
	
	height: auto;
	width: auto;
}

.menu_htb a:hover, .menu_htb li:hover>a, ul.menu_htb .selected a {
/*	background-color: #545454;*/
	
}

/* <= ie6 */
.menu_htb a:hover, .menu_htb .adxmhoverA, ul.menu_htb .selected a {		/* li:hover>a selector */
/*	background-color: #545454;*/
	
}

.menu_htb .text {
	position: relative;
	color: #ffffff;
	margin-left: 1em; margin-right: 1em; 
	padding-top: .2em; padding-bottom: .2em;
	width: auto;
	height: auto;
	.display: inline; /* The IE Doubled Float-Margin Bug Fix */
}

html:first-child .menu_htb .text { /* Opera */
	display: block;
	float: none;
}

.menu_htb a:hover .text, .menu_htb li:hover>a .text, ul.menu_htb .selected a .text {
	color: #ffffff;
}

/* <= ie6 */
.menu_htb a:hover .text, .menu_htb .adxmhoverA .text, ul.menu_htb .selected a .text {
	color: #ffffff;
}

.menu_htb a {
	border: 0;
}

.menu_htb a:hover, .menu_htb li:hover>a, ul.menu_htb .selected a {
	border: 0;
}

/* <= ie6 */
.menu_htb a:hover, .menu_htb .adxmhoverA, ul.menu_htb .selected a {
	border: 0;
}

.menu_htb, .menu_htb ul li {
	background: transparent;
}

.menu_htb li {
	border: 0;
}

/* second level */

/* begin  hide/show blocks */
	.menu_htb ul .right2 {
		display: none;
	}
/* end hide/show blocks */

.menu_htb ul .submenu .right2 {
	display: block;
	position: absolute;
	right: 0;
	top: 25%;
	width: 10px;
	height: 11px;
	background-color: transparent;
/* 	background-image: url('Images/SubmenuArrow.gif');background-repeat: no-repeat;background-position: center left;*/
}

.menu_htb ul>li .submenu .right2 {
	right: 0;
	top: 0;
	width: 10px;
	height: 100%;
}

.menu_htb li li {	/* create borders around each item */
	border: 0;
}

.menu_htb ul .text, ul.menu_htb .selected ul .text {
	position: relative;
	color: #ffffff;
	height: auto;
	margin-left: .3em; margin-right: .3em;
	padding-top: .2em; padding-bottom: .2em;
	.display: inline; /* The IE Doubled Float-Margin Bug Fix */
}

html:first-child .menu_htb ul .text { /* Opera */
	display: block;
	float: none;
}

.menu_htb ul a:hover .text, .menu_htb ul li:hover>a .text, ul.menu_htb .selected ul a:hover .text, ul.menu_htb .selected ul li:hover>a .text {
	color: #ffffff;
}

/* <= ie6 */
.menu_htb ul a:hover .text, .menu_htb ul .adxmhoverA .text, ul.menu_htb .selected ul a:hover .text, ul.menu_htb .selected ul .adxmhoverA .text {
	color: #ffffff;
}

.menu_htb ul a, ul.menu_htb .selected ul a {
	border: 0;
}

.menu_htb ul a:hover, .menu_htb ul li:hover>a, ul.menu_htb .selected ul a:hover, ul.menu_htb .selected ul li:hover>a {
	border: 0;
}

/* <= ie6 */
.menu_htb ul a:hover, .menu_htb ul .adxmhoverA, ul.menu_htb .selected ul a:hover, ul.menu_htb .selected ul .adxmhoverA {
	border: 0;
}

ul.menu_htb ul li a, ul.menu_htb .selected ul li a { 
	width: 100%;
	height: auto;
/* 	background-color: #787878;*/
	
}

.menu_htb ul a:hover, .menu_htb ul li:hover>a, ul.menu_htb .selected ul a:hover, ul.menu_htb .selected ul li:hover>a {
/* 	background-color: #545454; */
	
}

/* <= ie6 */
.menu_htb ul a:hover, .menu_htb ul .adxmhoverA, ul.menu_htb .selected ul a:hover, ul.menu_htb .selected ul .adxmhoverA {
/* 	background-color: #545454; */
	
}


/* position of items */
.menu_htb ul {
	width: 12.5em;
}

.menu_htb a {
	width: auto;
	height: auto;
	padding: 0;
	cursor: hand;
	float: left; /* is needed for ie, because it puts items to the next line */
}

html:first-child .menu_htb a { /* Opera */
	float: none;
}

ul.menu_htb ul li a { 
	width: 12.5em;
	height: auto;
	padding: 0;
	overflow: hidden;
	float: none;
}

.menu_htb li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 100%;
}

.menu_htb .adxmhoverUL .adxmhoverUL {	/* inset 2nd+ submenus, to show off overlapping */
	top: 5px;
	left: 100%;
}


