@charset "utf-8";
/* CSS Document */
/*#right_part ul.small li { margin:0; list-style:none; padding-bottom:5px; }
#right_part ul.small ul li { margin:0; list-style:none; padding-bottom:5px; }
#right_part ul.small li a { color: #0e0c0f; padding:4px 0 4px 15px; text-transform:uppercase; font-weight:bold; width:225px; display:block; }
#right_part ul.small ul li a { color: #0e0c0f; padding:2px 0 2px 20px; text-transform: none; font-weight: normal; width:220px; display:block; }
#right_part ul.small li a:hover { color:#93c2f8; text-decoration:none; background-image: url(../images/right_nav_link_bg.gif); background-repeat: no-repeat; background-position: left center; }
#right_part ul.small li a.active { background:url(../images/right_nav_link_bg.gif) no-repeat; color:#93c2f8; text-decoration:none; background-position: left center;  }*/

/*.rpart{background: url(../images/right_nav_bg.gif) repeat-x top #4285d4; width:249px; display:block; float:left; margin:0 0 0 7px;}
html>body*/ .rpart{background: url(../images/right_nav_bg.jpg) repeat-x top #4285d4; width:249px; display:block; float:left;}

.glossymenu{
width:235px;
padding:25px 0 0 0;
float:left;
height:420px;
}

.glossymenu a.menuitem{
color: #0e0c0f;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding:9px 0 10px 15px;
text-decoration: none;
background:url(../images/right_nav_link_bg1.gif) no-repeat left center;
}


.glossymenu a.menuitem:visited, .glossymenu a.menuitem:active{
 background:url(../images/right_nav_link_bg.gif) no-repeat left center; color:#93c2f8; 
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 9px;
right: 10px;
border: none;
color:#93c2f8;
}

.glossymenu a.menuitem:hover{
 background:url(../images/right_nav_link_bg.gif) no-repeat left center;
 color:#93c2f8;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
margin:0; list-style:none; padding-bottom:5px;
}

.glossymenu div.submenu ul li a{
 color: #0e0c0f;
 padding:2px 0 2px 20px;
 text-transform: none;
 font-weight: normal;
 /*width:220px;*/
 display:block;
}

.glossymenu div.submenu ul li a:hover{
 color:#93c2f8; background: url(../images/right_nav_link_bg.gif) no-repeat left center; text-decoration:none;
}

.glossymenu div.submenu ul li a#act2{
 color:#93c2f8; background: url(../images/right_nav_link_bg.gif) no-repeat left center; text-decoration:none;
}

