/* dmxzone_inspired */

.dmxNavigationMenu.dmxzone_inspired {
	position: relative;
	background-position: bottom;
	background-repeat: repeat-x;
}

.dmxNavigationMenu.dmxzone_inspired * {
	font-family: Play !important;
	font-stretch: extra-expanded !important;
	font-size: 0.97em;
}

.dmxNavigationMenu.dmxzone_inspired h3 {
    background-color: #fdfdfd;
	background-image: url('../img/header_background_dmx.png');
	background-repeat: repeat-x;
	border-bottom: 1px solid #a8b2bb;
    float: none;
    margin: 0;
	padding: 10px;
	color: #ffffff;
	font-size: 1.0em;
}

.dmxNavigationMenu.dmxzone_inspired li.main a.selected {
    background-color: #A8B2BB;
	background-image: url('../img/menu_selected.png');
	background-position: top;
	background-repeat: repeat-x;
	color: #ffffff;
}

.dmxNavigationMenu.dmxzone_inspired li a:hover,
.dmxNavigationMenu.dmxzone_inspired li a.hover {
    background-color: #A8B2BB;
	background-image: url('../img/menu_hover.png');
	background-position: top;
	background-repeat: repeat-x;
	color: #000000;
}

.dmxNavigationMenu.dmxzone_inspired li.active > a {
    background-color: #A8B2BB;
	background-image: url('../img/menu_hover.png');
	background-position: top;
	background-repeat: repeat-x;
	color: #000000;
}

.dmxNavigationMenu.dmxzone_inspired .dmxSearchForm {
	position: absolute;
	float: none;
    bottom: 9px;
	right: 150px;
	margin: 0;
	height: 19px;
	background: transparent url('../img/search_left.png') no-repeat scroll 0 0
}

.dmxNavigationMenu.dmxzone_inspired .dmxSearchForm .textfield {
	float: left;
	margin-left: 20px;
	height: 19px;
	padding: 0;
	border: none;
	background: transparent url('../img/search_repeat.png') repeat-x scroll 0 0;
	color: #cccccc;
}

.dmxNavigationMenu.dmxzone_inspired .dmxSearchForm .button {
	float: left;
	width: 10px;
	height: 19px;
	padding: 0;
	border: none;
	background: transparent url('../img/search_right.png') repeat-x scroll 0 0;
	text-indent: -10000px;
}



/* ie specific css ------------------------ */
.dmxNavigationMenu.dmxzone_inspired * {
	font-size:15px\9; /* IE6, IE7, IE8, IE9 */
}

#navmenu1 table, #navmenu1 table tr, #navmenu1 table tr > td {
	width:100% !important\9; /* IE6, IE7, IE8, IE9 */
	display:inline-block !important\9; /* IE6, IE7, IE8, IE9 */
	width:100%\0; /* IE8, IE9 */
	display:inline-block\0; /* IE8, IE9 */
	
}
.userinfos td a {
	padding:0px 5px !important\9; /* IE6, IE7, IE8, IE9 */
	padding:0px 5px\0; /* IE8, IE9 */
	margin-bottom:12px\0; /* IE8, IE9 */
	width:100% !important\9; /* IE6, IE7, IE8, IE9 */
	width:100%\0; /* IE8, IE9 */
	display:inline-block !important\9; /* IE6, IE7, IE8, IE9 */
	display:inline-block\0; /* IE8, IE9 */
	text-decoration:none\0; /* IE8, IE9 */
	text-decoration:none !important\9; /* IE6, IE7, IE8, IE9 */
}


/* Internet Explorer 10 */

@media screen and (-ms-high-contrast:active),
  (-ms-high-contrast:none) {

    .userinfos td a {
        padding:0\9;
		padding:0\0; /* ie8, ie9, ie10, ie11 only */
    }
	#navmenu1 table, #navmenu1 table tr, #navmenu1 table tr > td {
		width:100% !important\9;
		display:inline-block !important\9;
	}
	.userinfos a:hover {
		padding-left:8px !important\9;
	}

}
.userinfos td a:hover {
	background-color:#A8B2BB !important\9; /* IE6, IE7, IE8, IE9 */
	background-image:url("../img/menu_hover.png") !important\9; /* IE6, IE7, IE8, IE9 */
	
	/* IE8 */background-color:#A8B2BB !important;
	/* IE8 */background-image:url("../img/menu_hover.png") !important;

}

.userinfos a:hover {
	padding-top:0\0; /* ie8, ie9, ie10, ie11 only */
	padding-bottom:0\0; /* ie8, ie9, ie10, ie11 only */
}
