@IMPORT url(../../common/css/menustyle.css);

@IMPORT url(../../common/css/jshover.css);

/*****************************
 * JS DROPLINE MENU
 *****************************/
/* style for drop */
ul#droplinenav.navi{
	/*height: 72px; */
}

ul#droplinenav.navi ul.level2{
	margin: 0;
	width: 1023px;
	height: 33px;
}

ul#droplinenav.navi li.level2{
	float: left;
}

ul#droplinenav.navi div.separator.level2.havechild,
ul#droplinenav.navi a.level2.havechild
{	
	padding: 0 20px 0 20px;
	background-image: url(../../common/images/arrow.png);
	background-position: 95% -106px;
	background-repeat: no-repeat;
}

ul#droplinenav.navi li.level1.active ul.level2{
	left: 0px;	
}
ul#droplinenav.navi li.hover{
	position: static;
}

ul#droplinenav.navirtl ul.level2{
	margin: 0;
	width: 1023px;
	height: 33px;	
}

ul#droplinenav.navirtl li.level2{
	float: right;
}

ul#droplinenav.navirtl div.separator.level2.havechild,
ul#droplinenav.navirtl a.level2.havechild
{	
	padding: 0 20px 0 20px;
	background-image: url(../../common/images/arrow.png);
	background-position: 5% -106px;
	background-repeat: no-repeat;
}

ul#droplinenav.navirtl li.level1.active ul.level2{
	right: 0px;
}
ul#droplinenav.navirtl li.hover{
	position: static;
}
ul#droplinenav.navirtl ul.level2 li.hover{
	/*position: relative;*/
}


ul.navi div.fxcontent {
	position: absolute;
	display: block;
	left: 0;
}

ul.navi div.fxcontent>ul.subnavi.insidefx {
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

/* LTR SLIDE */
ul.navi div.fxcontent.slide.drop>ul.subnavi.insidefx {
	bottom: 0;
	left: 0;
	right: 0;
}

ul.navi div.fxcontent.slide.toleft>ul.subnavi.insidefx {
	top: 0;
	left: 0;
}

ul.navi div.fxcontent.slide.toright>ul.subnavi.insidefx {
	top: 0;
	right: 0;
}

/* LTR SCROLL */
ul.navi div.fxcontent.scroll.drop>ul.subnavi.insidefx {
	top: 0;
	left: 0;
}

ul.navi div.fxcontent.scroll.toleft>ul.subnavi.insidefx {
	top: 0;
	right: 0;
}

ul.navi div.fxcontent.scroll.toright>ul.subnavi.insidefx {
	top: 0;
	left: 0;
}

ul.navi div.fxcontent>div.fxcontent-bar { /* as ul background */
	background: #666;
	display: block;
	position: absolute;
}

ul.navi div.fxcontent.slide.drop>div.fxcontent-bar {
	top: 0;
	left: 0;
}

ul.navi div.fxcontent.slide.toleft>div.fxcontent-bar {
	top: 0;
	right: 0;
}

ul.navi div.fxcontent.slide.toright>div.fxcontent-bar {
	top: 0;
	left: 0;
}

ul.navi div.fxcontent.scroll.drop>div.fxcontent-bar {
	bottom: 0;
	left: 0;
}

ul.navi div.fxcontent.scroll.toleft>div.fxcontent-bar {
	bottom: 0;
	left: 0;
}

ul.navi div.fxcontent.scroll.toright>div.fxcontent-bar {
	bottom: 0;
	right: 0;
}

ul.navi div.fxcontent>div.fxcontent-pinner {
	background: #f00;
	display: block;
	position: absolute;
	top: -8px;
	left: -8px;
	width: 16px;
	height: 16px;
}

/** for RTL **/
ul.navirtl div.fxcontent {
	position: absolute;
	display: block;
	right: 0;
}

ul.navirtl div.fxcontent>ul.subnavi.insidefx {
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
}

ul.navirtl div.fxcontent.slide.drop>ul.subnavi.insidefx {
	bottom: 0;
	right: 0;
}

ul.navirtl div.fxcontent.slide.toleft>ul.subnavi.insidefx {
	top: 0;
	left: 0;
}

ul.navirtl div.fxcontent.slide.toright>ul.subnavi.insidefx {
	top: 0;
	right: 0;
}

ul.navirtl div.fxcontent.scroll.drop>ul.subnavi.insidefx {
	top: 0;
	right: 0;
}

ul.navirtl div.fxcontent.scroll.toleft>ul.subnavi.insidefx {
	top: 0;
	right: 0;
}

ul.navirtl div.fxcontent.scroll.toright>ul.subnavi.insidefx {
	top: 0;
	left: 0;
}

ul.navirtl div.fxcontent>div.fxcontent-bar { /* as ul background */
	background: #666;
	display: block;
	position: absolute;
}

ul.navirtl div.fxcontent.slide.drop>div.fxcontent-bar {
	top: 0;
	right: 0;
}

ul.navirtl div.fxcontent.slide.toleft>div.fxcontent-bar {
	top: 0;
	right: 0;
}

ul.navirtl div.fxcontent.slide.toright>div.fxcontent-bar {
	top: 0;
	left: 0;
}

ul.navirtl div.fxcontent.scroll.drop>div.fxcontent-bar {
	bottom: 0;
	left: 0;
}

ul.navirtl div.fxcontent.scroll.toleft>div.fxcontent-bar {
	bottom: 0;
	left: 0;
}

ul.navirtl div.fxcontent.scroll.toright>div.fxcontent-bar {
	bottom: 0;
	right: 0;
}

ul.navirtl div.fxcontent>div.fxcontent-pinner {
	background: #f00;
	display: block;
	position: absolute;
	top: -8px;
	left: -8px;
	width: 16px;
	height: 16px;
}

/* Adding Custom Styling */

div.fxcontent.slide.drop {width:auto!important;}
div.yt-main {width:auto!important; min-width:900px;}

.yt-main {position:absolute; top:95px; left:0px;}
ul.navi ul {background:#f7941d!important;}
/*ul.level2.subnavi {/*margin-left:-290px!important;*/ margin-left:-170px!important; background:#f7941d!important;}*/
/*.fxcontent.slide.zfix.drop { margin-left:-290px!important;}*/
/*ul.level2.subnavi.insidefx { margin-left:-290px!important;}*/
ul.level2.subnavi.insidefx {position:absolute!important; left:-290px!important;}
/*ul.navi .fxcontent { margin-left:-290px;}*/
ul.navi li.level2 {background:none;}
.fxcontent.slide.zfix .drop {margin-left:0px!important;}
ul.navi li.level1.first:hover {background: url(/images/arrow.png); background-repeat: no-repeat; background-position: 73% 100%; text-decoration:none;}
ul.navi li.level1:nth-child(3):hover {background: url(/images/arrow.png); background-repeat: no-repeat; background-position: 73% 100%!important; text-decoration:none;}
ul.navi li.level1:nth-child(5).active, ul.navi li.level1:nth-child(5):hover {background: url(/images/arrow.png); background-repeat: no-repeat; background-position: 60% 100%!important; text-decoration:none;}
/* ul.navi li.level1:nth-child(11):hover {background: url(/images/arrow.png); background-repeat: no-repeat; background-position: 73% 100%!important; text-decoration:none;}*/
ul.navi li.level1:hover {background: url(/images/arrow.png); background-repeat: no-repeat; background-position: 73% 100%; text-decoration:none;}
/*ul.navi li.level1:hover {text-decoration:underline;}*/
ul.navi li.level1.active:hover {text-decoration:none;}
ul.navi li.level1.active {background: url(/images/arrow.png); background-repeat: no-repeat; background-position: 73% 100%;}
ul.navi li.level1.first.active {background: url(/images/arrow.png); background-repeat: no-repeat; background-position: 73% 100%;}
/*.fxcontent.slide.drop.zfix {margin-top:20px!important;}
ul.navi ul {background:#f7941d!important;}*/