
/******************************************************************************/
/*                      Magix.com Menu                                        */
/******************************************************************************/

#mgxMenuMain {
    line-height:16px;
    background-color:#f00;
    margin:0px;
	padding:0px;
	width:980px;
	height:38px;
	clear:both;
    background:url('../../images/page/t3menu/new_total.png') repeat-x left top #E1E1E1;
    z-index:99;
}

#mgxMenuMain a,
#mgxMenuMain a:link,
#mgxMenuMain a:visited,
#mgxMenuMain a:hover,
#mgxMenuMain a:active {
	text-decoration:none;
	color: #564F45;
	display:block;
}

#mgxMenuMainInner {
	margin:0px;
	padding:0px;
	height:38px;
	float:left;
	margin-right:30px;
}

#mgxMenuMain ul {
	margin:0;
	padding:0;
	float:left;
	position:relative;
	z-index:95;
	left:0;
	height:38px;
	list-style-type:none;
}



#button1,
#button2,
#button3,
#button4,
#button5,
#button6,
#button7,
#button8 {
	margin:0px;
	padding:0px;
	float:left;
}

#button1 a,
#button2 a,
#button3 a,
#button4 a,
#button5 a,
#button6 a,
#button7 a,
#button8 a {
	height: 38px;
	display: block;
}


#mgxMenuMainInner ul li a span {
    display: none;
}
#mgxMenuMainInner ul li a.lvl-3 span {
	display: inline;
}


/* SUBMENU SLIDER */
#mgxMenuMainInner ul li ul {
	position: absolute;
	top: 38px;
	left: 12px;
	visibility: hidden;
	display: none;
	padding: 0;
	margin: 0;
	height: auto;
	overflow: hidden;
	/*width: 935px;*/
	width:955px;
	z-index: 99 !important;
	background:url('../../images/page/t3menu/mainmenu_panel_bg.jpg') top left repeat-x #f7f7f7;
	border-bottom:none;
	border-top:solid 1px #fff;
	border-right:solid 1px #d0d0d0;
	border-left:solid 1px #d0d0d0;
}

#mgxMenuMainInner ul li:hover ul,
#mgxMenuMainInner ul a:hover ul	{
	display: block;
    visibility: visible;
    height:auto;
}



#mgxMenuMainInner .mgxMenuSlideTop {
	float:left;
    padding:0 4px 10px 0;
	margin:0 0 0 5px;
	text-transform:uppercase;
}

#mgxMenuMainInner ul li ul li ul {
	margin:0;
	padding:0;
	background:none;
	width:177px;
	position:relative;
	top:0;
	left:0;
	border:none;
}

#mgxMenuMainInner ul li ul li ul li {
	margin:0;
	padding:0 0 0 9px;
	list-style:none;
	text-transform:none;
	border-bottom:1px solid transparent;
}

#mgxMenuMainInner .mgxMenuSlideTop:hover {
	background-color:#6e9fca;
	background:url('../../images/page/t3menu/bg_shadow_mainmenu.jpg') top right no-repeat #6e9fca;
	padding:0 4px 10px 0;
}

#mgxMenuMainInner .mgxMenuSlideTop:hover ul li {
	border-bottom:1px solid #b6cfe5;
}

#mgxMenuMainInner ul li ul li a,
#mgxMenuMainInner ul li ul li a:link,
#mgxMenuMainInner ul li ul li a:visited,
#mgxMenuMainInner ul li ul li a:hover,
#mgxMenuMainInner ul li ul li a:active {
	padding:3px 0;
	background:none;
	width:auto;
	height:auto;
}

#mgxMenuMainInner .mgxMenuSlideTop:hover ul li a:hover {
	padding:3px 0 3px 9px;
	margin:0 0 0 -9px;
	background-color:#fff;
	color:#555045;
}

#mgxMenuMainInner .mgxMenuSlideTop div {
	padding:15px 0 0 9px;
	height:28px;
	width:168px;
	/*color:#f93d00;*/
	color:#C51016;
	border-bottom:1px solid transparent;
	font-weight:bold;
	line-height:12px;
}

#mgxMenuMainInner .mgxMenuSlideTop:hover div {
	border-bottom:1px solid #b6cfe5;
	color:#fff;
	padding:15px 0 0 9px;
	height:28px;
	width:168px;
}

#mgxMenuMainInner ul li ul li div a,
#mgxMenuMainInner ul li ul li div a:link,
#mgxMenuMainInner ul li ul li div a:visited,
#mgxMenuMainInner ul li ul li div a:hover,
#mgxMenuMainInner ul li ul li div a:active {
    /*color:#f93d00;*/
    color:#C51016;
    padding:0;
}

#mgxMenuMainInner .mgxMenuSlideTop:hover div a:hover {
	padding:15px 0 0 9px;
	height:28px;
	width:168px;
	margin:-15px 0 0 -9px;
	background-color:#fff;
	color:#555045;
}

#mgxMenuMainInner .mgxMenuSlideTop:hover ul li a,
#mgxMenuMainInner .mgxMenuSlideTop:hover div a {
    color:#fff;
}



/* INFOBOX SUBMENU */
#mgxMenuMainInner .infobox {
	/*
	clear:both;
	background:url(../../images/page/t3menu/bg_infobox_mainmenu.gif) 60px 30px no-repeat;
	*/
	border-top: solid 1px #d0d0d0;
	float: left;
}

#mgxMenuMainInner .shadow_bottom {
    clear:both;
    height:3px;
    line-height:0px;
    font-size:0px;
    background:url(../../images/page/t3menu/shadow_mainmenu_bottom.gif) top left repeat-x #f7f7f7;
    overflow:hidden;
}

#mgxMenuMainInner li.infobox_left {
    width:434px;
    border-right:solid 1px #d0d0d0;
    margin: 0px;
}
#mgxMenuMainInner li.infobox_right {
    width:520px;
    margin: 0px;
} 

#mgxMenuMainInner .infobox a,
#mgxMenuMainInner .infobox a:link,
#mgxMenuMainInner .infobox a:visited,
#mgxMenuMainInner .infobox a:hover,
#mgxMenuMainInner .infobox a:active {
	display:block;
	text-decoration:none;
}


#mgxMenuMainInner li.infobox a span { 
    display:inline; 
    color:#1975D1; 
    text-decoration:underline; 
}

#mgxMenuMainInner li.infobox_left a#navcatooh,
#mgxMenuMainInner li.infobox_left a#navcatooh:link,
#mgxMenuMainInner li.infobox_left a#navcatooh:visited,
#mgxMenuMainInner li.infobox_left a#navcatooh:hover,
#mgxMenuMainInner li.infobox_left a#navcatooh:active {
    padding: 25px 5px 25px 165px;
    background: url('../../images/page/t3menu/infobox_catooh.gif') 15px 30px no-repeat;
    color: #564F45;
}

#mgxMenuMainInner li.infobox_right a#navmagixinfo,
#mgxMenuMainInner li.infobox_right a#navmagixinfo:link,
#mgxMenuMainInner li.infobox_right a#navmagixinfo:visited,
#mgxMenuMainInner li.infobox_right a#navmagixinfo:hover,
#mgxMenuMainInner li.infobox_right a#navmagixinfo:active {
    padding:25px 5px 25px 180px;
    color: #564F45;
}


/******************************************************************************/
/*                      Magix.com Menu Search field                           */
/******************************************************************************/

#mgxMenuSearch {
	margin:0;
	padding:0;
	margin-right:2px;
	float:right;
	height:38px;
	width:220px;
	background:url(../../images/page/t3menu/mainmenu.gif) repeat-x top left;
}

#mgxMenuSearchInput{
	margin:10px 5px 0 0;
	padding:0;
	float:right;
	width:130px;
	height:16px;
	background-color:#EFF2F7;
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}

#mgxMenuSearchButton {
	margin:0;
	padding:0;
	float:right;
}

/******************************************************************************/

#mgxMenuMainInner .shadow_bottom {
    overflow:hidden;
}


/* XMAS 2010*/

/*
.mgxMenuMainLeft {
  background:url('../../images/page/t3menu/mainmenu_bg_left_mgx_logo_xmas.gif') no-repeat top left;
}

.mgxMenuMainRight {
  background:url('../../images/page/t3menu/mainmenu_bg_right_xmas.gif') no-repeat top right;
}
*/