/*
Theme Name : Mega Menu Complete Set
Item URI : http://codecanyon.net/item/mega-menu-complete-set/152825
Author URI : http://themeforest.net/user/Keliah
Version : 1.2
*/

/*

TABLE OF CONTENTS

01 MENU BAR
02 DROP DOWN COMMON CONTAINER
03 DROP DOWN SPECIFIC CONTAINERS
04 COLUMNS GRID
05 DROP DOWN TYPOGRAPHY
06 COLORS
07 VERTICAL VARIANT

*/



/*  _____________________________________________________________________________

    01 MENU BAR
    _____________________________________________________________________________  */

#logo {width:166px; height:24px; float:left; margin:15px 0 0 10px}
/*#logo {width:166px; height:24px; float:left; margin:13px 0 0 10px}*/
#view_video {width:148px; height:56px; float:right; margin:7px 20px 0 0}

#menu_container {
	width:940px;
	height:41px;
	position: relative;
	float:left;
	clear: both;
	margin:0px 0 0 40px;
z-index:9998;	
	}
#menu {
	width:380px;
	float:left;
	list-style:none;
	z-index:9999;
	padding:0;
	margin:26px 0 0 55px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:1;
}

	#menu li {
		float:left;
		margin:0px 20px 0px 20px;
		border:none;
	}

		#menu li .drop {
			padding-right:0px; /* ¾ÆÀÌÄÜÃß°¡½Ã 30 */
			background:url("../images/menu.gif") no-repeat right center;
		}

		/* Right aligned menu item */
		
		#menu li.right {
			float:right;
			margin-right:-1px;
		}
		#menu li.right a {
			margin-right:5px;
		}



/*  _____________________________________________________________________________

    02 DROP DOWN COMMON CONTAINER
    _____________________________________________________________________________  */



#menu li .dropcontent {
	margin:0px auto;
	position:absolute;
	left:-9999em;
	top:44px; /* Places the drop down under the menu bar */
	z-index:9998; /* For IE7 */
	padding:24px 0px 10px 0px;
	text-align:left;
	border:1px solid #1b1b1b;
	border-top:none;
	background:#161616;
	/* Rounded Corners */
	-moz-border-radius: 0px 0px 4px 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}
#menu li .dropfirst {
	margin:0px auto 0px -1px; /* Fixes a 1px issue for the 1st drop down */
}

/* Showing Drop Down on Mouse Hover - Left aligned */

#menu li:hover .dropcontent {left:auto;}

/* Showing Drop Down on Mouse Hover - Right aligned */

#menu li .align_right {right:-1px;}
#menu li:hover .align_right {
	left:auto;
	right:-1px;
}

/* Full width drop down */
/*20120627 ¼öÁ¤
#menu li .fullwidth {
	position: absolute;
	width: 940px;
	height:442px;
	padding:0px 0px 0px 0px;
	left:-9999em;
	top:65px;	
	background: url(../images/menu_bg.gif);
	margin:1px 0 0 -9px;
}*/
#menu li .fullwidth {
	position: absolute;
	width: 940px;
	height:427px;
	padding:0px 0px 0px 0px;
	left:-9999em;
	top:65px;	
	background: url(../images/menu_bg.gif) no-repeat center bottom;
	margin:1px 0 0 -9px;
}
#menu li:hover .fullwidth {
	display: block;
	z-index:9998;
	left: -1px;
}



/*  _____________________________________________________________________________

    03 DROP DOWN ¸Þ´º±¸¼º
    _____________________________________________________________________________  */


