@charset "utf-8";
ul.rounded_buttons li, ul.quicklinks li, #navbar ul li { background-image: none; background: none; padding: 0; margin: 0;}
/* 	Navigation - Top Level  */
#navbar ul {
		display: block;
		float: left;
		width: 66%;
		padding:  0;
	}
	#navbar ul li{
		display: inline;
		color: #FFFFFF;
		font-weight: bold;
	}
	#navbar ul li a {
		color: #FFFFFF;
		text-decoration: none;
		padding: 0 .3em;
	}		
		#navbar ul li a:hover, #navbar ul li a.current { color: #d37220;}
		#navbar ul li a:visited {}
		#navbar ul li a:active {}
		
/* Spacing at top of side menus bars */
ul.rounded_buttons, ul.quicklinks {margin: 10px 0 10px 0;}
ul.rounded_buttons ul, ul.quicklinks ul {margin: 0 0 -1em 0;}

/* Quick Links - left Hand column   */		
ul.quicklinks { margin:  0 0 0em 0;}	
	ul.quicklinks li {	position: relative;}
		ul.quicklinks li a {
			display: inline-block;
			display: block;
			padding: 0 0 0 45px;
			text-decoration: none;
			color: #FFFFFF;
			font: bold 100% "Trebuchet MS";
			margin: 16px 0;
			line-height: 220%;
			position: relative;
			width: 90%;
		}
/*	Customer Services - Right Hand column   */	
.rounded_buttons {}
	.rounded_buttons li {}
		.rounded_buttons li a {
			display: inline-block;
			display: block;
			padding: 0 15px;
			text-decoration: none;
			color: #FFFFFF;
			font: bold 100% "Trebuchet MS";
			margin: 2px 0;
			background-color: #009966;
			width: 100%;
			line-height: 200%;
			}	

/* rounded Corners for Webkit and Mozilla Browsers. Opera and IE is handled by Javascript  */
ul.intranet_toolbar li a {
-webkit-border-radius :  20px;
-moz-border-radius: 20px;
border-radius: 14px;
}

ul.rounded_buttons li a, ul.quicklinks li a {
-webkit-border-radius :  14px;
-moz-border-radius: 14px;
border-radius: 14px;
}				
		
/*  Universal Colours Schemes for the navigation bar buttons in the right and left column */	
li.box_rounded_edge_orange a {	 				background-color: #df771c;	}
li.box_rounded_edge_orange a:hover {	 		background-color: #df581c;}
li.box_rounded_edge_orange a:active { 			background-color: #f49038; }
li.box_rounded_edge_orange a:visited {}
	li.box_rounded_edge_orange ul li a { 		color:#df771c  ; background: #feebdb; }
	li.box_rounded_edge_orange ul li a:hover { 	background: #f6c59a;}
	
li.box_rounded_edge_mauve a {		 			background-color: #860038;}
li.box_rounded_edge_mauve a:hover {				background: #6C002E; }
li.box_rounded_edge_mauve a:active {			background-color: #860038;}
li.box_rounded_edge_mauve a:visited {}
	li.box_rounded_edge_mauve ul li a {			color: #860038;	background: #FDCCF8;	}
	li.box_rounded_edge_mauve ul li a:hover {	background: #df7da6;}	

li.box_rounded_edge_green a {		 			background-color: #78a22f ;}
li.box_rounded_edge_green a:hover  {			background: #557421;}
li.box_rounded_edge_green a:active {			background-color: #78a22f;}
li.box_rounded_edge_green a:visited {}
	li.box_rounded_edge_green ul li a { 		color: #78a22f; background: #e9f7d1;}
	li.box_rounded_edge_green ul li a:hover { 	background: #d9f3ac;}

li.box_rounded_edge_pink a {		 			background-color: #ec008c;}
li.box_rounded_edge_pink a:hover  {				background-color:#9D005F;}
li.box_rounded_edge_pink a:active {				background-color: #ec008c;}
li.box_rounded_edge_pink a:visited {}
	li.box_rounded_edge_pink ul li a {			color: #ec008c ; background: #fde7f1;}
	li.box_rounded_edge_pink ul li a:hover { 	background: #fdbfdd;}

li.box_rounded_edge_valentine a  {				background-color: #ce1443;	}
li.box_rounded_edge_valentine a:hover   {		background-color: #970F31;}
li.box_rounded_edge_valentine a:active {		background-color:#ce1443;}
li.box_rounded_edge_valentine a:visited {}
	li.box_rounded_edge_valentine ul li a {		color: #ce1443 ; background: #fad6df;}
	li.box_rounded_edge_valentine ul li a:hover { background: #f9becd;}

li.box_rounded_edge_purple a {	 				background-color: #532f64;}
li.box_rounded_edge_purple a:hover  {			background: #3C2248;}
li.box_rounded_edge_purple a:active {}
li.box_rounded_edge_purple a:visited {}
	li.box_rounded_edge_purple ul li a {		background-color: #DECBE7;	color: #532F64;	}
	li.box_rounded_edge_purple ul li a:hover {	background: #CBADDA;}	

li.box_rounded_edge_indigo a {					background-color: #7a1c56;}
li.box_rounded_edge_indigo a:hover  {			background: #56143E;}
li.box_rounded_edge_indigo a:active {			background-color: #7a1c56;}
li.box_rounded_edge_indigo a:visited {}	
	li.box_rounded_edge_indigo ul li a {		background-color: #dac6d2;	color: #7a1c56;	}
	li.box_rounded_edge_indigo ul li a:hover {	background: #cdaac0;}	
		
li.box_rounded_edge_teal a {					background-color: #006a72;}
li.box_rounded_edge_teal a:hover  {				background: #00484F;}
li.box_rounded_edge_teal a:active {				background-color: #006a72;}
li.box_rounded_edge_teal a:visited {}
	li.box_rounded_edge_teal ul li a {			color: #006a72 ; background: #d5f2f4;}
	li.box_rounded_edge_teal ul li a:hover { 	background: #b6e7eb;}

li.box_rounded_edge_flesh a {	 				background-color: #db5a57;}
li.box_rounded_edge_flesh a:hover  {			background: #c74a47;}
li.box_rounded_edge_flesh a:active {			background-color: #f2706d;}
li.box_rounded_edge_flesh a:visited {}
	li.box_rounded_edge_flesh ul li a {			color: #db5a57 ; background: #fae3e2;}
	li.box_rounded_edge_flesh ul li a:hover { 	background: #f8d2d1;}

li.box_rounded_edge_navy a {	 				background-color: #1f235d;}
li.box_rounded_edge_navy a:hover  {				background: #181C49;}
li.box_rounded_edge_navy a:active {				background-color: #1f235d;}
li.box_rounded_edge_navy a:visited {}
	li.box_rounded_edge_navy ul li a {			color: #1f235d ; background: #c7c8df;}
	li.box_rounded_edge_navy ul li a:hover { 	background: #a6a9dc;}

li.box_rounded_edge_brown a {	 				background-color: #9a3b37;}
li.box_rounded_edge_brown a:hover  {			background: #792F2B;}
li.box_rounded_edge_brown a:active {			background-color: #9a3b37;}
li.box_rounded_edge_brown a:visited {}
	li.box_rounded_edge_brown ul li a {			color: #9a3b37 ; background: #e4d2d1;}
	li.box_rounded_edge_brown ul li a:hover { 	background: #c5aaa8;}

/* Sub Menu styling for Quick Links  */
li.box_rounded_edge_purple ul li a,
li.box_rounded_edge_orange ul li a ,
li.box_rounded_edge_mauve ul li a ,
li.box_rounded_edge_green ul li a ,
li.box_rounded_edge_valentine ul li a ,
li.box_rounded_edge_purple ul li a ,
li.box_rounded_edge_indigo ul li a ,
li.box_rounded_edge_teal ul li a ,
li.box_rounded_edge_pink ul li a ,
li.box_rounded_edge_flesh ul li a ,
li.box_rounded_edge_navy ul li a ,
li.box_rounded_edge_brown  ul li a
 {
	padding: 0 15px;
	margin: 2px 0 2px 5%;
	width: 95%;
}

/*  Universal Colour Styles for Current menu Items */
li.box_rounded_edge_purple ul li a.current ,
li.box_rounded_edge_orange ul li a.current ,
li.box_rounded_edge_mauve ul li a.current ,
li.box_rounded_edge_green ul li a.current ,
li.box_rounded_edge_valentine ul li a.current ,
li.box_rounded_edge_indigo ul li a.current ,
li.box_rounded_edge_teal ul li a.current ,
li.box_rounded_edge_pink ul li a.current ,
li.box_rounded_edge_flesh ul li a.current ,
li.box_rounded_edge_navy ul li a.current ,
li.box_rounded_edge_brown  ul li a.current 
{ background-color: #FFFFFF;  }

li.box_rounded_edge_purple ul li a.current:hover ,
li.box_rounded_edge_orange ul li a.current:hover ,
li.box_rounded_edge_mauve ul li a.current:hover ,
li.box_rounded_edge_green ul li a.current:hover ,
li.box_rounded_edge_valentine ul li a.current:hover ,
li.box_rounded_edge_purple ul li a.current:hover ,
li.box_rounded_edge_indigo ul li a.current:hover ,
li.box_rounded_edge_teal ul li a.current:hover ,
li.box_rounded_edge_flesh ul li a.current:hover ,
li.box_rounded_edge_navy ul li a.current:hover ,
li.box_rounded_edge_brown  ul li a.current:hover 
{ background-color: #FFFFFF;}


/* Icons for the Quicklinks navigation - Left hand Column */		
.icon_orange, .icon_mauve, .icon_green, .icon_pink, .icon_valentine, .icon_purple, .icon_indigo    	 {	
	height: 38px;
	width: 38px;
	position: absolute;
	left: 0px;
	top: -4px;
	background-repeat: no-repeat;
	background-position: center center;		
}
.icon_orange {		background-image: url(../images/button_nav_orange.png);}
.icon_mauve {		background-image: url(../images/button_nav_mauve.png);}
.icon_green	 {		background-image: url(../images/button_nav_green.png);}
.icon_pink {		background-image: url(../images/button_nav_pink.png);}
.icon_valentine {	background-image: url(../images/button_nav_valentine.png);}
.icon_purple {		background-image: url(../images/button_nav_purple.png);}
.icon_indigo {		background-image: url(../images/button_nav_indigo.png);}
