/* 
    Document   : menu-top
    Created on : 4-mei-2011, 15:35:36
    Author     : jwar
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


.menu-top {
    clear: both;
    float: left;
    margin-top: 26px;
    margin-left: 15px;
    margin-bottom: 42px;
}
.menu-top a {
    color: white;
    text-decoration: none;
}
.menu-top .item {
    float: left;
/*   margin-right: 12px; */
    margin-right: 40px;
    cursor: pointer;
}
.menu-top .item .marker {
    visibility: hidden;
    width: 2px;
    height: 62px;
    background-color: white;
    float: left;
    margin-right: 4px;
}
.menu-top .item .title {
    font-family: "MyriadProBoldCondensed";
    font-size: 30px;
    margin-top: -6px;
}
.menu-top .item .content {
    float: left;
}
.menu-top .item .subtext {
    font-size: 14px;
    line-height: 130%;
    visibility: hidden;
}
.menu-top #cmni-1 {
    color: #ffffff;
}
.menu-top #cmni-2 {
    color: #ffffff;
}
.menu-top #cmni-3 {
    color: #ffffff;
}
.menu-top #cmni-3 .marker {
    color: #ffffff;
    height: 44px;
}
.menu-top #cmni-4 {
    color: #f26522;
}
.menu-top #cmni-4 a {
    color: #f26522;
}
.menu-top #cmni-5 {
    color: #f26522;
}
.menu-top #cmni-5 .marker {
    color: #ffffff;
    height: 44px;
}
.menu-top #cmni-5 a {
    color: #f26522;
}
.menu-top div#cmni-4 .marker {
    background-color: #f26522;
}
.menu-top div#cmni-5 .marker {
    background-color: #f26522;
}

