@charset "UTF-8";
/* CSS Document: header light DM */

/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

nav ul, ul, li, ol {
    list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* utilities */
.defloater {clear:both}
.left {float:left}
.right {float:right}

/* formatting */
#DM-head-light {
width:100%;
display:block;
margin: 0 auto;
padding:0;
height:36px;
overflow:hidden;
background:url(/images/bg-DM-light.gif) repeat-x 0 0;
}
.logoDM {
width:100px;
height:36px;
margin: 0;
padding:0;
}
ul.DM-channels {
margin:0 10px 0 0;
padding:0;
height:36px;
overflow:hidden;
}
ul.DM-channels li {float:left}
li.separator-DM-light {
background:url(/images/separatore-DM-light.gif) no-repeat 0 0;
height:36px;
width:1px;
margin:0 14px;
padding:0;
}
li.DM-chan a {
color: #878996;
font-size: 12px;
font-family: TrebuchetMS, Arial, Helvetica, sans-serif;
text-decoration: none;
padding: 8px 0;
display: block;
line-height: 20px;
}
li.DM-chan a:hover {
color:#2c87b4;
}
