#topnav {
    position: relative;
    margin-top: 150px;
	padding-left: 18px;
	width: 812px;
}

.header_blog #topnav {
    position: relative;
    margin-top: 150px;
	padding-left: 18px;
	width: 915px;
}


#topnav a[href^="http:"] {
	margin: 0;
}


#topnav #idList {
    height: 40px;
    list-style-type: none;
    width: auto;
    position: relative;
    display: block;
}

#topnav #idList li {
    display: block;
    float: left;
    margin: 0;
    padding: 0 2px 0 0;
    height: 40px;
	background: url(tabmenu/bgDIVIDER.gif) top right no-repeat;
}

#topnav #idList li.active {
	background: url(tabmenu/bgCURRENT.gif) top left no-repeat;
	padding-right: 0px;
	
}

#topnav #idList li a {
    font-size: 13px;
    text-shadow: -1px -1px 0px #383737;
    color: #fff;
    font-weight: bold;
    height: 18px;
    padding: 13px 20px 10px 20px;
    white-space: nowrap;
    display: block;
    float: left;
    text-decoration: none;
	
}

#topnav #idList li a:hover {
    text-decoration: none;
    background: url(tabmenu/bgHOVER.gif) top left repeat-x;
}



#topnav #idList li a.active, #topnav #idList li a.active:hover {
    color: #3b3b3b;
    font-weight: bolder;
    text-decoration: none;
    background: url(tabmenu/bgCURRENT_right.gif) top right no-repeat;
	text-shadow: -1px -1px 0px #fff;

}

.home_active {
	width: 16px;
	height: 16px;
	margin: 0px 5px 0px 6px;
}

.home_normal {
	width: 16px;
	height: 16px;
	margin: -1px 6px 0px 5px;
}







#subtopnav {
    position: relative;
    margin-top: 0px;
	padding-left: 18px;
	width: 812px;
}

#subtopnav a[href^="http:"] {
	margin: 0;
}

#subtopnav #idList {
    height: 31px;
    list-style-type: none;
    width: auto;
    position: relative;
    display: block;
}

#subtopnav #idList li {
    display: block;
    float: left;
    margin: 0;
    padding: 0 2px 0 0;
    height: 31px;
	background: url(tabmenu/sub_bgDIVIDER.gif) top right no-repeat;
}

#subtopnav #idList li a {
    font-size: 12px;
    text-shadow: 1px 1px 0px #e2e2e2;
    color: #313131;
    font-weight: bold;

    padding: 10px 15px 10px 15px;
    white-space: nowrap;
    display: block;
    float: left;
    text-decoration: none;
}

#subtopnav #idList li a:hover {
    text-decoration: none;
    background: url(tabmenu/sub_bgHOVER.gif) top left repeat-x;
}

#subtopnav #idList li a.active, #subtopnav #idList li a.active:hover {
    color: #3b3b3b;
    font-weight: bolder;
    text-decoration: none;
    background: url(tabmenu/sub_bgCURRENT.gif) top left repeat-x;
	text-shadow: -1px -1px 0px #fff;
	}
