#topmenu{
	height: 52px;
	text-align: left;
	margin-left: -15px;
}

#topmenu a{
/*	color: #a7a7a7;*/
	color: #0080c0;
	background-color: #ffffff;
	font-weight: bold;
}

table{
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-spacing: 0px;
	border-collapse: collapse; 
}

#topmenu table{
	width: 942px;
	height: 52px;
}

#topmenu .link{
	font-size: 16px;
	vertical-align: bottom;
	text-align: center;
	padding-bottom: 9px;
	background-image: url(../layout_images/topmenubg.png);
	background-repeat: repeat-x;
	width: 180px;
}

#topmenu .small {
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 14px;	
}
#topmenu .space{
	background-image: url(../layout_images/topmenucenter.png);
	background-repeat: repeat-x;
	width: 20px;
}

#topmenu .left{
	background-image: url(../layout_images/topmenuleft.png);
	background-repeat: repeat-x;
	width: 25px;
}

#topmenu .right{
	background-image: url(../layout_images/topmenuright.png);
	background-repeat: repeat-x;
	width: 17px;
}

#topmenu .active{
	color: #cd0073;
}

#topmenuSub{
	background-color: #77b859;
	margin-top: 3px;
	text-align: center;
}
#topmenuSub p{
	padding-top: 0.1em;
	padding-bottom: 0.1em;
}
#topmenuSub a{
	font-size: 14px;
	color: #d0eeaf;
	padding: 3px;
	padding-left: 18px;
	padding-right: 18px;
	text-decoration: none;
	font-weight: bold;
}
#topmenuSub .active{
	text-transform: uppercase;
	color: #FFFFFF;	
}

