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

	@font-face {  
	  font-family:Continuum Bold;  
	  src: url(contb.eot ); /* IE */  
	  src: local("Continuum Bold "), url(contb.ttf) format("truetype"); /* non-IE */  
	} 

.mainmenu{margin:0px; padding:0 10px 0 0px; width:748px; height:39px; float:right; background:url(images/bgbutton.jpg) no-repeat left top; clear:both;}
.mainmenu1{margin:0px; padding:0 100px 0 0px; width:748px; height:39px; float:right; background:url(images/bgbutton.jpg) no-repeat left top; clear:both;font-family: "Continuum Bold";}
/* ######### Default class for drop down menus ######### */
.main-n{margin:0px; padding:5px 0 0 0; color:#000; font-size:13px;  text-decoration: none; width:133px; text-align:center;float:left; font-family: "Continuum Bold"; }
.main-n1{margin:0px; padding:5px 0 0 0; color:#000; font-size:13px;  text-decoration: none; width:74px; text-align:center;float:left; font-family: "Continuum Bold";}
.main-n1 a{margin:0px; padding:10px; color:#000; font-size:13px;  text-decoration: none;font-family: "Continuum Bold";}
.main-n2{margin:0px; padding:5px 0 0 0; color:#000; font-size:13px;  text-decoration: none; width:79px; text-align:center;float:left; font-family: "Continuum Bold";}
.main-n2 a{margin:0px; padding:10px; color:#000; font-size:13px; text-decoration: none; font-family: "Continuum Bold";}
.main-n3{margin:0px; padding:5px 0 0 0; color:#000; font-size:13px;  text-decoration: none; width:58px; text-align:center;float:left; font-family: "Continuum Bold";}
.main-n3 a{margin:0px; padding:10px; color:#000; font-size:13px;text-decoration: none; font-family: "Continuum Bold";}
.mainmenu a:hover{margin:0px; padding:10px; color:#999; font-size:13px;text-decoration: none; font-family: "Continuum Bold";}
.main-n a{margin:0px; padding:10px; color:#000; font-size:13px; text-decoration: none; font-family: "Continuum Bold";}
.mainmenu a:hover{
	margin:0px;
	padding:10px;
	color:#999;
	text-decoration: none;

}
.header{width:847px; margin:0px; padding:0px; float:left;}

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width:0;
line-height:18px;
z-index:100; /* zIndex should be greater than that of shadow's below */
background:#FFF;
width:200px;
height:180px;


 /* 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;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
font-size:13px;
font-family: "Continuum Bold";
color:#000000;
}

.anylinkmenu a:hover{ /*hover background color*/
background:#3399FF;
color:#fff;
}

/* ######### 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;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #CCC;
font-family: "Continuum Bold";
}

.anylinkmenucols li{
padding-bottom: 3px;
}
.anylinkmenucols li a{color:#000; padding:0px; margin:0px; text-decoration: none; font-size:13px ; font-family: "Continuum Bold";} 
.anylinkmenucols li a:hover{color:#999; padding:0px; margin:0px; text-decoration: none; } 
.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
font-family: "Continuum Bold";
}

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



/* ######### class for shadow DIV ######### */


.anylinkshadow-1{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
right:0;
bottom:0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
.clear{ margin:0px; padding:0px; font-size:0px; size:0px; clear:both; height:0px;}

