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

#topnav #idList {
    height: 29px;
    list-style-type: none;
	padding: 0px 7px 0 14px;
    position: relative;
    display: block;
	float: left;
	overflow: hidden;
}

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

#topnav #idList li a {
    font-size: 13px;
    color: #424242;
    font-weight: normal;
    height: 15px;
    padding: 7px 6px;
    white-space: nowrap;
    display: block;
    float: left;
    text-decoration: none;
	background: url(tabmenu/bgOFF.gif) top right no-repeat;
}

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

#topnav #idList li a.active, #topnav #idList li a.active:hover {
    color: #424242;
    font-weight: bold;
    text-decoration: none;
    background: url(tabmenu/bgCURRENT.gif) top right no-repeat;
}

