	/* 
	 * Styles to approximate the Accessible Mega Menu nav menu appearance customized for AllegroMedical
	 * @ Created by Ishan Dalal  
	 * @ Depends on accessibleMegaMenuModified.css
	 * @ Modified by Ravi Modi & Ishan Dalal
	 */
 
#dawgdrops { /*modified*/
  /*background-color: #4B4B4B;
  border-bottom: 1px solid #FFFFFF;     
  border-top: 1px solid #FFFFFF;
  box-shadow: 0 1px 4px #9C9C9C;
  height: 35px;*/
  border-radius: 0px 8px 0px 0px; /*modified*/
  font-family: Arial, sans-serif; /*modified*/
  font-size:10.5px;				  /*modified*/
}
#dawgdrops .nav-menu{			 /*created*/
	z-index: 200;      
}

#dawgdrops ul.nav-menu {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: auto;
}
#dawgdrops li.nav-item > a { 
  color: #FFFFFF;
  float: left;
  font-size: 1.2em; 			/*modified*/
  padding: 9px 9px 17px;
  border-radius: 4px 4px 0px 0px; /*modified*/
  /*border-right:1px solid white;*/			/*modified*/
}
#dawgdrops .sub-nav {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.98);
  border-color: #D7A900 -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-right: 0 none;
  border-style: solid none none;
  border-width: 0px 0 0;					 /*modified*/
  /*box-shadow: 1px 1px 5px #083477;*/		 /*modified*/
  box-shadow: 0px 1px 1px 1px #083477;		 /*modified*/
/*  left: 0; */
  margin: -1px 0 0;
/*
  opacity: 0;
  overflow: hidden;
  padding: 0;									
  position: absolute;
  top: 42px;
  transition: all 0.3s ease 0s;
*/  
}
#dawgdrops .sub-nav-group {
  /*background: linear-gradient(to right, rgba(255, 255, 255, 0.01) 96%, #EDEDED 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
  float: left;
  padding: 20px 0 0px 0px;
 
}
#dawgdrops .sub-nav-group:last-child {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
#dawgdrops .sub-nav ul li {
  /* background: url("img/bullet-gold.png") no-repeat scroll left 7px rgba(0, 0, 0, 0); */
  list-style: none outside none;
  margin-bottom: 5px;
  margin-left: 0;
  padding-left: 12px;
}
#dawgdrops .sub-nav a {
  /*border-bottom: 1px solid #F1F1F1;*/		 /*modified*/
  color: #3C3C3C;
  display: block;
  /*font-size: 105%;*/
  margin: 0 30px 3px 0;
  /*min-width: 200px; */		 /*modified*/
  padding: 0 0px 2px 0px;	 /*modified*/
  line-height: 21px;
  font-size: 14px;			/*modified*/
}
#dawgdrops a { 
  text-decoration: none;
}
#dawgdrops .sub-nav {    /*modified*/
	/*border-width: 0px 0 0;
	box-shadow: 1px 1px 5px #083477;*/
	
}

#dawgdrops li.nav-item > a:hover, 
#dawgdrops li.nav-item > a:focus, 
#dawgdrops li.nav-item > a.open  {  
  color: #0349A5; /* modified */
  background: transparent;
  background-color:white;/* modified */
} 
#dawgdrops .sub-nav a:hover, 
#dawgdrops .sub-nav a:focus { 
  background-color: #0088cc;
  color: #FFFFFF;   
}
.allegrobottomline {/*created*/
	/*height: 3em;*/
	width: 100% !important;
	border-top: 1px dotted black;
	position: raletive;
	bottom: 0;
	text-align: center;
	padding: 0px 0 0px 0px !important;
	/*line-height: 2em;*/
}
.allegroAll{/*created*/
	margin-top: 0.5em !important;
	float: right;
}

/* first descendant link within a top level navigation item */
#dawgdrops .nav-item > a{
	background:transparent url(/images/submenu/post._V218318630_2.gif) center left no-repeat
	
}

.leftSideCondition{/*created*/
	left: -12.8em !important;
}

.leftSideBodyPart{/*created*/
	left: 21.5em !important;
	
}
.leftSideStore{/*created*/
	left: 45.6em !important;
	
}
.seeAll{/*created*/
	float: none !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /*created for chrome support */
 
	.leftSideCondition{/*created*/
		left: -12.5em !important;
	}
	
	.leftSideBodyPart{/*created*/
		left: 21.5em !important;	
	}
	
	.leftSideStore{/*created*/
		left: 45.5em !important;
	}
}
