#topnav {
	position:relative;
	height:31px;
	width:972px;
	left:15px;
	margin-bottom:10px;
	background: transparent url(../../images/nav/h-menu_05.gif) repeat-x scroll left top;
}
#topnav-a{
	background: transparent url(../../images/nav/h-menu_03.gif) no-repeat scroll left top;
}
#topnav-b{
	background: transparent url(../../images/nav/h-menu_15.gif) no-repeat scroll right top;
	height:31px;
	width:972px;
}
#topnav ul{
	margin: 0;
	padding: 0;
}
#topnav li{
	list-style-type:none;
	float: left;
}
#topnav a {
    font-weight: bold;
    color: #cc3333;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans;
    font-size:10px;
    text-decoration: none;
	position: relative;
	display: block;
	padding: 9px 6px 12px 4px;
	white-space: nowrap;
}
#topnav a:hover, #topnav a:focus {
	text-decoration: underline;
}
.tn-element-right{
	background: transparent url(../../images/nav/h-menu_13.gif) no-repeat scroll right top;
}
li.last .tn-element-right, li.last_selected .tn-element-right{
	background: none;
}

/* selected */
#topnav li.selected a, #topnav li.first_selected a, #topnav li.last_selected a {
    color: #ffffff;
}
#topnav li.last_selected a {
	padding-right: 11px;
}
li.selected, li.first_selected, li.last_selected{
	background: transparent url(../../images/nav/h-menu_09.gif) repeat-x scroll top left;
}
li.selected .tn-element-left, li.last_selected .tn-element-left{
	background: transparent url(../../images/nav/h-menu_07.gif) no-repeat scroll left top;
	position: relative;
	left: -2px;
}
li.first_selected .tn-element-left{
	background: transparent url(../../images/nav/h-menu_07-left.gif) no-repeat scroll left top;
}
li.selected .tn-element-right, li.first_selected .tn-element-right{
	background: transparent url(../../images/nav/h-menu_11.gif) no-repeat scroll right top;
	position: relative;
	left: 2px;
}
li.last_selected .tn-element-right{
	background: transparent url(../../images/nav/h-menu_11-right.gif) no-repeat scroll right top;
	left:5px;
	position:relative;
}
