@charset "utf-8";
/* CSS Document */

/* The CSS for the Menu Box */
#menu {
	float: left;
	width: 180px;
	padding: 0;

	font-family:Impact, Arial;
	text-transform:uppercase;
	font-size:16px;
	color:#1B1C20;
	font-weight:lighter;
}
/* ######### Default class for drop down menus ######### */
.navigationMenu{
width: 180px; /*width of menu*/
}


.navigationMenu ul{
list-style-type: none;
margin: 0;
margin-left:0px;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}


.navigationMenu ul li a{
font-family:Impact, Arial;
font-size:16px;
color: black;
position: relative;
background: #FFFFFF;
display: block;
line-height:18px;
text-decoration: none;
color:#1B1C20;
font-weight:lighter;
text-transform:uppercase;
}


.navigationMenu ul li a:hover, .navigationMenu ul li a.selectedanchor{ /*hover state CSS*/
color: #97979B;

}

.current1 {}

.anylinkcss{
position: absolute;

visibility: hidden;
font: normal 11px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width:auto; /* default width for menu */
}

.anylinkcss ul{
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none;
color:#006600;
}

.anylinkcss ul li a{
width: auto;
display: block;
text-indent: 3px;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
color:#1B1C20;

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

}


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
visibility: hidden;
}
