#nav2 {
	float:none;
	height:25px;
	padding-left:95px;
	width:900px;
}

#nav2Right {
	text-align:right;
	margin-top:-35px;
}

.topTabYellowCentre {
	background-color:#f8c505;
	float:left;
	height:20px;
	margin-top:0px;
	padding-top:5px;
	width:auto;
}

.topTabYellowCentreActive {
	background-color:#f8c505;
	float:left;
	height:30px;
	padding-top:5px;
	width:auto;
	font-weight:bold;
}

.topTabYellowLeft {
	background-color:#F8c505;
	background-image:url(images/topTabYellowLeft.gif);
	background-repeat:no-repeat;
	float:left;
	height:25px;
	margin-top:0px;
	width:10px;
}

.topTabYellowLeftActive {
	background-color:#F8c505;
	background-image:url(images/topTabYellowLeft.gif);
	background-repeat:no-repeat;
	float:left;
	height:35px;
	width:10px;
}

.topTabYellowRight {
	background-color:#F8c505;
	background-image:url(images/topTabYellowRight.gif);
	background-repeat:no-repeat;
	float:left;
	height:25px;
	margin-top:0px;
	margin-right:0px;
	width:10px;
}

.topTabYellowRightActive {
	background-color:#F8c505;
	background-image:url(images/topTabYellowRight.gif);
	background-repeat:no-repeat;
	float:left;
	height:35px;
	margin-right:0px;
	width:10px;
}

.subTabCentre{
	background-color:#f8c505;
	float:left;
	height:56px;
	margin-top:10px;
	padding-top:15px;
	width:450px;
	color:#339483;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
}

.subTabCentre a{
	color:#339483;
	text-decoration:none;
}

.subTabCentre a:hover{
	color:#339483;
	text-decoration:underline;
}

.subTabLeft {
	background-image:url(images/subMenuLeft.gif);
	background-repeat:no-repeat;
	float:left;
	height:71px;
	margin-top:10px;
	width:13px;
}


.subTabRight {
	background-image:url(images/subMenuRight.gif);
	background-repeat:no-repeat;
	float:left;
	height:71px;
	margin-top:10px;
	margin-right:5px;
	width:13px;
}

.subMenu {
	display:none;
	position:absolute;
	margin-top:22px;
	z-index:2;
}

.mainMenu{
	display:inline-table;
	cursor:default;
}

.mainMenuTail{
	background-color:#F8c505;
	padding-bottom:15px;
	
}