/* globals */
body {
	/* background: #0080c0; */
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

table, td {
	border: 0;
	margin: 0;
	padding: 5;
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

a:link  {
	color: #0000FF;
}

a:visited {
	color:#339966;
}

a:hover {
	color:#FF0000;
}


/* rounded borders dark green main */
.roundedcornr_box_359539 {
   background: #ffffff;
}
.roundedcornr_top_359539 div {
   background: url(/images/roundedcornr_359539_tl.png) no-repeat top left;
}
.roundedcornr_top_359539 {
   background: url(/images/roundedcornr_359539_tr.png) no-repeat top right;
}
.roundedcornr_bottom_359539 div {
   background: url(/images/roundedcornr_359539_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_359539 {
   background: url(/images/roundedcornr_359539_br.png) no-repeat bottom right;
}

.roundedcornr_top_359539 div, .roundedcornr_top_359539, 
.roundedcornr_bottom_359539 div, .roundedcornr_bottom_359539 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_359539 { margin: 0 30px; }


/*  light green  */
.roundedcornr_box_851654 {
   background: #E0FEE4;
}
.roundedcornr_top_851654 div {
   background: url(/images/roundedcornr_851654_tl.png) no-repeat top left;
}
.roundedcornr_top_851654 {
   background: url(/images/roundedcornr_851654_tr.png) no-repeat top right;
}
.roundedcornr_bottom_851654 div {
   background: url(/images/roundedcornr_851654_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_851654 {
   background: url(/images/roundedcornr_851654_br.png) no-repeat bottom right;
}

.roundedcornr_top_851654 div, .roundedcornr_top_851654, 
.roundedcornr_bottom_851654 div, .roundedcornr_bottom_851654 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_851654 { margin: 0 15px; }


/* gray */
.roundedcornr_box_790819 {
   background: #eeeeee;
}
.roundedcornr_top_790819 div {
   background: url(/images/roundedcornr_790819_tl.png) no-repeat top left;
}
.roundedcornr_top_790819 {
   background: url(/images/roundedcornr_790819_tr.png) no-repeat top right;
}
.roundedcornr_bottom_790819 div {
   background: url(/images/roundedcornr_790819_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_790819 {
   background: url(/images/roundedcornr_790819_br.png) no-repeat bottom right;
}

.roundedcornr_top_790819 div, .roundedcornr_top_790819, 
.roundedcornr_bottom_790819 div, .roundedcornr_bottom_790819 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_790819 { margin: 0 15px; }


.selectedanchor{ 
background: #eeeeee;
}

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #939393;
border-bottom-width: 0;
font: normal 12px Arial,Helvetica;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #FFFFFF;
width: 100px; /* 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;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #E0FEE4;
color: red;
}

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