.browseby { 				/* Defines the size of the menu */
	width: 200px;
	padding: 0;
	margin: 0;
}

.browseby ul {				/* The list properties of the menus */
	margin-left: 0;
	padding-left: 0;
	padding-top: 0;
	margin-top: 0;
	list-style-type: none;
	border: 2px solid #666;
	border-bottom: 1px solid #666;
}

.browseby a {				/* Defines the links in the menu, link color, background color, etc. */
	display: block;
	padding: 3px 5px 3px 5px;
	background-color:#999;
	color:#fff;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	text-decoration: none;
	border-bottom: 1px solid #666;
}

.browseby a:hover, .browseby a:active {
	color:#fff;
	} 


html>body .browseby li a { width: auto; }

.browseby a:hover {			/* Hover color properties */
	background-color:#C3A3C8;
	color:#F2DE59;
}

a.browse-last {
	border-bottom:none;
	}

/* Each submenu is listed here with its corresponding position on the page. Position can be either 'absolute' or 'relative' depending on the designer's preference. Default is 'absolute.' */

/* Submenus for homepage */

#browsebysubnav1 { 					/* Add as many as necessary */
	position: absolute;
	left: 125px;
	top: 310px;
	z-index: 1000;
	visibility: hidden;
}
#browsebysubnav2 {	
	position: absolute;
	left: 125px;
	top: 300px;
	z-index: 1000;
	visibility: hidden;
}
#browsebysubnav3 {	
	position: absolute;
	left: 125px;
	top: 360px;
	z-index: 1000;
	visibility: hidden;
}

