/* Custom styles by Structured Solutions - www.structured-solutions.net
   These styles are used by the Navigator Control.
*/

/* This class is applied to the entire Navigator control. Use it to
   set the overall width, etc.                                       */	
.navigator {
  cursor: hand;    /* For Internet Explorer */
  cursor: pointer; /* For every other browser */
}

/* These classes are used to define the appearance of each menu item */
.categorybox {
	color: #872300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}

.overcategorybox {
	color: #872300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;	
}

.overselectedcategorybox {
	color: #872300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;	
}



.selectedcategorybox {
	color: #872300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

.selectedsubcategorybox {
	color: #872300;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	padding-bottom: 3px;
}

.subcategorybox {
	color: #872300;
	font-family: Arial, Sans-Serif;
	padding-bottom: 3px;	
}
.overselectedsubcategorybox {
	color: #000000;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	padding-bottom: 3px;	
}

.oversubcategorybox {
	color: #872300;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	padding-bottom: 3px;
}
/* These classes are used to hide the anchor tags so they look like buttons */
.categorybox a, .overcategorybox a, .selectedcategorybox a, .overselectedcategorybox a, {
	color: #872300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}


.subcategorybox a, .selectedsubcategorybox a, .oversubcategorybox a, .overselectedsubcategorybox a {
	color: #5d5d5d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;	
}