#topNav{
	background-color: white;
	height: 26px;
	margin:	0 auto;
}
	
#topNav ul{
	margin:0; padding:0;
	list-style:	none;
	margin:		0 auto;}
#topNav ul li {
	height:		26px; 
	float:		left;
	font:		bold 12px/37px Arial, Helvetica, sans-serif;
	padding-right: 	14px;
	padding-left: 	26px;
	background:		url(images/bullet_gray.gif) no-repeat 10px 8px;
}
#topNav ul li.current {
	background:		url(images/bullet_write.gif) no-repeat 12px 8px;
	background-color: #d5d5d5
}
#topNav ul li a{
	height:26px; float:left; text-decoration:none; display:block;
	color: #444444;
	font: 13px/26px Arial, Helvetica, sans-serif;
}
#topNav ul li a:hover{
	color: #fe1f8c
}
#topNav ul li a.current{
	font-weight: bold !important;
}

.topNav_container {
	height: 26px;
	width: 926px;
	overflow: hidden;
}
.topNav_container .l { 
	padding-left: 3px;
	background: url( images/topNav_left_3px.gif ) no-repeat top left;
}
.topNav_container .r { 
	padding-right: 3px;
	background: url( images/topNav_right_3px.gif ) no-repeat top right;
}
