/* STYLE FOR TOP AND BOTTOM CUSTOM LINK SECTIONS */
/****************************************************************/
.links {
font-family: verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #A31F84; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* Font Style */
text-decoration: none; /* Font Style */
/* background-color: #D6D6D6; *//* Background Color */
text-align: Left; /* Align Text */
}

.links a:link {
	text-decoration: none; /* Font Style */
	color: #A31F84; /* Font Color */
	}
.links a:visited {
	text-decoration: none; /* Font Style */
	color: #A31F84; /* Font Color */
	}
.links a:hover {
	text-decoration: none; /* Font Style */
	font-weight: bold; /* Font Style */
	color: #A31F84; /* Font Color */
	}
.links a:active {
	text-decoration: none; /* Font Style */
	color: #A31F84; /* Font Color */
	}

/* LEFT MENU SETTING */
/****************************************************************/
table#menu_top {
background-color: #D6D6D6; /* Background color */
width: 200px; /* Table Width */
}

/* ROW HEIGHT */
/****************************************************************/
table#menu_top td {
height: 12px; /* Row Height */
}

/* LAST LINK COLOR */
/****************************************************************/
.productclicked {
color: green; /* Link Color */
}

/* BORDER FOR PRODUCTS - PREVENTS SEPERATE SQUARES */
/****************************************************************/
.productborder {
border-collapse: collapse; /* Border Style */
}


/* (-) SECTION IN PRODUCT ROW */
/****************************************************************/
.productspace {
width: 7px; /* Column Width */
font-family: verdana; /* Font Face */
font-size: 8pt; /* Font Size */
color: #333333; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* Font Style */
text-decoration: none; /* Font Style */
background-color: #D6D6D6; /* Background Color */
text-align: right; /* Align Text */
padding-left: 2px; /* Cell padding */
padding-right: 2px; /* Cell padding */
border-style: solid; /* Border Style*/
border-width: 1px; /* Border Style*/
border-color: white; /* Border Style*/
}

/* PRODUCTS */
/****************************************************************/
.product {
width: 230px; /* Column width */
font-family: verdana; /* Font Face */
font-size: 7pt; /* Font Size */
color: #333333; /* Font Color */
font-weight: normal; /* Font Weight */
font-style: normal; /* Font Style */
text-decoration: none; /* Font Style */
background-color: #D6D6D6; /* Background color */
text-align: Left; /* Align Text */
padding-left: 2px; /* Cell padding */
padding-right: 2px; /* Cell padding */
border-style: solid; /* Border */
border-width: 1px; /* Border Style*/
border-color: white; /* Border Style*/
}

/* PRODUCT LINKS */
/****************************************************************/
.product a:link {
	text-decoration: none; /* Font Style */
	color: #333399; /* Font Color */
	}
.product a:visited {
	text-decoration: none; /* Font Style */
	color: #333399; /* Font Color */
	}
.product a:hover {
	text-decoration: none; /* Font Style */
	font-weight: bold; /* Font Style */
	color: #333399; /* Font Color */
	}
.product a:active {
	text-decoration: none; /* Font Style */
	text-decoration: underline; /* Font Style */
	color: #333399; /* Font Color */
	}

/* FIRST LEVEL CATEGORY 1 ABOVE PRODUCTS */
/****************************************************************/
.category0 {
font-family: Arial Black; /* Font Face */
font-size: 8pt; /* Font Size */
color: #333399; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* Font Style */
text-decoration: none; /* Font Style */
background-color: #CCCCCC; /* Background Color */
text-align: Left; /* Align Text */
}

.category0 a:link {
	text-decoration: none; /* Font Style */
	color: #333399; /* Font Color */
	}
.category0 a:visited {
	text-decoration: none; /* Font Style */
	color: #333399; /* Font Color */
	}
.category0 a:hover {
	text-decoration: none; /* Font Style */
	font-weight: bold; /* Font Style */
	color: #333399; /* Font Color */
	}
.category0 a:active {
	text-decoration: none; /* Font Style */
	color: #333399; /* Font Color */
	}

/* SECOND LEVEL CATEGORY 2 ABOVE PRODUCTS - CONTAINS CATEGORY 1's*/
/****************************************************************/
.category1 {
font-family: Arial Black; /* Font Face */
font-size: 8pt; /* Font Size */
color: #FFFF00; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* FontStyle */
text-decoration: none; /* Font Style */
background-color: #666666; /* Background Color */
text-align: Left; /* Align Text */
}

.category1 a:link {
	text-decoration: none; /* Font Style */
	color: #FFFF00; /* Font Color */
	}
.category1 a:visited {
	text-decoration: none; /* Font Style */
	color: #FFFF00; /* Font Color */
	}
.category1 a:hover {
	text-decoration: none; /* Font Style */
	font-weight: bold; /* Font Style */
	color: #FFFF00; /* Font Color */
	}
.category1 a:active {
	text-decoration: none; /* Font Style */
	color: #FFFF00; /* Font Color */
	}

/* THIRD LEVEL CATEGORY 3 ABOVE PRODUCTS - CONTAINS CATEGORY 2's*/
/****************************************************************/
.category2 {
font-family: verdana; /* Font Face */
font-size: 9pt; /* Font Size */
color: #333333; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* Font Style */
text-decoration: none; /* Font Style */
background-color: #E5EEFD; /* Background Color */
text-align: Left; /* Align Text */
}

.category2 a:link {
	text-decoration: none; /* Font Style */
	color: #333333; /* Font Color */
	}
.category2 a:visited {
	text-decoration: none; /* Font Style */
	color: #333333; /* Font Color */
	}
.category2 a:hover {
	text-decoration: none; /* Font Style */
	font-weight: bold; /* Font Style */
	color: #333333; /* Font Color */
	}
.category2 a:active {
	text-decoration: none; /* Font Style */
	color: #333333; /* Font Color */
	}

/* FOURTH LEVEL CATEGORY 4 ABOVE PRODUCTS - CONTAINS CATEGORY 4's*/
/****************************************************************/
.category3 {
font-family: verdana; /* Font Face */
font-size: 10pt; /* Font Size */
color: #A43E1F; /* Font Color */
font-weight: normal; /* Font Style */
font-style: normal; /* Font Style */
text-decoration: none; /* Font Style */
background-color: #999999; /* Background color */
text-align: Left; /* Align Text */
}

.category3 a:link {
	text-decoration: none; /* Font Style */
	color: #A43E1F; /* Font Color */
	}
.category3 a:visited {
	text-decoration: none; /* Font Style */
	color: #A43E1F; /* Font Color */
	}
.category3 a:hover {
	text-decoration: none; /* Font Style */
	font-weight: bold; /* Font Style */
	color: #A43E1F; /* Font Color */
	}
.category3 a:active {
	text-decoration: none; /* Font Style */
	color: #A43E1F; /* Font Color */
	}
