 

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
/*border: 1px solid black;*/
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: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid black;*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */

/*sign in type dropdown */
.anylinkmenucols{
position: absolute;
width: 160px;
left: 30px;
top: 7px;
visibility: hidden;
/*border: 1px solid black;*/
padding: 3px;
font: normal 9px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #000000;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

/*sign in type dropdown */
.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #000000;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenucols a{
	color:#CCCCCC;
}


.allmenu{

position: absolute;
width:800px;
left: 30px;
top: 7px;
visibility: hidden;
/*border: 1px solid black;*/
padding: 3px;
font: normal 9px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #000000;
}

.allmenu li{
padding-bottom: 3px;
}


.allmenu .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background:#FFF2FF;
}

.allmenu .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}


.howitworks{
	position: absolute;
	left: 0px;
	margin-left:5px;
	margin-top:0px;
	top: 7px;
	border: 2px solid white;
	padding: 3px;
	font: normal 9px Verdana;
	z-index: 100; /*zIndex should be greater than that of shadow's below*/
	background:url(/testsof/images/menu-bg.png) top left no-repeat #FFFFFF;
	height:159px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	visibility: hidden;
	font-weight:bold;
}



.howitworks li{
padding-bottom: 3px;
}



.howitworks .column{
float: left;
padding: 3px 8px;
height:150px;
margin-left:1px;
/*
border-right:#FFFFFF 1px solid;
border-left:#FFFFFF 1px solid;
*/
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.howitworks .column:hover{
background:#FFFFff;
}

.howitworks .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.howitworks a{
	color:#CC3399;
	text-decoration:none;
}

.howitworks a:visited{
	color:#CC3399;
}

.howitworks a:hover{
	color:#669900;
	text-decoration:underline;
}

.howitworks li strong{
	color:#333333;
	font-size:10px;
}

/* ######### 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: black;*/
visibility: hidden;
}