#view_collects_cats {
	background-color: #FFFFFF;
	border: solid #999999 1px;
	padding: 5px 0px 5px 0px;
	width: 340px;
}

#border_white_first {
	background-color: #FFFFFF;
	width: 480px;
	height: 68px;
	padding:2px;
}

#view_more_fabrics {
	background-color: #FFFFFF;
	border:4px dotted #9BCE13;
	width: 476px;
	height: 64px;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_e {
	position:absolute;
	top: 0;
	z-index:100;
	visibility: hidden; 
}
.dropmenudiv_e a {
	width: auto;
	display: block;
	padding: 2px 0;
	text-decoration: none;
}
* html .dropmenudiv_e a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv_e a:hover { /* THEME CHANGE HERE: Background of cell on mouseover */
	background-color: #000053;
}
.dropdown_tiny {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.dropdown_tiny a {
	text-decoration: none;
	color: #1A2973;
}
.dropdown_tiny a:visited {
	text-decoration: none;
	color: #1A2973;
}
.dropdown_tiny a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.indent {
	margin-left: 1em;
}
.half {
	font-size: .5em;
}
.dropdown_list div {
	margin-bottom: 0.25em;
	text-decoration: none;
	text-indent: 5px;
	border: 0 solid #CCCCCC; /* THEME CHANGE HERE : this is the line under each link on the drop down */
	border-bottom-width: 1px;
}
.dropdown_listB div {
	margin-bottom: 0.25em;
	text-decoration: none;
	text-indent: 5px;
}
.my_cats {
	margin-left: 1em;
	margin-bottom: 0.25em;
	background-color: #000053;
}
.my_cats a:hover { /* THEME CHANGE HERE: Background of cell on mouseover */
	background-color: #FFFFFF;
}
.cats_text {
	text-decoration: none;
	text-indent: 5px;
}
A.cats_text:link {text-decoration: none; color: #FFFFFF;}
A.cats_text:visited {text-decoration: none; color: #FFFFFF;}
A.cats_text:hover {text-decoration: none; color:#990000;}

