/* Side Menu */

#sidemenu
{
	float: left;
	width: 168px;
	margin-right: 0px;
	margin-top: 0px;
	/*background-image: url("/app/sharedimages/vicinitee/left_menu_bg.");*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
}



/* side menu nav */
/* for submenus, IE6 inherits the width defined here */

ul#sidenav
{
	list-style:  none;
	margin-left: 0px;
	padding: 0px 0 161px 0;
	margin: 0 0 0 0;
	width: 148px;
	background-color: #fff;
	/* background-image: url("/app/sharedimages/vicinitee/menu_image_mybuilding.jpg"); */
	background-repeat: no-repeat;
	background-position: bottom;
}

ul#sidenav li
{
	margin-bottom: 7px;
}

.spaced
{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
}


/* The main nav items display defined here */

ul#sidenav li a
{
	color: #000;
	font-weight: normal;
	font-size: 1.1em;
	text-decoration: none;
	padding: 3px 0px 3px 0px;
}


/* Differentiated menu class for business type */

ul#sidenav li a.differentiated
{
	color: #666;
	font-size: 1em;
	margin-left: 10px;
}



ul#sidenav li a:hover
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000;
}


/* sub menu */

#submenu
{
	list-style-type: disc;
	color: #fff;
	font-weight: bold;
  	padding-left: 10px;
  	margin-left: 10px;
  	margin-top: 0px;
  	padding-top: 0px;
}









