/* htb - Horizontal Top to Bottom Menu */

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

.menu_htb a {
	background-color: #ffffff;
	height: auto;
	width: auto;
	font-weight: bold;	
	
}

.menu_htb a:hover, .menu_htb li:hover>a, ul.menu_htb .selected a {
	background-color: #ffffff;
	/*font-weight: bold;*/
	
	
}

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

.menu_htb .text {
	position: relative;
	font-family : Verdana, Arial,Tahoma,Helvetica;
        font-size:11px;
	color: #797979;
	margin-left: .65em; margin-right: .65em; /* Top Menu Item Margin */
	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;
}



ul.menu_htb a:link{
	color: #3A3A3A;
}


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

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

.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('assets/global/subnav_tick.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;
	
	border-right: 2px solid #ccc;
	border-left: 1px solid #EFEFEF;
	border-bottom: 2px solid #EFEFEF;
}

.menu_htb ul .text, ul.menu_htb .selected ul .text {
	position: relative;
	color: #3A3A3A;
	height: auto;
	margin-left: .65em; margin-right: .65em;  /* Sub-Menu Item Margin was .3em */
	padding-top: .2em; padding-bottom: .2em;
	.display: inline; /* The IE Doubled Float-Margin Bug Fix */
	font-family : Arial, Verdana,Tahoma,Helvetica;
        font-size:11px;
	font-weight: normal;	
}

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 {
	font-family : Arial, Verdana,Tahoma,Helvetica;
        font-size:11px;
	font-weight: normal;	
	color: #3A3A3A;
}

/* <= 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 {
	font-family : Arial, Verdana,Tahoma,Helvetica;
        font-size:11px;
	font-weight: normal;	
	color: #3A3A3A;
}

.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: #EFEFEF;
}

.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: #FFFFFF;
}

/* <= 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: #FFFFFF;
}


/* position of items */
.menu_htb ul {
	/*width: 12.5em;*/
	width: 18.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;*/
	width: 18.5em;
	height: auto;
	padding: 0;
	overflow: hidden;
	float: none;

	/*margin-left: .75em; margin-right: .75em; */
}

.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%;
}


/* hbt - Horizontal Bottom to Top */










