.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

}

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

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;

border-bottom-width: 0;
font: 30px "helveticaneue_lt_57_cnregular";
padding: 4px 5px;
line-height: 40px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 250px; /* 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;
color:#FFF;
padding: 4px 5px;
text-decoration: none;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #2f7704;
color: white;
}

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


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

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

.anylinkmenucols .column{
float: left;
padding: 4px 5px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: 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;
}

.homeplan {width:127px;height:16px; background-image:url(../images/homeplans.png); background-repeat:no-repeat;}
.officeplan {width:127px;height:18px; background-image:url(../images/officeplans.png);background-repeat:no-repeat;}
.network {width:215px;height:21px; background-image:url(../images/network.png);background-repeat:no-repeat;}
.ip_trunking {
	width: 117px;
	height: 21px;
	background-image: url(../images/ip_trunking.png);
	background-repeat: no-repeat;
	font-size: 9px;
}
.data_usage {width:207px;height:21px; background-image:url(../images/data_usage.png);background-repeat:no-repeat;}
.internet_data_center {width:207px;height:21px; background-image:url(../images/Internet_Data__Center.png);background-repeat:no-repeat;}
.satellite_broadband {width:207px;height:21px; background-image:url(../images/satellite_broadband_menu.png);background-repeat:no-repeat;}
.voip_gateway {width:207px;height:21px; background-image:url(../images/voip_gateway.png);background-repeat:no-repeat;}
.direct_to_home {width:207px;height:21px; background-image:url(../images/DTH_Backhaul_Solution.png);background-repeat:no-repeat;}
.e_learning {width:207px;height:21px; background-image:url(../images/E_Learning.png);background-repeat:no-repeat;}
.telemedicine {width:207px;height:21px; background-image:url(../images/Tele_Medicine.png);background-repeat:no-repeat;}
.e_governance {width:207px;height:21px; background-image:url(../images/E_Governance.png);background-repeat:no-repeat;}
.iptv_backhaul {width:207px;height:21px; background-image:url(../images/iptv_backhaul_menu.png);background-repeat:no-repeat;}
.Internet_on_the_go{width:214px;height:21px; background-image:url(../images/broadband_in_motion_txt.png);background-repeat:no-repeat;}
.pricing{width:214px;height:21px; background-image:url(../images/pricing.png);background-repeat:no-repeat;}



/* 
	Required Styles
*/
#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
}

	#aToolTip .aToolTipContent {
		position:relative;
		margin:0;
		padding:0;
	}
/* 
	END: Required Styles
*/
/**
	Default Theme
*/
.defaultTheme {
	border:2px solid #444;
	background:#555;
	color:#fff;
	margin:0;
	padding:6px 12px;	
	font-family: "helveticaneue_lt_57_cnregular";
	
	-moz-border-radius: 12px 12px 12px 0;
	-webkit-border-radius: 12px 12px 12px 0;
	-khtml-border-radius: 12px 12px 12px 0;
	border-radius: 12px 12px 12px 0;
	
	-moz-box-shadow: 2px 2px 5px #111; /* for Firefox 3.5+ */
	-webkit-box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
	box-shadow: 2px 2px 5px #111; /* for Safari and Chrome */
}
	
	.defaultTheme #aToolTipCloseBtn {
		display:block;
		height:18px;
		width:18px;
		background:url(../images/closeBtn.png) no-repeat;
		text-indent:-9999px;
		outline:none;
		position:absolute;
		top:-20px;
		right:-30px;
		margin:2px;
		padding:4px;
	}
