#cat_633037_divs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	text-transform: uppercase;
}
#cat_633037_divs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
#cat_633037_divs ul li {
	position: relative;
	display: inline;
	float: left;
	margin: 0;
	padding: 4px;
	background-image: url(../images/nav_border_1.png);
	background-repeat: no-repeat;
	background-position: right top;	
}
/*Top level menu link items style*/
#cat_633037_divs ul li a {
	display: block;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	
	color: #767878;
	text-decoration: none;
}
* html #cat_633037_divs ul li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
#cat_633037_divs ul li a:link, #cat_633037_divs ul li a:visited {
	color: white;
}
#cat_633037_divs ul li a:hover {
	color: #0093D3;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0093D3;
}
/*1st sub level menu*/
#cat_633037_divs ul li ul {
	background-color:#333;
	color:#CCC;
	position: absolute;
	left: 0px;
	display: block;
	visibility: hidden;
	border: 1px solid #0093D3;
	margin-left: 4px;
}
/*Sub level menu list items (undo style from Top level List Items)*/
#cat_633037_divs ul li ul li {
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
#cat_633037_divs ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */
#cat_633037_divs ul li ul li a {
	width: 160px; /*width of sub menus*/
	padding: 2px;
	margin: 0;
	color:#fff;
}
#cat_633037_divs ul li ul li a:hover { /*sub menus hover style*/
	color: #0093D3;
	border: 1px;
	background-color: #353738;
}
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}

