/* ----- TOP NAV ----- */
img.corner {
   /*width: 6px;
   height: 6px;
   border: none;
   position: absolute; 
   left: 0;*/
   display:none;
}
.CornerRight
{
	/*background: url("http://www.remingtonseeds.com/images/SubmenuRight2.gif") no-repeat top right; */
	padding: 0px; 
	margin: 0px;
	height: 6px;
	font-size: 6px;
	line-height: 6px;
}
.CornerMid
{
	background: url("http://www.remingtonseeds.com/images/SubmenuShoeMid2.gif");
	height: 2px; 
	line-height: 2px; 
	font-size: 2px; 
	margin:0;
	/*height: 6px; 
	line-height: 6px; 
	font-size: 6px; 
	margin: 0 6px 0 6px;*/
}
.DisplayBlock
{
	display: block;
	z-index:5;
}
.DropDown1, .DropDown2, .DropDown3, .DropDown4, .DropDown5, .DropDown6, .DropDown7
{
	display: none; 
	margin: 0; 
	padding:0;
	/* border-top: 5px solid #482014; */
	border-top: 2px solid #482014;
	margin-left:75px;
	* html margin-left:0px;
	@margin-left:0px;
	position: absolute;
}
.DropDown1 {top: 200px;} /* Home */
.DropDown2 {top: 226px;} /*172px*/ /* About Us */
.DropDown3 {top: 220px;} /* Services */
.DropDown4 {top: 240px;} /* Technology */
.DropDown5 {top: 283px;} /*450*/ /* Careers */
.DropDown6 {top: 280px;} /* Advantage */
.DropDown7 {top: 300px;} /* Resources */
.DropDownLink{
	width:185px;
	display: block;
	margin: 0;
	padding: 3px 5px 3px 5px;
	background-image: url("http://www.remingtonseeds.com/images/DropDownBkgd.jpg");
	background-repeat: repeat-y;
	background-position: right;
	background-color:#FFF;
	border-left: 2px solid #482014;
	border-right: 2px solid #482014;
	/* border-left: 5px solid #482014;
	border-right: 5px solid #482014; */
	border-top: 1px solid #482014;
	border-bottom: 1px solid #482014;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	z-index:5;
}
.DropDownLink:link, .DropDownLink:visited {
	padding: 2px 5px 2px 5px;
	text-decoration: none; 
	color: #000000;
}
.DropDownLink:hover {
	padding: 2px 5px 2px 5px;
	background-image: url("http://www.remingtonseeds.com/images/DropDownBkgdOver.jpg");
	background-repeat: repeat-y;
	background-position: left;
	background-color: #FFF;
	text-decoration: none;
	color: #482014; /*#003D79;*/
}
