﻿#menu {
	box-shadow: 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	padding: 6px 0px 6px 0px;
	border: thick solid #996633;
	float: left;
	width: 160px;
	position: relative;
	right: 0px;
	background-color: #F4F0E3;
}
#nurs {
	padding: 6px 0px 6px 0px;
	margin: 0px;
	border: thick solid #996633;
	width: 180px;
	right: -140px;
	position: relative;
	top: -20px;
	z-index: 100;
	background-color: #F4F0E3;
}

#navigation {
	padding: 0px;
	margin: 2px 0px 2px 0px;
	list-style-type: none;
}
#navigation li {
	list-style-type: none;
	margin-top: 1px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#navigation a {
	border-style: none;
	border-radius: 7px;
	margin: 1px 4px 1px 4px;
	color: #000000;
	text-decoration: none;
	padding: 5px 3px 5px 3px;
	font-size: 12pt;
	width: 145px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
}
#navigation a:hover {
	color: #2F1700;
	background-color: #C4884D;
}
.selected {
	background-color: #C4884D;
}

#navigation ul{
	background: #809d7f;
/* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). *//* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */box-shadow: 0px 0px;
	background: rgba(92,144,73,0);
	list-style: none;
	position: absolute;
	left: -9999px;
}
#navigation ul li{
}
#navigation ul a{
	margin: 0px;
	white-space: nowrap;
}
#navigation li:hover ul{
	/* Display the dropdown on hover */
	margin: 0px;
	padding: 0px;
	left: inherit;
	position: absolute;
}
#navigation li:hover a{
}
#navigation li:hover ul a{
	/* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration: none;
}
#navigation li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */
	
}
.badge {
	padding: 6px 1px 8px 2px;
	width: 32px;
	height: 32px;
	display: inline-block;
}
.badge-div {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.nurs-pop {
}
.copyright-foot {
}
