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

}

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

.anylinkmenu{
position: absolute;
left: 0;
top: 0px;
visibility: hidden;
color:#FFFFFF;
border-left: 1px solid #0065b5;
border-right: 1px solid #0065b5;
border-bottom: 0px solid #0065b5;
font: normal 12px Arial, Helvetica, sans-serif;
line-height: 22px;
z-index: 100; /* zIndex should be greater than that of shadow's below 

/*width: 200px;  default width for menu 
border-top: #FFF 1px solid;*/

}

.anylinkmenu ul{
margin: 0 0 0 0px;
padding: 0 0 0 0px;
list-style-type: none;


}

.anylinkmenu ul li a{
width: 100%;
display: block;
color:#0569b7;
border-bottom: 1px solid #0569b7;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-align:left;
text-indent:10px;


}

.anylinkmenu a:hover{ /*hover background color*/
background: #0569b7;
color: #FFF;

}

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


.anylinkmenucols{
position: absolute;
width: 130px;
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: 3px 8px;
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: none;
visibility: hidden;
}

/*top nav redesign phase 1 CR 2482*/

#lftNavBtns p, #lftNavBtns a {
font-size:11px;
letter-spacing:0px;
text-align:center;
text-decoration:none;
line-height:1.35em;
padding:4px 0 0 0px;
color:#000000;
font-weight:bold;
}
 #lftNavBtns a:hover {
 color: #0033FF;
 text-decoration: underline;
 }
 
#TopMenuDiv a {
	color:#FFF;
	padding: 4px 0px 4px 12px;
	border-bottom:#0569b7 1px solid;
	border-top:#0569b7 1px solid;
}
#TopMenuDiv a:hover {
	background-color: #FFF;
	text-decoration:none;
	color: #FC0;
}
.block a { 
display: block;
background-image:url(/OA_MEDIA/krames/MenuBkgTexture.jpg);
background-repeat:no-repeat;
 
/*background-color:#0569b7; */
}
.block a:hover { 
/*background-color: white; 
background-image:url(/OA_MEDIA/krames/MenuBkgTextureWhite.jpg);
background-repeat:no-repeat;*/
}
/*top nav redesign phase 1 CR 2482*/

