/* ¸ÞÀÎ ³×ºñ¹Ù »ö ¼³Á¤*/

.ddsmoothmenu {
	font-size:12px;
	font-family:Kalinga, Verdana; 
	height:26px;
	background-image:url(../images/menu_bg1.gif);
	background-repeat:repeat-x;
	background-position:left top;
	/*background of menu bar (default state)*/
}

.ddsmoothmenu ul{
	margin:0; 
	padding:0; 
	list-style:none;

}


/*Top level list items*/
.ddsmoothmenu ul li { 
	position:relative;
	float:left; 
	width:140px; 
	padding:4px 0px 3px 0px;
	text-decoration:none; 
	color:#6d6b6c;
	font-weight:bold;
}

#ddsmoothmenu ul:after {
	content: '';
	display: block;
	clear: both;
}

/* 1Â÷¸Þ´º ¼Ó¼º º¯°æ*/

.ddsmoothmenu ul li a:link { color:#6d6b6c; font-size:15px;}
.ddsmoothmenu ul li a:visited { color:#6d6b6c;font-size:15px;}
.ddsmoothmenu ul li a:hover { color:#2179c6;font-size:15px;}
.ddsmoothmenu ul li a:active { color:#6d6b6c;font-size:15px;}




/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position:absolute;
	left:0; 
	display:none;
	visibility:hidden; 
	background:#ffffff; /*collapse all sub menus to begin with*/ 
	padding:10px 0px 6px 0px;
}


.ddsmoothmenu ul li ul li a:link { color:#6d6b6c; font-size:12px;}
.ddsmoothmenu ul li ul li a:visited { color:#6d6b6c;font-size:12px;}
.ddsmoothmenu ul li ul li a:hover { color:#2179c6; font-size:12px;;}
.ddsmoothmenu ul li ul li a:active { color:#6d6b6c; font-size:12px; }


/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
/*display:inline;*/ 
display:list-item; 
float:none; 
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	top:0
; }

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
	font:12px Kalinga, Verdana;
	width:160px; /*width of sub menus*/ 
	padding:6px; 
	margin:0;
	border-top-width: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; 
	right:7px;
}

.rightarrowclass {
	position:absolute;
	top:6px;
	right:5px; 
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow { /*shadow for NON CSS3 capable browsers*/
	position:absolute;
	left:0;
	top:0; 
	width:0; 
	height:0;
}

.toplevelshadow { /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity:0; }