.menu-relative{
	position:relative;
}
.contact-us-block{
	position: absolute;
	clear: both;
	z-index: 99999;
	/*width: 100px;*/
	/*float: right;*/
	right:0;
	top:35px;
	background: #eaeaea;
	padding:5px;
}
.block-hidden{
	display:none;
}

.contact-us-clear{
	clear:both;
}

.contact-us-left{
	float:left;
}

.contact-us-image{
	margin-right:10px;
}

.contact-us-content address{
	color:#828282;
	margin:0;
}
.contact-us-content table{
	border-collapse: separate;
	border-spacing: 10px;
}
.contact-us-content td{
	color:#828282;
	font-weight:bold;
	border: 0px solid #ffffff;
	border-spacing: 0 5px;
    border-collapse: collapse;
	vertical-align:top;	
}

.contact-us-content td a{
	color:#828282;
	text-decoration:underline;
}

.top-switch-bg div.row{
	position:relative;
}

/*Shop by department menu css*/
.shop-by-cat-nav{
/*	line-height:35px;*/
	left: 0;
	position: absolute;
	z-index: 100000;
}

#dropdown-cat-menu{
	position: absolute;
	z-index:99999;
	background-color:#ffffff;
	padding-top:30px;
	top:35px;
	border:1px solid #cbc8c8;	
	
}

#dropdown-cat-menu div.menu{
	clear:both;
	text-transform:none !important;
	/*margin-right:30px;	*/
	height:22px;
}
#dropdown-cat-menu div.menu div.parentMenu{
	background-image:url(../images/right-arrow.png);
	background-repeat:no-repeat;
	background-position:right;
}


#dropdown-cat-menu div.menu a span{
	height:22px;
	width:206px;
	padding:0;
}
#dropdown-cat-menu div.menu a:hover{
	background:transparent;
}
#dropdown-cat-menu div.menu:hover{
	background: url(../images/right-arrow.png);
 	background-color: #f1f1f1;
 	background-image:url(../images/right-arrow.png);
	background-repeat:no-repeat;
	background-position:right;	
}
#dropdown-cat-menu div.menu a,#dropdown-cat-menu div.menu a:link,#dropdown-cat-menu div.menu a:visited{
	color:#000000;
	height:22px !important;
	line-height:22px;
}

#dropdown-cat-menu div.menu.active a
{
	color:#000000;
	background:transparent !important;
}

#dropdown-cat-menu div.wp-custom-menu-popup a.level1,#dropdown-cat-menu div.wp-custom-menu-popup a.level1 span {
	color:#8ea686 !important;
	font-weight:bold;
}

#dropdown-cat-menu div.wp-custom-menu-popup{
	background-color:#fff;
	box-shadow:none;
	padding:0;
	background-position:right bottom;
	background-repeat:no-repeat;
	border:1px solid #cbc8c8;
	border-left:none;
}

#dropdown-cat-menu  div.main-cat-description{
	/*float:right;*/
	width:250px;
	white-space:normal;	
}

#dropdown-cat-menu  div.menu-extra-content{
	position:absolute;
	bottom:0;
}

div.breadcrumbs{
	margin-top:35px;
}

/*#dropdown-cat-menu .wp-custom-menu-popup .block1 .column {float: none; width: auto ; display: inline-block; vertical-align:top;}
#dropdown-cat-menu .wp-custom-menu-popup .block1 .main-cat-description {  display: inline-block;float: none;vertical-align:top;}
#dropdown-cat-menu .wp-custom-menu-popup .block1 .main-cat-description img { width: 250px; }
#dropdown-cat-menu .wp-custom-menu-popup .block1 { white-space: nowrap;}
#dropdown-cat-menu .wp-custom-menu-popup { width: auto; }*/


/*END shop by deppartment menu css*/


