/* CSS Document */

.worldwide {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:center;
	line-height:20px;
}

.RHS_dropdown_hd {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF6600;
	text-decoration:none;
	line-height:20px;
	display:block;
}

.RHS_dropdown_hd:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FF6600;
	text-decoration:none;
	line-height:20px;
	display:block;
	
}


/* new dropdown menu */

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid #CDCDCD;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height: 15px;
z-index: 100;
background: #dcdcdc;
width:65px;
color:#000000;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CDCDCD;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color:#000000;
font-size:10px;
}

.anylinkcss a:hover{ /*hover background color*/
background:#ADACAC;
color: #ffffff;
font-weight:normal;
font-size:10px;
}

