/**
 * topnavi
 */

.topnavi{
	width: auto;
	height: 49px;
	background-color: #0c0c0c;
	background-image: url(../images/window_repeat_top.png);
	background-position: top;
	background-repeat: repeat-x;	
}

.topnavi .radiallight{
	width: auto;
	height: 49px;
	background-image: url(../images/window_radiallight.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.topnavi .title{
	color: #bebebe;
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	padding: 18px 0px 0px 24px;
	letter-spacing: 1px;
	float: left;
}

.topnavi .navi{
	float: right;
	height: 38px;
	line-height: 38px;
	padding: 8px 24px 0px 6px;
	background-image: url(../images/topnavi_background_left.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

.topnavi ul{
	float: right;
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0px 4px 0px 0px;
	background-image: url(../images/topnavi_background_right.png);
	background-repeat: no-repeat;
	background-position: center right;
}

.topnavi li{
	float: right;
	display: block;			
	height: 38px;
	line-height: 38px;
	padding-right: 2px;
	background-image: url(../images/topnavi_divider.png);
	background-repeat: no-repeat;
	background-position: center right;
}
.topnavi a{
	float: right;
	height: 38px;
	display: block;
	line-height: 38px;
	color: #bebebe;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0px 25px 0px 25px;	
	background-image: url(../images/topnavi_background_repeat.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.topnavi a:hover, .topnavi .active{
	color: #ffffff;
	background-image: url(../images/topnavi_background_repeat_hover.png);
}

.topnavi .active{
	color: #dc3810;
}

.topnavi ul ul{
	display: none;
}