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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
FONT-FAMILY: "Calibri", Verdana, sans-serif;
line-height: 16px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #8EA5B5;
width: 158px; /* default width for menu */
color: white;
}

.anylinkcss a{
color: black;
}

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

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: black; 
color: #FF7F00;
}

/* ######### 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;
}

.emailcss{
color: black;
}

.emailcss a{
color: #e67846;
font: normal 10px Verdana;
}

.emailcss a:hover{ /*hover background color*/
background: black;
color: white;
}

.emailcss a:visited {
	FONT-SIZE: 11px; 
	COLOR: #0066ff; 
	FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif, "MS sans serif"; 
	TEXT-DECORATION: none
}

.emailcss2{
FONT-WEIGHT: bold; 
FONT-SIZE: 12px; 
COLOR: #4B4B4B; 
FONT-FAMILY: "Calibri", Verdana, sans-serif;
}

.emailcss2 a{
FONT-WEIGHT: bold; 
FONT-SIZE: 12px; 
color: #e67846;
FONT-FAMILY: "Calibri", Verdana, sans-serif;
}

.emailcss2 a:hover{ /*hover background color*/
FONT-WEIGHT: bold; 
background: black;
color: #e67846;
FONT-SIZE: 12px; 
FONT-FAMILY: "Calibri", Verdana, sans-serif;
}

.emailcss2 a:visited {
FONT-WEIGHT: bold; 
FONT-SIZE: 12px; 
COLOR: #0066ff; 
FONT-FAMILY: "Calibri", Verdana, sans-serif;
TEXT-DECORATION: none
}

.calibrifont {
FONT-WEIGHT: 550; 
FONT-SIZE: 12px; 
PADDING-BOTTOM: 2px; 
COLOR: #4B4B4B; 
PADDING-TOP: 2px; 
FONT-FAMILY: "Calibri", Verdana, sans-serif; 
BACKGROUND-COLOR: #ffffff;
}

.calibrifontsm {
FONT-WEIGHT: 550; 
FONT-SIZE: 11px; 
PADDING-BOTTOM: 2px; 
COLOR: #4B4B4B; 
PADDING-TOP: 2px; 
FONT-FAMILY: "Calibri", Verdana, sans-serif; 
BACKGROUND-COLOR: #ffffff;
}

.calibrifontbig {
FONT-WEIGHT: 550; 
FONT-SIZE: 20px; 
PADDING-BOTTOM: 2px; 
COLOR: #4B4B4B; 
PADDING-TOP: 2px; 
FONT-FAMILY: "Calibri", Verdana, sans-serif; 
BACKGROUND-COLOR: #ffffff;
}

img
{
border-style: none;
}
