/* ######### Default class for drop down menus ######### */

.anchorclass .click {
	width:300px;
	margin-left:20px;
}

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #BCB9B0;
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: #F2F1EF;
width: 300px; /* 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;
border-bottom: 1px solid #BCB9B0;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
color:#3F6683;
}

.anylinkcss a:hover{ /*hover background color*/
background: #3F6683;
color: #CCC;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #AAA9A7;
padding: 5px 10px 0 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #F7F7F7;
}

h1 {
	color:#666;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 6px 0;
	margin:0;
}

#submenu4 h2, #submenu4 .countrymenu {
	color:#666;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 6px 0;
	margin:0;
	display:block;
}

.anylinkcsscols .column{
width: 130px;
float: left;
padding-bottom:6px;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

.anylinkcsscols li a{
color: #666;
text-decoration:none;
}

/* ######### 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;
}