.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/

}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
font: 12px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 220px; /* default width for menu */
background-image: url(../images/menu_right_bottom_down.png);
	background-position: top;
	background-repeat: no-repeat;
	border-bottom: 1px solid #49bed5;
	float: left;
	padding-bottom: 15px;
	background-color: #10abc9;
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}
.down_menu_right_top {



	border: 0px solid red;
	width: 220px;
	height: 13px;
	margin-top:-13px;
	background-image: url(../images/menu_right_top_down.png);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
}


.anylinkcss	li
{
	padding-top: 5px;
	padding-bottom: 5px;

}

.anylinkcss a:link
{
	color: #ffffff;
	text-decoration: none;
}

#menu HyperLink:visited
{
	text-decoration: none;
	color: #ffffff;
}
.anylinkcss link:hover
{
	text-decoration: none;
	color: #ffffff;
}

/*
.anylinkcss ul li a{
width: 220px;
height: 23px;

text-decoration: none;

text-indent: 5px;
background: url('../../common/images/bghelp1.gif');
color: #10b5d3;
display: block
}*/

.anylinkcss li:hover
{
	background: #08c0e5;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;

padding: 10px;

z-index: 100; /*zIndex should be greater than that of shadow's below*/

}

.anylinkcsscols .column{

float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### 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;
}


.anylinkcssSearch{
position: absolute;
left: 0;
top: 0;
border-bottom-width: 0;
font: 11px Arial;
color:White;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 1000px; /* default width for menu */
height:250px;
background: url('../../common/images/SearchRegion.jpg');

}

.navbar
{
	float: left;
	padding: 10px;
	width: 220px;
}

.t4
{
	font: 19px Arial;
	color: #10b5d3;
	font-weight: bold;
}

.t5
{
	font: 12px Arial;
	color: #10b5d3;
}

.t5 a:link
{
color:#0ea4c7;
text-decoration:none;
}

.t5 a:visited
{
	color:#0ea4c7;
	text-decoration:none;
}