.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: 1px solid #B8581C;
}

.browseby a {				/* Defines the links in the menu, link color, background color, etc. */
	display: block;
	padding: 3px 5px 3px 5px;
	background-color: #C9A17D;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	width: 100%;
	text-decoration: none;
}


html>body .browseby li a { width: auto; }

.browseby a:hover {			/* Hover color properties */
	background-color: #dfe4ee;
	color: #234688;
}

/* 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 -- ie6 style too*/


#subnav-office {
	position: absolute;
	left: 175px;
	top: 65px;
	z-index: 1000;
	visibility: hidden;
	}
#subnav-new {
	position: absolute;
	left: 175px;
top: 90px;
	z-index: 1000;
	visibility: hidden;
	}
#subnav-dental {
	position: absolute;
	left: 175px;
top: 155px;
	z-index: 1000;
	visibility: hidden;
	}
#subnav-periodontal {
	position: absolute;
	left: 175px;
top: 115px;
	z-index: 1000;
	visibility: hidden;
	}
#subnav-before {
	position: absolute;
	left: 175px;
	top: 185px;
	z-index: 1000;
	visibility: hidden;
	}

/* our office*/
#offic-nav #subnav-new {
	position: absolute;
	left: 175px;
top: 190px;
	z-index: 1000;
	visibility: hidden;
	}
#offic-nav #subnav-dental {
	position: absolute;
	left: 175px;
top: 255px;
	z-index: 1000;
	visibility: hidden;
	}
#offic-nav #subnav-periodontal {
	position: absolute;
	left: 175px;
top: 215px;
	z-index: 1000;
	visibility: hidden;
	}
#offic-nav #subnav-before {
	position: absolute;
	left: 175px;
	top: 285px;
	z-index: 1000;
	visibility: hidden;
	}
/*new patient*/
#new-nav #subnav-dental {
	position: absolute;
	left: 175px;
	top: 315px;
	z-index: 1000;
	visibility: hidden;
	}
#new-nav #subnav-periodontal {
	position: absolute;
	left: 175px;
	top: 275px;
	z-index: 1000;
	visibility: hidden;
	}
#new-nav #subnav-before {
	position: absolute;
	left: 175px;
	top: 385px;
	z-index: 1000;
	visibility: hidden;
	}
/*periodontal nav*/

#nav-periodontal #subnav-dental {
	position: absolute;
	left: 175px;
top: 360px;
	z-index: 1000;
	visibility: hidden;
	}
#nav-periodontal #subnav-before {
	position: absolute;
	left: 175px;
	top: 410px;
	z-index: 1000;
	visibility: hidden;
	}
/*dental nav*/

#dental-nav #subnav-before {
	position: absolute;
	left: 175px;
top: 280px;
	z-index: 1000;
	visibility: hidden;
	}


