/* Start of CMSMS style sheet 'MR:textual' */
input{
    color: #000000;
}

a img{
    border: 0;
}

/* Menu */

ul.menu{
float:left;
left:60px;
padding:0;
position:relative;
top:115px;
z-index:55;
}

ul.menu li{
    list-style-position: outside;
    list-style-type: none;
    color: #cadb2a;
}

ul.menu li a{
    color: #cadb2a;
    text-decoration: none;
}

ul.menu li a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}

ul.menu li a.current{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 14px;
}

li.separator{
height:30px;
}

#browserWarning{
position: fixed;
z-index: 99;
color: #FF0000;
top: -1px;
}

#browserWarning a{
color: red;
}

#browserWarning a:hover{
color: blue;
}
/* End of 'MR:textual' */

