/* CSS Tabs */
#navlist {
		height:29px;
		line-height:29px;
        padding: 0px 0;
        margin: 0px 0 2px;
        font: 11px 돋움;
}

* html #navlist {
        margin: 5px 0 0px;
}

#navlist li {
        margin: 1px;
        display: inline;
        /*border-bottom: 1px solid #DDDDDD;*/
		float:left;
		height:29px;
		line-height:29px;
		list-style-type:none;
		overflow:hidden;

}

#navlist li a {
		height:29px;
		line-height:29px;
        padding: 7px 1em 6px 1em;
        border: 1px solid #DDDDDD;
        background: #fff;
        text-decoration: none;
}



#navlist li a:hover {
		height:29px;
		line-height:29px;
        color: #ededed;
        background: #00B3F7;
}

#navlist li a#current {
		height:29px;
        background: #0095cd;
        border-bottom: 1px solid #0076a3;
        border-color: #0076a3;
}

#navlist li a#link1 {
		height:29px;
        background: white;
        border-bottom: 1px solid white;
}
