/* ----------------------------------- navigation
----------------------------------------------- */

#nav
{
	height: 64px;
	width: 560px;
	margin-left: 200px;
	
	font-size: 1.6em;
}

#nav ul
{
	margin: 0px;
	padding: 0px;
	
	list-style: none;
}

#nav li
{
 	float: left;
 	margin: 0px;
	padding-left: 9px;
}

#nav a
{
	height: 36px;
	padding: 24px 16px 4px 6px;
	display: block;
	float: left;
	
	text-decoration: none;
}

#nav a:hover
{
	color: rgb(255,255,255); /* white */
}

#nav li a
{
	color: rgb(200,185,175); /* light brown */
}

#nav li a:hover
{

}

.home #nav .home,
.living #nav .living,
.working #nav .working,
.visiting #nav .visiting,
.webservices #nav .webservices
{
	background: url(../_images_/cityoflivingston_nav_tab_left.png);
	background-repeat: no-repeat;
	background-position: left top; 
}

.home #nav .home a,
.living #nav .living a,
.working #nav .working a,
.visiting #nav .visiting a,
.webservices #nav .webservices a
{
	padding: 24px 16px 4px 6px;

	background: url(../_images_/cityoflivingston_nav_tab_right.png);
	background-repeat: no-repeat;
	background-position: right top;

	color: rgb(255,255,255); /* white */
}


/* ------------------------------- sidebar nav
----------------------------------------------- */

#sidebar_nav
{
	width: 154px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	margin-bottom: 10px;
	background-image: url(../_images_/cityoflivingston_sidebar_nav_bg_bottom2.png);
	background-position: bottom;
	background-repeat: repeat-y;
}
	#sidebar_nav .sidebartop
	{
		width: 154px;
		height: 10px;
		margin: 0px;
	
		background-image: url(../_images_/cityoflivingston_sidebar_nav_bg_top.png);
		background-repeat: no-repeat;
	}
	
	
	
ul#menu 
{
	width: 154px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: none;

	list-style-type: none;

	text-align: center;
}

ul#menu li
{
	width: 154px;
	padding: 0px;
	margin: 0px;
/* 	border-width: 1px 0px 0px 0px; */
/* 	border-color: black; */
/* 	border-style: solid; */
}

ul#menu li a
{
	padding: 0px;
	margin: 0px;
}

ul#menu li a.main
{
/* 	min-height: 10px; */
	height: 1%; /* IE holly hack */
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	display: block;
	
	font-size: 1.3em;
	font-weight: bolder;
	text-decoration: none;
	color: white;
	
	background-image: url(../_images_/cityoflivingston_sidebar_nav_button_bg.png);
	background-repeat: repeat-y;

}

ul#menu li a:hover
{
		background-image: url(../_images_/cityoflivingston_sidebar_nav_button_hover.png);
		background-position: center;
		background-repeat: repeat-y;

}


/* ------------------------------------ submenu 
----------------------------------------------- */

ul#submenu
{

	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
	position: relative;

	list-style-type: none;
}

ul#submenu li
{
	width: 138px;
	margin: 0px;
	padding: 6px 4px 6px 8px;

	background-image: url(../_images_/cityoflivingston_sidebar_nav_button_divider.png);
	background-position: top;
	background-repeat: no-repeat;

	text-align: center;
}

ul#submenu li:hover
{
	width: 138px;
	margin: 0px;
	padding: 6px 4px 6px 8px;
/* 	display: block; */

	background-image: url(../_images_/cityoflivingston_sidebar_nav_button_hover.png);
	background-position: center;
	background-repeat: repeat-y;

	text-align: center;
}

ul#submenu li a
{
	text-decoration: none;	
	font-size: 1.2em;	
	font-weight: normal;
	color: rgb(147,202,199); /* teal */

}

ul#submenu a:hover
{

}

