#menu {  }

#menu ul {
    list-style-type: none;

    margin: 0;

    padding-top: 30px;
    padding-left: 30px;
}

#menu ul li {
}

#menu ul a.active {
    color: black;
}

#menu ul li a {
	text-decoration: none;

    color: #D81C13;

    font-weight: bold;

    text-transform: lowercase;
}

#menu ul li a:hover {
	text-decoration: underline;

    color: black;
}

#menu ul li.active a, #submenu ul li.active a {
	color: #ae102a;
}

#main-menu { 
    height: 90px;
}

#main-menu a { 
    display: block;
    height: 86px;

    position: absolute;
}

#main-menu a.link-a { 
    top: 1px;
    left: 4px;

    width: 310px;
}

#main-menu a.link-b { 
    top: 4px;
    left: 297px;

    width: 310px;
}

#main-menu a.link-c { 
    top: 2px;
    left: 590px;

    width: 310px;
}

#main-menu a:hover { 
    text-decoration: none;
}

#main-menu .active a.link-a { 
    background: url("../images/layout/link-a-active.jpg") no-repeat;
}

#main-menu .active a.link-b { 
    background: url("../images/layout/link-b-active.jpg") no-repeat;
}

#main-menu .active a.link-c { 
    background: url("../images/layout/link-c-active.jpg") no-repeat;
}

#main-menu .title, #main-menu .subtitle { 
    margin-left: 30px;
}

#main-menu .title { 
    margin-top: 23px;

    font-size: 12pt;
    font-weight: bold;

    color: black;

    display: block;
}

#main-menu .subtitle { 
    font-size: 10pt;
    font-weight: bold;

    color: #aaa;

    display: block;
}

