/* 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 */
  font-size: 7pt; /* Font Size */
  width :143px; /* Font width */
}

/* These classes are used to define the appearance of each menu item */
.categorybox {
	background: #FFF;
	border-bottom: #ffffff 1px solid;
	color: #5e5b5b; /* Font Color */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 100%; 
	text-transform:uppercase;
	font-weight:bolder;
}

.overcategorybox {
	background: #FFF;
	border-bottom: #ffffff 1px solid;
	color: #ffffff; /* Font Color */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 100%;
	text-transform:uppercase; 
	}

.overselectedcategorybox {
	background: #FFF;
	border-bottom: #ffffff 1px solid;
	color: #ffffff; /* Font Color */
	font: bold Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 100%;
	text-transform:uppercase;
	
	}

.overselectedsubcategorybox {
	background: #FFF;
	border-bottom: #ffffff 1px solid;
	color: #ffffff; /* Font Color */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
	width: 100%; 
	}

.oversubcategorybox {
	background: #FFF;
	border-bottom: #ffffff 1px solid;
	color: #ffffff; /* Font Color */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 100%; 
	}

.selectedcategorybox {
	background: #FFF;
	border-bottom: #ffffff 1px solid;
	color: #ffffff; /* Font Color */
	font: bold Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 100%;
	text-transform:uppercase; 
	}

.selectedsubcategorybox {
	background: #FFF;
	border-bottom: #ffffff 1px solid;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px;
	width: 100%; 
	}

.subcategorybox {
	background: #FFF;
	border-bottom: #ffffff 1px solid;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 100%; 
	}

/* These classes are used to hide the anchor tags so they look like buttons */
.categorybox a, .subcategorybox a, .overcategorybox a, .selectedcategorybox a, .selectedsubcategorybox a {
	color: #5e5b5b;
	text-decoration: none;
}

 .overselectedcategorybox a, .oversubcategorybox a, .overselectedsubcategorybox a {
	color: #5e5b5b;
	text-decoration: none;
} 
