.cad-header-wrapper
{
	margin:			0;
	padding:		0;
	width:        962;
	height:        60;
    z-index:	  999;
	}
	
.col1 {
	margin:			0;
	padding:		0;
	width:        115;
	height:        60;
    float:       left;
    z-index:	  999;
	}

.col2 {
	margin:		  115;
	padding:		0;
	width:        641;
	height:        60;
    float:       left;
	z-index:	  999;
	}

.col3 {
	margin:		  827;
	padding:		0;
	width:        206;
	height:        60;
    float:       left;
    z-index:	  999;	
	}
	
.black-bar  {
	background:		#6d6e70;
	background-image: url(./images/newcadheader_sliced_02.jpg);
	height: 21px;
	width: 641px;
	left:      0;
	position: relative;
	
}
	
.btn-title  {
	display:		none;
	font-size:       1px;
}	

	
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	36px;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			12px;
	top:			16px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999px;
	overflow:		hidden;
	background:		none; /* 8-bit indexed alpha png. IE6 gets solid image only */
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			12px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('./images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
	
/*** ESSENTIAL STYLES 1st button ***/
.cad-header-btn1, .cad-header-btn1 * {
	cursor:			hand;
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: Arial, Helvetica, sans-serif;
	color:    #FFFFFF;
	font-size:   12px;
	z-index:	  10;
}
.cad-header-btn1 {
	list-style:		none;
}
.cad-header-btn1 ul {
	position:		absolute;
	top:			-999px;
	width:			115px; /* left offset of submenus need to match (see below) */
	z-index:	  5;
}
.cad-header-btn1 ul li {
	width:			115px;
	height:         18px;
}
.cad-header-btn1 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.cad-header-btn1 li {
	float:			left;
	position:		relative;
}
.cad-header-btn1 a {
	display:		inline-block;
	position:		relative;
}
.cad-header-btn1 li:hover ul,
.cad-header-btn1 li.sfHover ul {
	left:			0;
	top:			60px; /* match top ul list item height */
	z-index:		99;
}
ul.cad-header-btn1 li:hover li ul,
ul.cad-header-btn1 li.sfHover li ul {
	top:			-999px;
}
ul.cad-header-btn1 li li:hover ul,
ul.cad-header-btn1 li li.sfHover ul {
	left:			115px; /* match ul width */
	top:			0;
}
ul.cad-header-btn1 li li:hover li ul,
ul.cad-header-btn1 li li.sfHover li ul {
	top:			-999px;
}
ul.cad-header-btn1 li li li:hover ul,
ul.cad-header-btn1 li li li.sfHover ul {
	left:			115px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN 1st button ***/
.cad-header-btn1 {
	float:			left;
	margin-bottom:	0;
}
.cad-header-btn1 a {
	border-left:	none;
	border-top:		none;
	padding: 		none;
	text-decoration:none;
}
.cad-header-btn1 a, .cad-header-btn1 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
.cad-header-btn1 li {
	background:		#6d6e70;
	background-image: url(./images/newcadheader_sliced_01.jpg);
	height: 60px;
	width: 115px;
			}

.cad-header-btn1 li li {
	background:		#6d6e70;
	width:			115px;
	height:         18px;
}
.cad-header-btn1 li li li {
	background:		#6d6e70;
}
.cad-header-btn1 li:hover, .cad-header-btn1 li.sfHover,
.cad-header-btn1 a:focus, .cad-header-btn1 a:hover, .cad-header-btn1 a:active {
	outline:		0;
	background-color: #5e5f61;
	background-image: url(./images/newcadheader_sliced_down_01.jpg) ;
	height: 60px;
	width: 115px;
}
.btn1-block  {
	display:		block;
	height: 60px;
	width: 115px;}
	
.cad-header-btn1-sub  li:hover, .cad-header-btn1-sub  li.sfHover,
.cad-header-btn1-sub ul li:hover, .cad-header-btn1-sub ul li.sfHover,
.cad-header-btn1-sub a:focus, .cad-header-btn-sub a:hover, .cad-header-btn1-sub a:active {
	background:		#5e5f61;
	outline:		0;
	height: 18px;
	width: 115px;}


/*** ESSENTIAL STYLES 2nd button ***/
.cad-header-btn2, .cad-header-btn2 * {
	cursor:			hand;
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	left:           115;
	top:            21;
	z-index:   	  10;
}
.cad-header-btn2 {
	list-style:		none;
}
.cad-header-btn2 ul {
	position:		absolute;
	top:			-999px;
	width:			125px; /* left offset of submenus need to match (see below) */
	z-index:   	  5;
}
.cad-header-btn2 ul li {
	width:			125px;
	height:         18px;
}
.cad-header-btn2 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.cad-header-btn2 li {
	float:			left;
	position:		relative;
}
.cad-header-btn2 a {
	display:		inline-block;
	position:		relative;
}
.cad-header-btn2 li:hover ul,
.cad-header-btn2 li.sfHover ul {
	left:			0;
	top:			39px; /* match top ul list item height */
	z-index:		99;
}
ul.cad-header-btn2 li:hover li ul,
ul.cad-header-btn2 li.sfHover li ul {
	top:			-999px;
}
ul.cad-header-btn2 li li:hover ul,
ul.cad-header-btn2 li li.sfHover ul {
	left:			125px; /* match ul width */
	top:			0;
}
ul.cad-header-btn2 li li:hover li ul,
ul.cad-header-btn2 li li.sfHover li ul {
	top:			-999px;
}
ul.cad-header-btn2 li li li:hover ul,
ul.cad-header-btn2 li li li.sfHover ul {
	left:			125px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN 2nd button ***/
.cad-header-btn2 {
	float:			left;
	margin-bottom:	0;

}
.cad-header-btn2 a {
	border-left:	none;
	border-top:		none;
	padding: 		none;
	text-decoration:none;
}

.cad-header-btn2 a, .cad-header-btn2 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
.cad-header-btn2 li {
	background:		#6d6e70;
	background-image: url(./images/newcadheader_sliced_05.jpg);
	height: 39px;
	width: 75px;
			}

.cad-header-btn2 li li {
	background:		#6d6e70;
	width:			125px;
	height:         18px;
}
.cad-header-btn2 li li li {
	background:		#6d6e70;
}
.cad-header-btn2 li:hover, .cad-header-btn2 li.sfHover,
.cad-header-btn2 a:focus, .cad-header-btn2 a:hover, .cad-header-btn2 a:active 
{
	outline:		0;
	background-color: #5e5f61;
	background-image: url(./images/newcadheader_sliced_down_05.jpg) ;
	height: 39px;
	width: 75px;
}
.btn2-block  {
	display:		block;
	height: 39px;
	width: 75px;}
	
.cad-header-btn2-sub  li:hover, .cad-header-btn2-sub  li.sfHover,
.cad-header-btn2-sub ul li:hover, .cad-header-btn2-sub ul li.sfHover,
.cad-header-btn2-sub a:focus, .cad-header-btn2-sub a:hover, .cad-header-btn2-sub a:active {
	background:		#5e5f61;
	outline:		0;
	height: 18px;
	width: 125px;}


/*** ESSENTIAL STYLES 3rd button ***/
.cad-header-btn3, .cad-header-btn3 * {
	cursor:			hand;
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	left:           190;
	top:            21;
	z-index:   	  10;
}
.cad-header-btn3 {
	list-style:		none;
}
.cad-header-btn3 ul {
	position:		absolute;
	top:			-999px;
	width:			125px; /* left offset of submenus need to match (see below) */
	z-index:   	  5;
}
.cad-header-btn3 ul li {
	width:			125px;
	height:         18px;
}
.cad-header-btn3 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.cad-header-btn3 li {
	float:			left;
	position:		relative;
}
.cad-header-btn3 a {
	display:		inline-block;
	position:		relative;
}
.cad-header-btn3 li:hover ul,
.cad-header-btn3 li.sfHover ul {
	left:			0;
	top:			39px; /* match top ul list item height */
	z-index:		99;
}
ul.cad-header-btn3 li:hover li ul,
ul.cad-header-btn3 li.sfHover li ul {
	top:			-999px;
}
ul.cad-header-btn3 li li:hover ul,
ul.cad-header-btn3 li li.sfHover ul {
	left:			125px; /* match ul width */
	top:			0;
}
ul.cad-header-btn3 li li:hover li ul,
ul.cad-header-btn3 li li.sfHover li ul {
	top:			-999px;
}
ul.cad-header-btn3 li li li:hover ul,
ul.cad-header-btn3 li li li.sfHover ul {
	left:			125px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN 3rd button ***/
.cad-header-btn3 {
	float:			left;
	margin-bottom:	0;
}
.cad-header-btn3 a {
	border-left:	none;
	border-top:		none;
	padding: 		none;
	text-decoration:none;
}
.cad-header-btn3 a, .cad-header-btn3 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
.cad-header-btn3 li {
	background:		#6d6e70;
	background-image: url(./images/newcadheader_sliced_07.jpg);
	height: 39px;
	width: 65px;
			}

.cad-header-btn3 li li {
	background:		#6d6e70;
	width:			125px;
	height:         18px;
}
.cad-header-btn3 li li li {
	background:		#6d6e70;
}
.cad-header-btn3 li:hover, .cad-header-btn3 li.sfHover,
.cad-header-btn3 a:focus, .cad-header-btn3 a:hover, .cad-header-btn3 a:active {
	outline:		0;
	background-color: #5e5f61;
	background-image: url(./images/newcadheader_sliced_down_07.jpg) ;
	height: 39px;
	width: 65px;
}
.btn3-block  {
	display:		block;
	height: 39px;
	width: 65px;}
	
.cad-header-btn3-sub  li:hover, .cad-header-btn3-sub  li.sfHover,
.cad-header-btn3-sub ul li:hover, .cad-header-btn3-sub ul li.sfHover,
.cad-header-btn3-sub a:focus, .cad-header-btn3-sub a:hover, .cad-header-btn3-sub a:active {
	background:		#5e5f61;
	outline:		0;
	height: 18px;
	width: 125px;}
	
	/*** ESSENTIAL STYLES 4th button ***/
.cad-header-btn4, .cad-header-btn4 * {
	cursor:			hand;
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	left:           327;
	top:            21;
	z-index:   	  10;
}
.cad-header-btn4 {
	list-style:		none;
}
.cad-header-btn4 ul {
	position:		absolute;
	top:			-999px;
	width:			175px; /* left offset of submenus need to match (see below) */
	z-index:   	  5;
}
.cad-header-btn4 ul li {
	width:			175px;
	height:         18px;
}
.cad-header-btn4 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.cad-header-btn4 li {
	float:			left;
	position:		relative;
}
.cad-header-btn4 a {
	display:		inline-block;
	position:		relative;
}
.cad-header-btn4 li:hover ul,
.cad-header-btn4 li.sfHover ul {
	left:			0;
	top:			39px; /* match top ul list item height */
	z-index:		99;
}
ul.cad-header-btn4 li:hover li ul,
ul.cad-header-btn4 li.sfHover li ul {
	top:			-999px;
}
ul.cad-header-btn4 li li:hover ul,
ul.cad-header-btn4 li li.sfHover ul {
	left:			175px; /* match ul width */
	top:			0;
}
ul.cad-header-btn4 li li:hover li ul,
ul.cad-header-btn4 li li.sfHover li ul {
	top:			-999px;
}
ul.cad-header-btn4 li li li:hover ul,
ul.cad-header-btn4 li li li.sfHover ul {
	left:			175px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN 4th button ***/
.cad-header-btn4 {
	float:			left;
	margin-bottom:	0;
}
.cad-header-btn4 a {
	border-left:	none;
	border-top:		none;
	padding: 		none;
	text-decoration:none;
}
.cad-header-btn4 a, .cad-header-btn4 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
.cad-header-btn4 li {
	background:		#6d6e70;
	background-image: url(./images/newcadheader_sliced_08.jpg);
	height: 39px;
	width: 137px;
			}

.cad-header-btn4 li li {
	background:		#6d6e70;
	width:			175px;
	height:         18px;
}
.cad-header-btn4 li li li {
	background:		#6d6e70;
}
.cad-header-btn4 li:hover, .cad-header-btn4 li.sfHover,
.cad-header-btn4 a:focus, .cad-header-btn4 a:hover, .cad-header-btn4 a:active {
	outline:		0;
	background-color: #5e5f61;
	background-image: url(./images/newcadheader_sliced_down_08.jpg) ;
	height: 39px;
	width: 137px;
}
.btn4-block  {
	display:		block;
	height: 39px;
	width: 137px;}
	
.cad-header-btn4-sub  li:hover, .cad-header-btn4-sub  li.sfHover,
.cad-header-btn4-sub ul li:hover, .cad-header-btn4-sub ul li.sfHover,
.cad-header-btn4-sub a:focus, .cad-header-btn4-sub a:hover, .cad-header-btn4-sub a:active {
	background:		#5e5f61;
	outline:		0;
	height: 18px;
	width: 175px;}
	

	/*** ESSENTIAL STYLES 5th button ***/
.cad-header-btn5, .cad-header-btn5 * {
	cursor:			hand;
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	left:           444;
	top:            21;
	z-index:   	  10;
}
.cad-header-btn5 {
	list-style:		none;
}
.cad-header-btn5 ul {
	position:		absolute;
	top:			-999px;
	width:			125px; /* left offset of submenus need to match (see below) */
	z-index:   	  5;
}
.cad-header-btn5 ul li {
	width:			125px;
	height:         18px;
}
.cad-header-btn5 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.cad-header-btn5 li {
	float:			left;
	position:		relative;
}
.cad-header-btn5 a {
	display:		inline-block;
	position:		relative;
}
.cad-header-btn5 li:hover ul,
.cad-header-btn5 li.sfHover ul {
	left:			0;
	top:			39px; /* match top ul list item height */
	z-index:		99;
}
ul.cad-header-btn5 li:hover li ul,
ul.cad-header-btn5 li.sfHover li ul {
	top:			-999px;
}
ul.cad-header-btn5 li li:hover ul,
ul.cad-header-btn5 li li.sfHover ul {
	left:			125px; /* match ul width */
	top:			0;
}
ul.cad-header-btn5 li li:hover li ul,
ul.cad-header-btn5 li li.sfHover li ul {
	top:			-999px;
}
ul.cad-header-btn5 li li li:hover ul,
ul.cad-header-btn5 li li li.sfHover ul {
	left:			125px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN 5th button ***/
.cad-header-btn5 {
	float:			left;
	margin-bottom:	0;
}
.cad-header-btn5 a {
	border-left:	none;
	border-top:		none;
	padding: 		none;
	text-decoration:none;
}
.cad-header-btn5 a, .cad-header-btn5 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
.cad-header-btn5 li {
	background:		#6d6e70;
	background-image: url(./images/newcadheader_sliced_09.jpg);
	height: 39px;
	width: 117px;
			}

.cad-header-btn5 li li {
	background:		#6d6e70;
	width:			125px;
	height:         18px;
}
.cad-header-btn5 li li li {
	background:		#6d6e70;
}
.cad-header-btn5 li:hover, .cad-header-btn5 li.sfHover,
.cad-header-btn5 a:focus, .cad-header-btn5 a:hover, .cad-header-btn5 a:active {
	outline:		0;
	background-color: #5e5f61;
	background-image: url(./images/newcadheader_sliced_down_09.jpg) ;
	height: 39px;
	width: 117px;
}
.btn5-block  {
	display:		block;
	height: 39px;
	width: 117px;}
	
.cad-header-btn5-sub  li:hover, .cad-header-btn5-sub  li.sfHover,
.cad-header-btn5-sub ul li:hover, .cad-header-btn5-sub ul li.sfHover,
.cad-header-btn5-sub a:focus, .cad-header-btn5-sub a:hover, .cad-header-btn5-sub a:active {
	background:		#5e5f61;
	outline:		0;
	height: 18px;
	width: 125px;}	
	
	
		/*** ESSENTIAL STYLES 6th button ***/
.cad-header-btn6, .cad-header-btn6 * {
	cursor:			hand;
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	left:           564;
	top:            21;
	z-index:   	  10;
}
.cad-header-btn6 {
	list-style:		none;
}
.cad-header-btn6 ul {
	position:		absolute;
	top:			-999px;
	width:			175px; /* left offset of submenus need to match (see below) */
	z-index:   	  5;
}
.cad-header-btn6 ul li {
	width:			175px;
	height:         18px;
}
.cad-header-btn6 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.cad-header-btn6 li {
	float:			left;
	position:		relative;
}
.cad-header-btn6 a {
	display:		inline-block;
	position:		relative;
}
.cad-header-btn6 li:hover ul,
.cad-header-btn6 li.sfHover ul {
	left:			0;
	top:			39px; /* match top ul list item height */
	z-index:		99;
}
ul.cad-header-btn6 li:hover li ul,
ul.cad-header-btn6 li.sfHover li ul {
	top:			-999px;
}
ul.cad-header-btn6 li li:hover ul,
ul.cad-header-btn6 li li.sfHover ul {
	left:			175px; /* match ul width */
	top:			0;
}
ul.cad-header-btn6 li li:hover li ul,
ul.cad-header-btn6 li li.sfHover li ul {
	top:			-999px;
}
ul.cad-header-btn6 li li li:hover ul,
ul.cad-header-btn6 li li li.sfHover ul {
	left:			175px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN 6th button ***/
.cad-header-btn6 {
	float:			left;
	margin-bottom:	0;
}
.cad-header-btn6 a {
	border-left:	none;
	border-top:		none;
	padding: 		none;
	text-decoration:none;
}
.cad-header-btn6 a, .cad-header-btn6 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
.cad-header-btn6 li {
	background:		#6d6e70;
	background-image: url(./images/newcadheader_sliced_10.jpg);
	height: 39px;
	width: 120px;
			}

.cad-header-btn6 li li {
	background:		#6d6e70;
	width:			175px;
	height:         18px;
}
.cad-header-btn6 li li li {
	background:		#6d6e70;
}
.cad-header-btn6 li:hover, .cad-header-btn6 li.sfHover,
.cad-header-btn6 a:focus, .cad-header-btn6 a:hover, .cad-header-btn6 a:active {
	outline:		0;
	background-color: #5e5f61;
	background-image: url(./images/newcadheader_sliced_down_10.jpg) ;
	height: 39px;
	width: 120px;
}
.btn6-block  {
	display:		block;
	height: 39px;
	width: 120px;}
	
.cad-header-btn6-sub  li:hover, .cad-header-btn6-sub  li.sfHover,
.cad-header-btn6-sub ul li:hover, .cad-header-btn6-sub ul li.sfHover,
.cad-header-btn6-sub a:focus, .cad-header-btn6-sub a:hover, .cad-header-btn6-sub a:active {
	background:		#5e5f61;
	outline:		0;
	height: 18px;
	width: 175px;}	
	
		/*** ESSENTIAL STYLES 7th button ***/
.cad-header-btn7, .cad-header-btn7 * {
	cursor:			hand;
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	left:           691;
	top:            21;
	z-index:   	  10;
}
.cad-header-btn7 {
	list-style:		none;
}
.cad-header-btn7 ul {
	position:		absolute;
	top:			-999px;
	width:			125px; /* left offset of submenus need to match (see below) */
	z-index:   	  5;
}
.cad-header-btn7 ul li {
	width:			125px;
	height:         18px;
}
.cad-header-btn7 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.cad-header-btn7 li {
	float:			left;
	position:		relative;
}
.cad-header-btn7 a {
	display:		inline-block;
	position:		relative;
}
.cad-header-btn7 li:hover ul,
.cad-header-btn7 li.sfHover ul {
	left:			0;
	top:			39px; /* match top ul list item height */
	z-index:		99;
}
ul.cad-header-btn7 li:hover li ul,
ul.cad-header-btn7 li.sfHover li ul {
	top:			-999px;
}
ul.cad-header-btn7 li li:hover ul,
ul.cad-header-btn7 li li.sfHover ul {
	left:			125px; /* match ul width */
	top:			0;
}
ul.cad-header-btn7 li li:hover li ul,
ul.cad-header-btn7 li li.sfHover li ul {
	top:			-999px;
}
ul.cad-header-btn7 li li li:hover ul,
ul.cad-header-btn7 li li li.sfHover ul {
	left:			125px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN 7th button ***/
.cad-header-btn7 {
	float:			left;
	margin-bottom:	0;
}
.cad-header-btn7 a {
	border-left:	none;
	border-top:		none;
	padding: 		none;
	text-decoration:none;
}
.cad-header-btn7 a, .cad-header-btn7 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
.cad-header-btn7 li {
	background:		#6d6e70;
	background-image: url(./images/newcadheader_sliced_11.jpg);
	height: 39px;
	width: 127px;
			}

.cad-header-btn7 li li {
	background:		#6d6e70;
	width:			125px;
	height:         18px;
}
.cad-header-btn7 li li li {
	background:		#6d6e70;
}
.cad-header-btn7 li:hover, .cad-header-btn7 li.sfHover,
.cad-header-btn7 a:focus, .cad-header-btn7 a:hover, .cad-header-btn7 a:active {
	outline:		0;
	background-color: #5e5f61;
	background-image: url(./images/newcadheader_sliced_down_11.jpg) ;
	height: 39px;
	width: 127px;
}
.btn7-block  {
	display:		block;
	height: 39px;
	width: 127px;}
	
.cad-header-btn7-sub  li:hover, .cad-header-btn7-sub  li.sfHover,
.cad-header-btn7-sub ul li:hover, .cad-header-btn7-sub ul li.sfHover,
.cad-header-btn7-sub a:focus, .cad-header-btn7-sub a:hover, .cad-header-btn7-sub a:active {
	background:		#5e5f61;
	outline:		0;
	height: 18px;
	width: 125px;}		
	
		/*** ESSENTIAL STYLES 8th button ***/
.cad-header-btn8, .cad-header-btn8 * {
	cursor:			hand;
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	left:           787;
	top:            0;
	z-index:   	  10;
}
.cad-header-btn8 {
	list-style:		none;
}
.cad-header-btn8 ul {
	position:		absolute;
	top:			-999px;
	width:			190px; /* left offset of submenus need to match (see below) */
	z-index:   	  5;
}
.cad-header-btn8 ul li {
	width:			190px;
	height:         18px;
}
.cad-header-btn8 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.cad-header-btn8 li {
	float:			left;
	position:		relative;
}
.cad-header-btn8 a {
	display:		inline-block;
	position:		relative;
}
.cad-header-btn8 li:hover ul,
.cad-header-btn8 li.sfHover ul {
	left:			0;
	top:			60px; /* match top ul list item height */
	z-index:		99;
}
ul.cad-header-btn8 li:hover li ul,
ul.cad-header-btn8 li.sfHover li ul {
	top:			-999px;
}
ul.cad-header-btn8 li li:hover ul,
ul.cad-header-btn8 li li.sfHover ul {
	left:			190px; /* match ul width */
	top:			0;
}
ul.cad-header-btn8 li li:hover li ul,
ul.cad-header-btn8 li li.sfHover li ul {
	top:			-999px;
}
ul.cad-header-btn8 li li li:hover ul,
ul.cad-header-btn8 li li li.sfHover ul {
	left:			190px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN 8th button ***/
.cad-header-btn8 {
	float:			left;
	margin-bottom:	0;
}
.cad-header-btn8 a {
	border-left:	none;
	border-top:		none;
	padding: 		none;
	text-decoration:none;
}
.cad-header-btn8 a, .cad-header-btn8 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
.cad-header-btn8 li {
	background:		#cc0000;
	background-image: url(./images/newcadheader_sliced_03.jpg);
	height: 60px;
	width: 96px;
			}

.cad-header-btn8 li li {
	background:		#cc0000;
	width:			190px;
	height:         18px;
}
.cad-header-btn8 li li li {
	background:		#6d6e70;
}
.cad-header-btn8 li:hover, .cad-header-btn8 li.sfHover,
.cad-header-btn8 a:focus, .cad-header-btn8 a:hover, .cad-header-btn8 a:active {
	outline:		0;
	background-color: #b70001;
	background-image: url(./images/newcadheader_sliced_down_03.jpg) ;
	height: 60px;
	width: 96px;
}
.btn8-block  {
	display:		block;
	height: 60px;
	width: 96px;}
	
.cad-header-btn8-sub  li:hover, .cad-header-btn8-sub  li.sfHover,
.cad-header-btn8-sub ul li:hover, .cad-header-btn8-sub ul li.sfHover,
.cad-header-btn8-sub a:focus, .cad-header-btn8-sub a:hover, .cad-header-btn8-sub a:active {
	background:		#b70001;
	outline:		0;
	height: 18px;
	width: 190px;}			
	
		/*** ESSENTIAL STYLES 9th button ***/
.cad-header-btn9, .cad-header-btn9 * {
	cursor:			hand;
	margin:			0;
	padding:		0;
	list-style:		none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	left:           897;
	top:            0;
	z-index:   	  10;
}
.cad-header-btn9 {
	list-style:		none;
}
.cad-header-btn9 ul {
	position:		absolute;
	top:			-999px;
	width:			135px; /* left offset of submenus need to match (see below) */
	z-index:   	  5;
}
.cad-header-btn9 ul li {
	width:			135px;
	height:         18px;
}
.cad-header-btn9 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.cad-header-btn9 li {
	float:			left;
	position:		relative;
}
.cad-header-btn9 a {
	display:		inline-block;
	position:		relative;
}
.cad-header-btn9 li:hover ul,
.cad-header-btn9 li.sfHover ul {
	left:			0;
	top:			60px; /* match top ul list item height */
	z-index:		99;
}
ul.cad-header-btn9 li:hover li ul,
ul.cad-header-btn9 li.sfHover li ul {
	top:			-999px;
}
ul.cad-header-btn9 li li:hover ul,
ul.cad-header-btn9 li li.sfHover ul {
	left:			135px; /* match ul width */
	top:			0;
}
ul.cad-header-btn9 li li:hover li ul,
ul.cad-header-btn9 li li.sfHover li ul {
	top:			-999px;
}
ul.cad-header-btn9 li li li:hover ul,
ul.cad-header-btn9 li li li.sfHover ul {
	left:			135px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN 9th button ***/
.cad-header-btn9 {
	float:			left;
	margin-bottom:	0;
}
.cad-header-btn9 a {
	border-left:	none;
	border-top:		none;
	padding: 		none;
	text-decoration:none;
}
.cad-header-btn9 a, .cad-header-btn9 a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFFFFF;
}
.cad-header-btn9 li {
	background:		#cc0000;
	background-image: url(./images/newcadheader_sliced_04.jpg);
	height: 60px;
	width: 110px;
			}

.cad-header-btn9 li li {
	background:		#cc0000;
	width:			135px;
	height:         18px;
}
.cad-header-btn9 li li li {
	background:		#6d6e70;
}
.cad-header-btn9 li:hover, .cad-header-btn9 li.sfHover,
.cad-header-btn9 a:focus, .cad-header-btn9 a:hover, .cad-header-btn9 a:active {
	outline:		0;
	background-color: #b70001;
	background-image: url(./images/newcadheader_sliced_down_04.jpg) ;
	height: 60px;
	width: 110px;
}
.btn9-block  {
	display:		block;
	height: 60px;
	width: 110px;}
	
.cad-header-btn9-sub  li:hover, .cad-header-btn9-sub  li.sfHover,
.cad-header-btn9-sub ul li:hover, .cad-header-btn9-sub ul li.sfHover,
.cad-header-btn9-sub a:focus, .cad-header-btn9-sub a:hover, .cad-header-btn9-sub a:active {
	background:		#b70001;
	outline:		0;
	height: 18px;
	width: 135px;}				