/* css cotic orange page style */
/* by Kelvin Owers - spittingcat.com */


html, body {
    background-color:#FF6600;
    color:#FFFFFF;
}

ul {
    list-style: none;
    font-family: Andale Mono, Courier New, Courier, Gadget;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 0px;
    text-align: center;
    background-color: black;
}
li {
    display: inline;
}
ul a {
    color: #cccccc;
    text-decoration: none;
}
ul a:hover {
    color: white;
    text-decoration: none;
    background: transparent url(../cotic_menu_05/decoration/orangepixel.gif) repeat-x 0 1em;
}