/* ------------------------- */
/* menu only section of css  */
/* ------------------------- */

/* sets up the page and background colour*/
body {
	background-color: #04153D;
	color: #FFFFFF;
	margin-top: 10;
	margin-left: 10;
	margin-bottom: 10;
	margin-right: 10;
	padding : 0;
}

img {
	border: 0;
}

/* controls how the normal text links look and feel */
A { font-family: VERDANA,HELVETICA,ARIAL,MS SANS SERIF; font-size: 8pt; color: #FFFFFF; text-decoration: none; font-weight: bold; }
A:link { text-decoration: none; font-weight: bold; }
A:active { text-decoration: none; font-weight: bold; }
A:visited { text-decoration: none; font-weight: bold; }
A:hover { color: #0000FF; font-weight: bold; }

/* this controls the status bar's text and background colour */
.menubar {
	background-color: #7FCAF2;
	color: #FFFFFF;
	font-family: VERDANA,HELVETICA,ARIAL,MS SANS SERIF;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}

/* controls the format of the menu text links */
.MENULINK { font-family: VERDANA,HELVETICA,ARIAL,MS SANS SERIF; font-size: 9pt; color: #3f0067; text-decoration: none; font-weight: bold; }
.MENULINK:link { text-decoration: none; font-weight: bold; }
.MENULINK:active { text-decoration: none; font-weight: bold; }
.MENULINK:visited { text-decoration: none; font-weight: bold; }
.MENULINK:hover { color: #9f00C7; font-weight: bold; }
.MENULINKLOGOUT { font-family: VERDANA,HELVETICA,ARIAL,MS SANS SERIF; font-size: 8pt; color: #FF0000; text-decoration: none; font-weight: bold; }
.MENULINKLOGOUT:link { text-decoration: none; font-weight: bold; }
.MENULINKLOGOUT:active { text-decoration: none; font-weight: bold; }
.MENULINKLOGOUT:visited { text-decoration: none; font-weight: bold; }
.MENULINKLOGOUT:hover { color: #FFFFFF; font-weight: bold; }


/* controls the text displayed in the menu for titles such as Search For, etc. */
.menuTitlesText {
	color: #000000;
	font-family: VERDANA,HELVETICA,ARIAL,MS SANS SERIF;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	}
	
/* controls the text displayed as the basket count */	
.basketText {
	color: #FFFFFF;
	font-family: VERDANA,HELVETICA,ARIAL,MS SANS SERIF;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}	

/* controls the text displayed as the basket count when it is full. */
.basketFullText {
	color: #FF0000;
	font-family: VERDANA,HELVETICA,ARIAL,MS SANS SERIF;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: blink;
	}		
	
/* ------------------------- */
/* 	   end menu section 	 */
/* ------------------------- */