.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background-image:url(images/bg-link-top-atv.gif);
	background-position:top; background-repeat:repeat-x;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font-family: Tahoma, Geneva, sans-serif;
font-size:11px;
color:#425097;
line-height: 16px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 218px;
/* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;

}

.anylinkcss a:hover{ /*hover background color*/
color: white;
font-family: Tahoma, Geneva, sans-serif;
font-size:11px;
color:#FFF;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
padding: 1px 1px 10px 1px;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background-color:#ececec;
border:#4078a1 solid 3px;
}

/* ------------- Electricals Column 01-------------*/

.anylinkcsscols .electric01{
width: 218px;
float: left;
font-family: Tahoma, Geneva, sans-serif;
font-size:11px;
color:#4f4f63;
line-height:13px;
background-image:url(images/bg-electrical-01.gif);
background-repeat:repeat-x;
background-color:#ececec;
}
.anylinkcsscols .electric01 ul{
width: 212px;
margin:0px;
padding: 2px;
padding-bottom:14px;
list-style-type: none;

background-image:url(images/bg-plug.gif);
background-repeat:no-repeat;
background-position:14px 19px;
overflow:hidden;
}
.anylinkcsscols .electric01 li{
margin: 0;
padding: 0; 
}

.anylinkcsscols .electric01 li a{
margin: 0;
padding-left:62px;
font-family: Tahoma, Geneva, sans-serif;
font-size:11px;
line-height:15px;
color:#4f4f63;
font-weight: normal;
text-decoration:none;
}
.anylinkcsscols .electric01 li a:hover{
color: #004c82; font-size:11px; font-weight:bold;
}

.anylinkcsscols .electric01 li.title{
margin-top:16px;
padding-left:62px;
padding-bottom:3px;
font-size:12px; font-weight: normal;
color:#0090c0;
}

.anylinkcsscols li.spacer01 {
	margin-top:14px;
	padding-left:0px;
}

/* ------------- Electricals Column 02-------------*/

.anylinkcsscols ul.electric02 {
background-image:url(images/bg-acessory-01.gif);
background-repeat:no-repeat;
background-position:14px 19px;
}

/* ------------- Lighting Column 01-------------*/

.anylinkcsscols ul.light01 {
background-image:url(images/bg_energysaver.GIF);
background-repeat:no-repeat;
background-position:14px 19px;
}


.anylinkcsscols ul.light02 {
background-image:url(images/bg_rechargeable_lights.GIF);
background-repeat:no-repeat;
background-position:14px 19px;

}

.anylinkcsscols ul.light03 {
background-image:url(images/bg_insertkiller.GIF);
background-repeat:no-repeat;
background-position:14px 18px;

}
/* ------------- Lighting Column 01-------------*/

.anylinkcsscols ul.fan01 {
background-image:url(images/bg_general_fans.GIF);
background-repeat:no-repeat;
background-position:14px 19px;
}


.anylinkcsscols ul.fan02 {
background-image:url(images/bg_mistfans.GIF);
background-repeat:no-repeat;
background-position:14px 19px;

}

.anylinkcsscols ul.fan03 {
background-image:url(images/bg_industrial_fans.GIF);
background-repeat:no-repeat;
background-position:14px 18px;

}

/* ------------- Market Column 01-------------*/

.anylinkcsscols ul.market01 {
background-image:url(images/bg_markets.GIF);
background-repeat:no-repeat;
background-position:14px 18px;
}

/* ------------- About us Column 01-------------*/

.anylinkcsscols ul.about01 {
background-image:url(images/bg_aboutus.GIF);
background-repeat:no-repeat;
background-position:14px 18px;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
visibility: hidden;
}

.anylink_design{
font-family: Tahoma, Geneva, sans-serif;
font-size:13px;
color:#FFF;
}
