.active ul{top: 0;}


@charset "utf-8";

#container01{ width: 850px;padding-top:35px; padding-left:50px;  }

.AVV{font-weight:bold;
font-size:16px;
font-family:"굴림","돋움"; }

a{color: black; text-decoration: none;} 
img{border: 0;}


.active ul{ 
	
	position: relative;
} 
#nav li{
	display: none;

} 


/*--GLOBAL STYLES FOR USE WHEN JAVASCRIPT IS BOTH ENABLED AND DISABLED--*/

#nav{ /*the top level, unordered list of navigation links*/
	position: relative;
	
} 

.active{ /* this is the class for the tab/page we are currently viewing */
	background-color: #999 !important;
} 

#nav > li{
	
	display: inline;

}
#nav > li > ul{
	left: -4px;
	padding: 0;
	position: absolute;
	width: 850px;

}




/*--STYLE ELEMENTS OF THE DROPDOWN MENUS--*/

ul li{
	font-size: 16px;

	list-style: none;

}

li li{
	font-size: 16px;

}

li li li{
	font-size: 12px;

}



#content{
	
	clear: both;
	height: 80px;

}
