/**
 * Main droplink wrapper
 */
.droplink {
	padding: 0;
	position: absolute;
	right: 0px;
	width: 238px;
	margin-top: 187px;
	/*position:absolute;*/
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	z-index: 5;
}

/**
 * Reset the margins and paddings
 */
.droplink ul, .droplink h3, .droplink h3 a{
	padding: 0px;
	margin: 0px;
}

/**
 * Draw border when mouse hover the droplink

.droplink h3:hover .droplink {
	height: auto;
	background-color: #fff;
} */

/**
 * Set droplink title style
 */
 .droplink .droplink-header {
	width: 238px;
	height: 20px; 
 }
 
.droplink h3 {
	float: right;
	text-align: center;
	width: 238px;
	height: 20px;
	background: url(../i/find-store.jpg) no-repeat;
	text-indent: -9999px;
	display: block;
	padding: 0;
	color: #333;
	letter-spacing: 4px;
	text-decoration: none;
	text-transform: uppercase;
}

.droplink h3 {
	height: 20px;
	display: block;	
}

/**
 * Hide image border when you use an image as link
 */
.droplink h3 a img{
	border: none;	
}

/**
 * Text style of the title when the menu is opened

h3#store-finder:hover a {
	color: #FFF;
	font-weight: bold;
	display: block;
}

 */

/**
 * Make sure the Main label stays on the same place
 * If you don't use this block the label will move one pixel
 * because of the border that is added to the droplink div
 */
/* 
h3#store-finder:hover a {
	position: absolute;
	/*left: -1px;
	top: -1px;
} /*

/**
 * Default hide bullet icons and hide the menu items
 */
.droplink ul{
	padding: 0;
	list-style: none;	
	display: none;
	margin-top: 15px;
	margin-bottom: 15px;
	z-index: 99999;
}

/**
 * Display the items when hovering the droplink
 */
.droplink:hover ul, .droplink:hover table{
	display: block;
	position: relative;
	right: 4px;
}

.droplink:hover, .droplink:hover table, .droplink:hover .droplink-header, .droplink:hover table td {
	width: 720px;	
}

/**
 * Show list items as block so they fill the line
 */
.droplink li{
	/*display: inline-block;*/
	float: left;
	padding: 2px 15px;
	width: 147px;
	border-left: 1px solid #eee;
}

/**
 * Style of the items
 */
.droplink li a{	
	display: block;
	color:#000;
	text-decoration: none;
	font-size: 12px;
}

/**
 * Style when an items is hovered
 */
.droplink li a:hover {
	background-color: #B3223B;
	color: #fff;	
}

/**
 * Style DropDown Table
 */
 
 .droplink table {
	margin-top: -1px;
	display: none;
	width:  180px;
	border: 1px solid #ccc;
	padding: 0;
	background: #fff;
	position: relative;
	left: 0px;
	padding-bottom: 15px;
	z-index: 99999;
 }
 
 .droplink table tr {
	padding-top: 0;
	margin-top: 0; 
 }

 .droplink table tr td {
	padding-top: 0;
	margin-top: 0;
	border-left: #f3f3f3 1px solid; 
 }
 
 .droplink table tr td:first-child {
	border: 0;
 }