@charset "utf-8";
/* CSS Document */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


/******************** MAIN LINK BUTTON ********************/
a.squarebutton{
	background-color: transparent;
	background-image: url(../images/designImages/buttons/cwwmNavButtons_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: right; /* Change 12px as desired */
	line-height: 28px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 36px; /* Height of button background height */
	padding-left: 36px; /* Width of left menu image */
	text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
/*color: #75829F; button text color*/
	color: white;
}

a.squarebutton span{
	background-color: transparent;
	background-image: url(../images/designImages/buttons/cwwmNavButtons_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding: 4px 36px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
	background-position: bottom left;
	background-position: left -36px;
	text-decoration: none;
	border: none;
}

a.squarebutton:hover span{ /* Hover state CSS */
	background-position: right -36px;
	color: white;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	margin-left: 0px;
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	/*background-color: #e1e1b0;  light gold */
}



/******************** ADDED - ACTIVE LINK BUTTON ********************/
a.squarebuttonActive {
	background-color: transparent;
	background-image: url(../images/designImages/buttons/cwwmNavButtons_leftActive.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: right; /* Change 12px as desired */
	line-height: 28px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 36px; /* Height of button background height */
	padding-left: 36px; /* Width of left menu image */
	text-decoration: none;
	font-size: 114%;
}

a:link.squarebuttonActive, a:visited.squarebuttonActive, a:active.squarebuttonActive{
/*color: #75829F; button text color*/
	color: black;
}

a.squarebuttonActive span{
	background-color: transparent;
	background-image: url(../images/designImages/buttons/cwwmNavButtons_rightActive.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding: 4px 36px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebuttonActive:hover{ /* Hover state CSS */
	background-position: bottom left;
	background-position: left -36px;
	text-decoration: none;
	border: none;
}

a.squarebuttonActive:hover span{ /* Hover state CSS */
	background-position: bottom right;
	background-position: right -36px;
	color: black;
}

/******************** SUB LINK BUTTON ********************/
a.squarebuttonSub {
	background-color: transparent;
	background-image: url(../images/designImages/buttons/cwwmSubNavButtons_left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left; /* Change 12px as desired */
	line-height: 28px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 36px; /* Height of button background height */
	padding-left: 28px; /* Width of left menu image */
	text-decoration: none;
	font-size: 0.9em;
}

a:link.squarebuttonSub, a:visited.squarebuttonSub, a:active.squarebuttonSub {
/*color: #75829F; button text color*/
	color: white;
}

a.squarebuttonSub span {
	background-color: transparent;
	background-image: url(../images/designImages/buttons/cwwmSubNavButtons_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding: 4px 28px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebuttonSub:hover{ /* Hover state CSS */
	background-position: bottom left;
	text-decoration: none;
	border: none;
}

a.squarebuttonSub:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: white;
}

.buttonwrapperSub { /* Container you can use to surround a CSS button to clear float */
	margin-left: 3px;
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	/*background-color: #e1e1b0;  light gold */
	/*background-color: black;
	background-image: url(images/designImages/kkYellowBG.jpg);
	background-image: url(images/designImages/kkBlackTop.jpg);
	background-position: left top;
	background-repeat: repeat-x;*/
}



/******************** ACTIVE SUB LINK BUTTON ********************/
a.squarebuttonSubActive {
	background-color: transparent;
	background-image: url(../images/designImages/buttons/cwwmSubNavButtons_leftActive.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left; /* Change 12px as desired */
	line-height: 28px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
	height: 36px; /* Height of button background height */
	padding-left: 30px; /* Width of left menu image */
	text-decoration: none;
	font-size: 0.9em;
}

a:link.squarebuttonSubActive, a:visited.squarebuttonSubActive, a:active.squarebuttonSubActive{
/*color: #75829F; button text color*/
	color: black;
}

a.squarebuttonSubActive span{
	background-color: transparent;
	background-image: url(../images/designImages/buttons/cwwmSubNavButtons_rightActive.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	padding: 4px 30px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebuttonSubActive:hover{ /* Hover state CSS */
	background-position: bottom left;
	text-decoration: none;
	border: none;
}

a.squarebuttonSubActive:hover span{ /* Hover state CSS */
	background-position: bottom right;
	color: black;
}



