/* 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, a:visited {
	color: #0000FF;
}

a:hover {
	color:#FF0000;
}


/* rounded borders dark blue main */
.roundedcornr_box_832687 {
   background: #ffffff;
}
.roundedcornr_top_832687 div {
   background: url(/images/roundedcornr_832687_tl.png) no-repeat top left;
}
.roundedcornr_top_832687 {
   background: url(/images/roundedcornr_832687_tr.png) no-repeat top right;
}
.roundedcornr_bottom_832687 div {
   background: url(/images/roundedcornr_832687_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_832687 {
   background: url(/images/roundedcornr_832687_br.png) no-repeat bottom right;
}

.roundedcornr_top_832687 div, .roundedcornr_top_832687, 
.roundedcornr_bottom_832687 div, .roundedcornr_bottom_832687 {
   width: 100%;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content_832687 { margin: 0 30px; }


/*  light blue  */
.roundedcornr_box_202292 {
   background: #cceeff;
}
.roundedcornr_top_202292 div {
   background: url(/images/roundedcornr_202292_tl.png) no-repeat top left;
}
.roundedcornr_top_202292 {
   background: url(/images/roundedcornr_202292_tr.png) no-repeat top right;
}
.roundedcornr_bottom_202292 div {
   background: url(/images/roundedcornr_202292_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_202292 {
   background: url(/images/roundedcornr_202292_br.png) no-repeat bottom right;
}

.roundedcornr_top_202292 div, .roundedcornr_top_202292, 
.roundedcornr_bottom_202292 div, .roundedcornr_bottom_202292 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_202292 { 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: 10px;
   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: #CCEEFF;
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;
}