#topnav {
    position: relative;
    margin-top: 168px;
}



#topnav #idList {
    height: 37px;
    list-style-type: none;

    position: relative;
    display: block;
	float: left;
	overflow: hidden;
}

#topnav #idList li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    height: 37px;
}

#topnav #idList li a {
    font-size: 13px;
    text-shadow: -1px -1px #282727;
    color: #fff;
    font-weight: normal;
    height: 15px;
    padding: 11px 15px;
    white-space: nowrap;
    display: block;
    float: left;
    text-decoration: none;
}

#topnav #idList li a:hover {
    font-weight: normal;
    text-decoration: none;
    background: url(tabmenu/bgHOVER.gif) bottom center no-repeat;
}

#topnav #idList li a.active, #topnav #idList li a.active:hover {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    background: url(tabmenu/bgCURRENT.gif) bottom center no-repeat;
	text-shadow: -1px -1px #282727;
}

