@import url('/_resources/css/base.css');
body {
    background: #cde4fd;
    height: 43px;
    left: 0;
	top: 0;
    position: fixed;
    width: 100%;
    z-index: 100;
}
ul {
    list-style: none outside none;
}
ul li {
    color: #122955;
    float: left;
    font-size: 1.3em;
    height: 43px;
    line-height: 42px;
    padding: 0px 12px 0px 8px;
    width: auto;
    background: url("/_resources/images/utility_bg.jpg ") no-repeat scroll center 0 ;
}


