.topMenuContainer {
	background-color: #002538;
	top: 75px;
	position: absolute;
	right: 70px;
}

.topMenuContainer .topLeft {
	background: transparent url('../media/system/RC/topMenuTopLeft.gif') no-repeat scroll left top;
}

.topMenuContainer .topRight {
	background: transparent url('../media/system/RC/topMenuTopRight.gif') no-repeat scroll right top;
}

.topMenuContainer .bottomLeft{
	background: transparent url('../media/system/RC/topMenuBottomLeft.gif') no-repeat scroll left bottom;
}

.topMenuContainer .bottomRight {
	background: transparent url('../media/system/RC/topMenuBottomRight.gif') no-repeat scroll right bottom;
}

.topMenuContainer .inner {
	padding: 9px 0px;
	height: 40px;
}

.topMenuItem {
	float: left;
	padding: 7px 10px 0px;
}

.topMenuItem .name {
	color: white;
	font-size: 14px;
}

.topMenuItem .name:hover {
	text-decoration: underline;
}

.topMenuItem .nameSel {
	text-decoration: underline;
	color: white;
	font-size: 14px;
}

.topMenuItem .subname {
	font-size: 10px;
	color: #00CCFF;
}