/*
 * bsilearn lms
 * The style of the cmc deployment LMS.
*/

/*
 * Branding styles
*/
#brand {
 width:  100%;
 height: 53px;
 margin: 0; padding: 0;
 background: #B0C4DE url(banner.jpg) no-repeat top left;
 color: #d3d3d3;
}

/*
 * Menu (primary navigation) styles
*/
#menu {
 width: 100%;
 height: 17px;
 margin: 0;
 padding: 0;
 background: #033566;
 color: #fff;
 border-bottom: solid 1px #8299ae;
}
#menu a {
 color: #fff;
 text-decoration: none;
 font-weight: bold;
 font-size: 11px;
}
