#topMenu {
	background: url(../images/bg-topMenu.png) repeat-x top;
	height: 26px;
	padding: 7px 0 0 15px;
	text-transform: uppercase;
	font-family: Georgia;
	letter-spacing: -0.01em;
}

#topMenu ul li {
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	font-weight: bold;
	background: url(../images/bg-tab-left.png) no-repeat left top;
	margin-right: 3px;
}

#topMenu ul li.current {
	background: url(../images/bg-tab-current-left.png) no-repeat left top;
}

#topMenu ul li a {
	display: block;
	background: url(../images/bg-tab-right.png) no-repeat right top;
	line-height: 26px;
	margin-left: 4px;
	padding-left: 6px;
	padding-right: 10px;
}

#topMenu ul li.current a {
	background: url(../images/bg-tab-current-right.png) no-repeat right top;
}

#topMenu ul li a:link,
#topMenu ul li a:visited {
	color: #000;
	text-decoration: none;
}

#topMenu ul li a:hover {
	color: #336699;
	text-decoration: none;
}

#detail ul.tabs {
	height: 26px;
	font-size: 85%;
	text-transform: uppercase;
	padding-left: 3px
}

#detail ul.tabs {
	background: url(../images/bg-topMenu.png) repeat-x top;
	border-right: 1px solid #A6B9C4;
	border-left: 1px solid #A6B9C4;
	margin: 0 -1px;
}

#detail ul.tabs li {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	margin-right: 1px;
	margin-left: 1px;
	margin-top: 2px;
	background: url(../images/bg-tabs-left-two.png) no-repeat left top;
}

#detail ul.tabs li a {
	display: block;
	float: left;
	height: 24px;
	line-height: 24px;
	padding-right: 3px;
	margin-left: 3px;
	background: url(../images/bg-tabs-right-two.png) no-repeat right top;
}

#detail ul.tabs li.current {
	background: url(../images/bg-tabs-left.png) no-repeat left top;
	margin-right: 1px;
}

#detail ul.tabs li.current a {
	display: block;
	background: url(../images/bg-tabs-right.png) no-repeat right top;
	line-height: 24px;
	margin-left: 1px;
	padding-right: 3px;
}

#detail ul.tabs li.current a:hover {
    color: #000;
    text-decoration: none;
}

#detail ul.tabs li a:link,
#detail ul.tabs li a:visited {
	color: #000;
	text-decoration: none;
}

#detail ul.tabs li a:hover {
    color: #369;
    text-decoration: none;
}

#detail ul.secondary {
	height: 26px;
	border-bottom: 1px solid #A6B9C4;
}


#detail ul.secondary li {
	display: inline;
	line-height: 26px;
	background: none;
	padding-left: 0;
}

#detail ul.secondary li.current {
	font-weight: bold;
}

#detail ul.secondary li.current a:link,
#detail ul.secondary li.current a:visited {
	color: #000;
}