ul#top_menu {
	margin: 0;
	padding: 5px 0;
	list-style-type: none;
	display: inline;
}

ul#top_menu li {
	display: inline;
}
ul#top_menu li a{
	padding: 0px 10px;
	color: #FFF;
	text-decoration: none;
	line-height: 20px;
}
ul#top_menu  li a:hover{
	color: #168E82;
}

ul.breadcrumbs {
	padding: 0;
	list-style-type: none;
	color: #999;
	border-bottom: dotted 1px #CCCCCC;
	line-height: 20px;
	margin: 0 -10px 20px -10px;
	padding: 0 20px;
}
ul.breadcrumbs li{
	display: inline;
	padding-right: 5px;
	
}
ul.breadcrumbs li a{
	color: #999;
	text-decoration: none;
	font-size: 0.8em;
}
ul.breadcrumbs li a:hover {
	color: #333333;
}
.empty_breadcrumbs {
	line-height: 20px;
}
#main_menu_bar {
	background-color: #333333;
}
ul#main_menu {
	height: 50px;
	line-height: 50px;
	/*background: url(../Images/layout/menuback_sdw.jpg) repeat-x center top;*/
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background-color: #333333;
	padding: 0 10px;
	width: 980px;
	margin: 0 auto;
}
ul#main_menu>li {
	display: inline;
	display: block;
	float: left;

}
ul#main_menu>li>a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 20px;
	font-size: 1.05em;
	display: inline-block;
	transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	/*border-radius: 5px;*/
}
ul#main_menu>li>a:hover, ul#main_menu>li>a.active {
	background-color: #666;
	/*background: url(../Images/layout/menuback_sdw.jpg) repeat-x center bottom;*/
}
ul#main_menu>li>ul {
	background-color: #666666;
	min-height: 0px;
	max-height: 0;
	
	transition: max-height 0.5s ease, box-shadow 0.5s ease, z-index 0.5s ease;
	-moz-transition: max-height 0.5s ease, box-shadow 0.5s ease, z-index 0.5s ease;
	-o-transition: max-height 0.5s ease, box-shadow 0.5s ease, z-index 0.5s ease;
	
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	z-index: 500;
	background-color: #333;
	box-shadow: 0 0px 0px RGBA(0,0,0,0.75);
	min-width: 200px;
	width: 980px;
	
	
}
ul#main_menu>li:hover ul {
	box-shadow: 0 0px 10px RGBA(0,0,0,0.75) inset;
	max-height: 500px;
	z-index: 510;
	display: block;
	min-height: 250px;
	
}
ul#main_menu>li>ul>li {
	display: block;
	float: left;
	text-align: center;
	padding: 5px;
	width: 186px;

	
}

ul#main_menu>li>ul>li a {
	text-decoration: none;
	color: #000000;
}
ul#main_menu>li>ul>li a span {
	display: block;
	width: 150px;
	height: 150px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 5px;
	
}
#prod_menu_bar {
	background-color: #666;
}
ul#prod_menu {
	transition: max-height 0.8s ease, box-shadow 0.5s ease, z-index 0.5s ease;
	-moz-transition: max-height 0.8s ease, box-shadow 0.5s ease, z-index 0.5s ease;
	-o-transition: max-height 0.8s ease, box-shadow 0.5s ease, z-index 0.5s ease;
	
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 500;
	background-color: #666;
	min-width: 200px;
	width: 980px;
	max-height: 0;
	width: 980px;
	margin: 0 auto;
	clear: both;
}
ul#prod_menu.opened {
	max-height: 500px;
}
ul#prod_menu.closed {
	max-height: 0;
}
ul#prod_menu li {
	display: block;
	float: left;
	text-align: center;
	padding: 5px 0;
	width: 196px;
	

	
}

ul#prod_menu li a {
	text-decoration: none;
	color: #000000;
	border-left: solid 1px #999999;
	display: block;
	width: 186px;
	height: 206px;
	color: #FFFFFF;
	text-align: center;
	line-height: 20px;
	padding: 5px;
	background-color: #666;
	transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
}

ul#prod_menu li a:hover, ul#prod_menu li.active a {
	background-color: #168E82;
}
ul#prod_menu li:first-child a {
	border: none;
}
ul#prod_menu li a span.title {
	display: table-cell;
	height: 40px;
	width: 186px;
	text-align: center;
	vertical-align: middle;
}
ul#prod_menu li a span.image {
	display: block;
	width: 176px;
	height: 156px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: 5px;
	box-shadow: 0 0px 5px RGBA(0,0,0,0.75);
	background-color: #FFFFFF
}

ul.footer_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
}
ul.footer_menu li {
	display: inline;
	border-left: solid 1px #FFF;
	
}

ul.footer_menu li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 5px;
	white-space: nowrap;
	
}
ul.footer_menu li:first-child {
 	border-left: none;
	
}
ul.footer_menu li:first-child a {
	padding-left: 0;
}