/* Primary navigation colours */
#homeLink {	background-color: #13387f;	border-color: #13387f;}
#productLink {	background-color: #00b7f1;	border-color: #00b7f1;}
#supportLink {	background-color: #a279b6;	border-color: #a279b6;}
#registrationLink {	background-color: #ec0088;	border-color: #ec0088;}
#researchLink {	background-color: #f17829;	border-color: #f17829;}
#contactLink {	background-color: #b5d333;	border-color: #b5d333;}


/* subnav section colours */

/* Hay blue - home */
ul.darkBlue {	border-bottom: 2px solid #13387f;}
.darkBlue li {	border-bottom: 1px solid #13387f;	background: url(../../images/darkblue_arrow.gif) right no-repeat;}
.darkBlue a {	color: #13387F;}
.darkBlue li.current {	background-color: #e0f6fd;}
.contentBox.darkBlue {	border-color: #13387f;}
.contentBox.darkBlue h3 {	background-color: #13387f;}
.contentBox.darkBlue ul {	list-style-image: url(../../images/bullet_square_darkblue.gif);}

/* Sky blue - products */
ul.blue {	border-bottom: 2px solid #00b7f1;}
.blue li {	border-bottom: 1px solid #00b7f1;	background: url(../../images/blue_arrow.gif) right no-repeat;}
.blue a {	color: #00b7f1;}
.blue li.current {	background-color: #e0f6fd;}
.contentBox.blue {	border-color: #00b7f1;}
.contentBox.blue h3 {	background-color: #00b7f1;}
.contentBox.blue ul {	list-style-image: url(../../images/bullet_square_blue.gif);}

/* Plum purple - support */
ul.purple {	border-bottom: 2px solid #8c54a2;}
.purple li {	border-bottom: 1px solid #8c54a2;	background: url(../../images/purple_arrow.gif) right no-repeat;}
.purple a {	color: #8c54a2;}
.purple li.current {	background-color: #f1eaf4;}

/* Lime green - contact us */
ul.lime {	border-bottom: 2px solid #b5d333;}
.lime li {	border-bottom: 1px solid #b5d333;	background: url(../../images/green_arrow.gif) right no-repeat;}
.lime a {	color: #b5d333;}
.lime li.current {	background-color: #f6fae6;}

/* Olive green */
ul.olive {	border-bottom: 2px solid #707814;}
.olive li {	border-bottom: 1px solid #707814;	background: url(../../images/darkgreen_arrow.gif) right no-repeat;}
.olive a {	color: #707814;}
.olive li.current {	background-color: #eeefe2;}

/* Satsuma orange - research */
ul.orange {	border-bottom: 2px solid #f17829;}
.orange li {	border-bottom: 1px solid #f17829;	background: url(../../images/orange_arrow.gif) right no-repeat;}
.orange a {	color: #f17829;}
.orange li.current {	background-color: #fdefe5;}

/* Caramel brown */
ul.brown {	border-bottom: 2px solid #d09546;}
.brown li {	border-bottom: 1px solid #d09546;	background: url(../../images/brown_arrow.gif) right no-repeat;}
.brown a {	color: #d09546;}
.brown li.current {	background-color: #f9f2e9;}

/* Cherry red */
ul.red {	border-bottom: 2px solid #d92131;}
.red li {	border-bottom: 1px solid #d92131;	background: url(../../images/red_arrow.gif) right no-repeat;}
.red a {	color: #d92131;}
.red li.current {	background-color: #fae4e6;}

/* Raspberry pink - how to order */
ul.pink {	border-bottom: 2px solid #ec0088;}
.pink li {	border-bottom: 1px solid #ec0088;	background: url(../../images/pink_arrow.gif) right no-repeat;}
.pink a {	color: #ec0088;}
.pink li.current {	background-color: #fde0f1;}

/* clear list styles for items within a contentBox */
.contentBox li {	background: none; border: none;}