@charset "UTF-8";
/* CSS Document */
.movemenu{
margin: 1px 0;
padding: 0;
width: 450px; /*width of menu*/
border: 1px solid #9A9A9A;

}

.movemenu div.silverheader a{
background: black url(../../img/silvergradient.gif) repeat-x center left;
font: normal 12px Tahoma, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 3px 0;
padding-left: 8px;
text-decoration: none;

}

.movemenu div.silverheader a:visited, .movemenu div.silverheader a:active{
color: white;
}

.movemenu div.selected a, .movemenu div.silverheader a:hover{
background-image: url(../../img/silvergradientover.gif);
color:#FFFFFF;
font-weight:bold;

}

.movemenu div.submenu{ /*DIV that contains each sub menu*/
/*background: white;*/
background-color:#DAD2F4;
padding: 3px;
padding-left: 3px;
height: 120px; /*Height that applies to all sub menu DIVs. A good idea when headers are toggled via "mouseover" instead of "click"*/
color:#2C2C59;
font-size:12px;
}
.submenu-font{
font-size:12px;
color:#000066;
}
