#menu_div .menu_warning {
	width: 780px;
	margin: 10px auto 30px auto;
	padding: 0;
}

#menu_div .expire_notice_top {
	margin: 0;
	padding: 0;
	background-image: url("/Images/warningBorderTop.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	font-size: 1px;  /* IE sets a minimum div height based on the font size, ignoring CSS height if that is less! */
	line-height: 1px;
	width: 780px;
	height: 8px;
}

#menu_div .expire_notice {
	margin: 0;
	padding: 0;
	width: 780px;
	color: #ec358c;
	background-image: url("/Images/warningBorderMiddle.png");
	background-repeat: repeat-y;
}

#menu_div p.expire_text {
	padding: 0;
	margin: 0px 10px 0px 10px;
}

#menu_div .expire_notice_bottom {
	margin: 0;
	padding: 0;
	background-image: url("/Images/warningBorderBottom.png");
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 1px;
	line-height: 1px;
	width: 780px;
	height: 8px;
}

#menu_div .expire_notice a {
	color: #ec358c;
}

#logoAndLogout {
	position: relative;
}

#logoDiv {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	border: 0;
}

#supermenu_table {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;

}

#supermenu_table td {
	height: 30px;
	text-align: center;
	vertical-align: middle;	
	padding: 0;
	margin: 0;
}

.supermenu_centre {
	width: 120px;
}

.supermenu_left {
	width: 110px;
}

.supermenu_left a {
	padding-right: 8px;
}

.supermenu_right {
	width: 110px;
}

.supermenu_right a {
	padding-left: 8px;
}

.supermenu_border_left {
	background-image: url("/Images/adNavleft.jpg");
	background-repeat: no-repeat;
	width: 16px;
}

.supermenu_border_right {
	background-image: url("/Images/adNavRight.jpg");
	background-repeat: no-repeat;
	width: 16px;
}

.supermenu_item {
	background-image: url("/Images/adNav.jpg");
	background-repeat: repeat-x;
}

.supermenu_border_left_current {
	background-image: url("/Images/adNavleftHighlight.jpg");
	background-repeat: no-repeat;
	width: 16px;
}

.supermenu_border_right_current {
	background-image: url("/Images/adNavRightHighlight.jpg");
	background-repeat: no-repeat;
	width: 16px;
}

.supermenu_item_current {
	background-image: url("/Images/adNavHighlight.jpg");
	background-repeat: repeat-x;
}

.supermenu_divider {
	background-image: url("/Images/adNavDivide.jpg");
	background-repeat: repeat-x;
	width: 1px;
}

.supermenu_item a, .supermenu_item a:visited {
	text-decoration: none;
	color: white;
}

.supermenu_item_current a, .supermenu_item_current a:visited {
	text-decoration: none;
	color: white;
}

.supermenu_item a:hover {
	text-decoration: none;
	color: #ec358c;
}

