.selectedanchor { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	color:#212121; background:#fcfcfc url(https://lib.store.yahoo.net/lib/yhst-94715171101240/selected-anchor-arrow.png) right 21px no-repeat;
}
.nav .first img{
	padding-top: 13px;
}

/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #fff;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols {
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px;
padding: 0;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #fff;
border-color: #dfdfdf;
border-style: solid;
border-width: 0 1px 1px 1px;
}

.anylinkcsscols .column{
width: 130px;
float: left;
padding:0 25px;
margin:10px 0 20px;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li {
padding-bottom: 3px;
}
.anylinkcsscols li a {
	text-decoration:none;
	font-family:'Lato', sans-serif;
	font-size:13px;
	color:#404040;
	line-height:22px;
}
.anylinkcsscols li a:hover {color:#5ea533}

/* ######### class for shadow DIV ######### */


.anylinkshadow { /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: none;
visibility: hidden;
}



.anylinkcsscols .column h3 {font-family:'Lato', sans-serif; font-size:18px; color:#212121; font-weight:700; text-align:left; line-height:18px; padding:10px 0 15px; margin:0}
.anylinkcsscols .column .menu-image {text-align:center}
.anylinkcsscols .column .menu-item-txt {font-family:'Lato', sans-serif; font-size:13px; line-height:15px; color:#404040; padding:6px 0 10px 0}
.anylinkcsscols .column .menu-shop-now a {font-family:'Lato', sans-serif; font-size:16px; font-weight:bold; text-decoration:none; color:#212121; font-weight: bold}

.anylinkcsscols .first-column {width:235px;}
.anylinkcsscols .second-column {border-left:1px solid #dcdcdc; border-right:1px solid #dcdcdc}
.anylinkcsscols .third-column {width:165px;}