/* =========================================== */
/* Menu.CSS                                    */
/* =========================================== */
/*                                             */
/* Setting control the style of the main menu  */
/* in the activeCMS platform.                  */
/*                                             */
/* =========================================== */
/* Overall height and background colour of the menubar table */
.AWCMenuTable {
	background-color: #4A688C;
	height: 25px;
}

.AWCMenuDropDownLabel {
	font-weight: bold;
}

.AWCMenuDropDownCell {
	
}

/* Set background colour of menubar table row */
.AWCMenuTableRow {
	background-color: #263D80;
}

/* Set background colour or image for each cell of menubar table row. */
/* Each cell will contain ONE main menu item                          */
.AWCMenuCell {
	vertical-align: middle;
	background-image:
		url("/Creative/Assets/Personalization/Menu/main_nav_bg.gif");
	padding: 6px 27.9px;
}

/* Define font attributes for menu text  */
.AWCMenuHyperlink {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	font-stretch: normal;
}

/* Define Menutext normal link colour               */
.AWCMenuHyperlink:link {
	color: #ffffff;
}

/* Define Menutext visited link colour               */
.AWCMenuHyperlink:visited {
	text-decoration: none;
	color: #ffffff;
}

/* Define Menutext hover link colour               */
.AWCMenuHyperlink:hover {
	color: #00B9CB;
}

/* Define Menutext active link colour  (NOT IMPLEMENTED-Future implementation only) */
.AWCMenuHyperlink:active {
	color: #858585;
}

/*-----------------------------------------------*/
/* Used with Tabbed Navigation                   */
/*-----------------------------------------------*/
td.AWCMenuLeftTab {
	padding-right: 10px;
	background-repeat: no-repeat;
	background-image:
		url("/Creative/Assets/Personalization/Menu/gnav_left_off.gif");
}

td.AWCMenuRightTab {
	padding-right: 15px;
	background-repeat: no-repeat;
	background-image:
		url("/Creative/Assets/Personalization/Menu/gnav_right_off.gif");
}

td.AWCMenuLeftHoverTab {
	padding-right: 10px;
	background-repeat: no-repeat;
	background-image:
		url("/Creative/Assets/Personalization/Menu/gnav_left_on.gif");
}

td.AWCMenuRightHoverTab {
	padding-right: 15px;
	background-repeat: no-repeat;
	background-image:
		url("/Creative/Assets/Personalization/Menu/gnav_right_on.gif");
}

.AWCMenuCellHoverTab {
	vertical-align: middle;
	background-image:
		url("/Creative/Assets/Personalization/Menu/main_nav_bg_on.gif");
	padding-left: 0px;
	padding-right: 0px;
}

.AWCMenuSelectedRightTab {
	padding-right: 15px;
	background-repeat: no-repeat;
	background-image:
		url("/Creative/Assets/Personalization/Menu/gnav_selected_right.gif");
}

.AWCSelectedMenuCell {
	vertical-align: middle;
	background-image:
		url("/Creative/Assets/Personalization/Menu/gnav_selected_centre.gif");
	padding-left: 0px;
	padding-right: 0px;
}

.AWCMenuSelectedLeftTab {
	vertical-align: middle;
	background-image:
		url("/Creative/Assets/Personalization/Menu/gnav_selected_left.gif");
	padding-right: 10px;
}

.AWCMenuHyperlinkHover {
	/* Optionally used to set the background color of the link
    background-color: #FF0000;
  */
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: bold;
}

.AWCMenuHyperlinkHover:link {
	color: #000000;
}

.AWCMenuHyperlinkHover:visited {
	text-decoration: none;
	color: #000000;
}

.AWCMenuHyperlinkHover:active {
	color: #000000;
}

.AWCMenuHyperlinkHover:hover {
	color: #000000;
}

AWCMenuCellEmpty {
	background-image: none;
}

/* Selected Hover States */
.AWCMenuSelectedLeftHoverTab {
	padding-right: 10px;
	background-repeat: no-repeat;
	background-image:
		url("/Creative/Assets/Personalization/Menu/gnav_left_on.gif");
}

.AWCMenuSelectedCellHoverTab {
	vertical-align: middle;
	background-image:
		url("/Creative/Assets/Personalization/Menu/main_nav_bg_on.gif");
	padding-left: 0px;
	padding-right: 0px;
}

.AWCMenuSelectedRightHoverTab {
	padding-right: 15px;
	background-repeat: no-repeat;
	background-image:
		url("/Creative/Assets/Personalization/Menu/gnav_right_on.gif");
}

.AWCMenuSelectedHyperlinkHover {
	color: #000000;
	/*background-color: Yellow;*/
}
