.top_menu_stripe {
	display: block;
    position: relative;
    margin: 0 auto 9px auto;
    height: 49px;
    width: 978px;
    overflow: hidden;
    z-index: 30;
}
.top_menu {
    background: url("/images/top_menu_bg.gif") #86cb19 repeat-x;
	display: block;
    position: relative;
    height: 49px;
    width: 1000px;
}
.top_menu .tmlink {
    font-family: "Tahoma", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    display: block;
    float: left;
    height: 39px;
    margin: 0;
    padding: 10px 14px 0 14px;
    text-decoration: none;
    text-align: center;
}
.top_menu .tmlink:hover {
    background: url("/images/top_menu_bg_act.gif") #86cb19 no-repeat left;
}

.top_menu * {
	white-space: nowrap;
}

.top_menu_2nd {
    background-color: #86cb19;
    display: block;
    position: absolute;
	float: left;
    /*top: 0;
    left: 0;*/
    visibility: hidden;
	overflow: hidden;
    z-index: 1000;
	min-width: 80px;
}

.top_menu_2nd a {
	border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #ffffff;
	display: block;
    position: relative;
	float: left;
	clear: both;
    font-family: "Tahoma", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    text-decoration: none;
	overflow: hidden;
}
.top_menu_2nd a:hover {
    text-decoration: underline;
}

