/* CSS Document */


/*	
li#navBuildings a {
	height: 39px;
	width: 93px;
}
li#navGarages a {
	height: 39px;
	width: 72px;
}
li#navHorseBarns a {
	height: 39px;
	width: 95px;
}
li#navGazebos a {
	height: 39px;
	width: 73px;
}
li#navPlayhouses a {
	height: 39px;
	width: 91px;
}
li#navLawnFurniture a {
	height: 39px;
	width: 112px;
}
li#navDogHouses a {
	height: 39px;
	width: 94px;
}
li#navCustom a {
	height: 39px;
	width: 68px;
}
li#navContact a {
	height: 39px;
	width: 82px;
}
*/



#sddm{
	margin: 0;
	padding: 0;
	z-index: 30;
	font-weight: bold;
}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#sddm li a {
	display: block;
	background-image:url(/_images/_layout/nav/nav_bg.jpg);
	background-repeat:repeat-x;
	font-weight: bold;
	color: #E7EACC;
	text-align: center;
	text-decoration: none;
	width: 76px;
	border-left: 1px dotted #45703a;
	border-right: 1px dotted #45703a;
}
.nav1 {
	padding-top: 20px;
	height: 39px;
}
.nav2 {
	padding-top: 13px;
	height: 46px;
}
#sddm li a:hover {
	background-color: #45703a;
	color: #FFF;
	font-weight: bold;
}
#sddm div {	
	position: absolute;
	visibility: hidden;
	margin: 0;
	font-weight: bold;
	padding: 0;
	background: #B9B4A4;
	border: 1px solid #372F18;
	filter: alpha(opacity=90);
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=9)";*/
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	opacity:0.9;
	z-index: 40;
}
#sddm div a {
	position: relative;
	display: block;
	margin: 0;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #B9B4A4;
	color: #372F18;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 20px;
	font-weight: bold;
	z-index: 45;
}

#sddm div a:hover {
	font-weight: bold;
	background-color: #372F18;
	color: #FFF;
}