.ddsmoothmenu,
.ddsmoothmenu2,
.ddsmoothmenu3 {
	background: none; /*background of menu bar (default state)*/
	width: 100%;
	}

.ddsmoothmenu ul,
.ddsmoothmenu2 ul,
.ddsmoothmenu3 ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	} /*추가*/

.ddsmoothmenu > ul > li > a,
.ddsmoothmenu2 > ul > li > a,
.ddsmoothmenu3 > ul > li > a,
.individual_ddsmoothmenu > ul > li > a {
	display:block;
	height:52px;
	line-height:52px;
	padding-left:18px;
	color:#fff !important;
	}/*메인메뉴 설정 - 메뉴추가*/

.ddsmoothmenu > ul > li > a:active,
.ddsmoothmenu2 > ul > li > a:active,
.ddsmoothmenu3 > ul > li > a:active {
	text-decoration:none; background:none;
	}

/* 선진전용 CSS - 시안이 같지않으면 타 사이트 삭제 */
.ddsmoothmenu, .ddsmoothmenu2 {
	position: relative;
	}
.arrow {
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/common/location_arrow.png') no-repeat right center;
	width: 28px;
	height: 52px;
	}
.arrow2 {
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/common/path_arrow.png') #0c4991;
	background-repeat:no-repeat;
	background-position:18px 21px;
	width: 52px;
	height: 51px;
	}
.arrow3 {
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/common/path_arrow.png') #0c4991;
	background-repeat:no-repeat;
	background-position:18px 21px;
	width: 52px;
	height: 51px;
	}


/*Top level list items*/
.ddsmoothmenu > ul > li {
	position:relative;
	display:inline;
	float:left;
	width:160px;
	height:52px;
	line-height:52px;
	border-left: 1px solid rgba(255,255,255,0.3);
	background:url('../images/common/path_arrow.png') 105px 22px no-repeat;
	color:#222;
	}
.ddsmoothmenu2 > ul > li {
	position:relative;
	display:inline;
	float:left;
	width:190px;
	height:52px;
	line-height:52px;
	border-right: 1px solid rgba(255,255,255,0.3);
	color:#fff;
	}
.ddsmoothmenu2 > ul.product > li {
	width:265px;
	}
.ddsmoothmenu3 > ul > li {
	position:relative;
	display:inline;
	float:left;
	width:230px;
	height:52px;
	line-height:52px;
	color:#fff;
	}
.ddsmoothmenu3 > ul > li {
	position:relative;
	display:inline;
	float:left;
	width:280px;
	height:52px;
	line-height:52px;
	color:#fff;
	}


/* 개별 */
.ddsmoothmenu2 > ul.business > li {
	width:185px;
	background:url('../images/common/path_arrow.png') 140px 22px no-repeat;
	border-right: 0
	}
.ddsmoothmenu2 > ul.business > li > .arrow2 {
	position: absolute;
	top: 0;
	right: 0;
	background: url('../images/common/location_arrow.png') no-repeat right center;
	width: 28px;
	height: 52px;
	}

/*서브메뉴*/
.ddsmoothmenu ul li ul li a,
.ddsmoothmenu2 ul li ul li a,
.ddsmoothmenu3 ul li ul li a {
display: block; 
padding-left:15px;
height:35px;
line-height:35px;
margin: 0;
font-weight:normal;
color: #000000;
text-decoration: none;
} /*서브메뉴 공통속성(분리)*/

.ddsmoothmenu ul li ul li a {width:135px;}/*서브메뉴 가로길이*/
.ddsmoothmenu2 ul li ul li a {width:190px;} /*서브메뉴 가로길이 추가*/
.ddsmoothmenu3 ul li ul li a {width:280px;} /*서브메뉴 가로길이 추가*/

/* 개별 */
.ddsmoothmenu2 > ul.product > li ul li a {
	width:265px;
	}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
	color: #333;
	}

.ddsmoothmenu ul li a.selected {
	background: none !important;
	color:#fff;
	}

.ddsmoothmenu3 ul li a.selected { /* 메뉴추가 CSS class that's dynamically added to the currently active menu items' LI A element*/
background: none !important; /*메인메뉴 펼쳐졌을때 배경컬러*/
color: #333;
}

.ddsmoothmenu2 ul li a.selected {
background: none !important;
color:#000;
}

.ddsmoothmenu ul li ul li a:hover,
.ddsmoothmenu2 ul li ul li a:hover,
.ddsmoothmenu3 ul li ul li a:hover {
background: #0c4f9f; /* 서브메뉴 마우스 오버 배경 컬러*/
color:#fff;
}

	
/* 서브메뉴 박스 공통속성(분리) */
.ddsmoothmenu ul li ul,
.ddsmoothmenu2 ul li ul,
.ddsmoothmenu3 ul li ul {
position: absolute;
left: -3000px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
padding-top:10px;
padding-bottom:10px;
background-color: #f3f3f3;
}

/*Sub level menu list items (alters style from Top level List Items)*/
.ddsmoothmenu ul li ul li,
.ddsmoothmenu2 ul li ul li,
.ddsmoothmenu3 ul li ul li {
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul,
.ddsmoothmenu2 ul li ul li ul,
.ddsmoothmenu3 ul li ul li ul {
top: 0;
}


/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

/* 메인메뉴 옆 화살표 \*/
.downarrowclass{
position: absolute;
top: 12px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */


.ddshadow{ 
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background-color: #ccc; /* generally should be just a little lighter than the box-shadow color for CSS3 capable browsers */
}

.toplevelshadow{
margin: 5px 0 0 5px; /* in NON CSS3 capable browsers gives the offset of the shadow */
opacity: 0.8; /* shadow opacity mostly for NON CSS3 capable browsers. Doesn't work in IE */
}

.ddcss3support .ddshadow.toplevelshadow {
margin: 0; /* in CSS3 capable browsers overrides offset from NON CSS3 capable browsers, allowing the box-shadow values in the next selector to govern that */
/* opacity: 1; */ /* optionally uncomment this to remove partial opacity for browsers supporting a box-shadow property which has its own slight gradient opacity */
}

.ddcss3support .ddshadow {
background-color: transparent;
box-shadow: 5px 5px 5px #aaa; /* box-shadow color generally should be a little darker than that for the NON CSS3 capable browsers background-color */
-moz-box-shadow: 5px 5px 5px #aaa;
-webkit-box-shadow: 5px 5px 5px #aaa;
}