﻿/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* TOP LEVEL MENU */

#primarynavigation
{
    z-index: 2;
    left: 0px;
    top: 0px;
    position: relative;
    height: 39px;
    width: 100%;
    background-image: url( 'http://www.mediateam.ie/App_Themes/Mediateam/Navigation/MTNavBkgd.jpg' );
}

#primarynavigation ul
{
    margin: 0; padding: 0; list-style-type: none; vertical-align: text-bottom;
}

#primarynavigation li
{
    float: Left; height: 39px;
    
}

/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* SUB NAVIGATION MENU */

#rightcorner
{
    z-index: 3;
    left: 851px;
    top: 156px;
    position: absolute;  
}

#secondarynavigation
{
    z-index: 2;
    left: 0px;
    top: 17px;
    position: relative;
    height: 52px;
    width: 948px;
    background-image: url('http://www.mediateam.ie/App_Themes/Mediateam/Navigation/subBkgd.jpg');
}

#secondarynavigation ul
{
    margin: 0; padding: 0; list-style-type: none; vertical-align: text-bottom;
}

#secondarynavigation li
{
    float: Left; height: 52px;
    
}

/*/////////////////////////////////////////////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////*/
/* ARTICLE LINKS */

#sectionlinks
{
    z-index: 2;
    left: 0px;
    top: 0px;
    position: relative;
    height: 35px;
    width: 600px;
    color: #FF0000;
}

#sectionlinks ul
{
    margin: 0; padding: 0; list-style-type: none; vertical-align: text-bottom;
}

#sectionlinks li
{
    float: Left; height: 20px; color: #FF0000;
    
}

#sectionlinks li a
{
    font-size: 12px;
    color: #EA0000; 
    font-family: Verdana;
    text-decoration: none;
}
            
#sectionlinks li a:hover
{
    font-size: 12px;
    color: #000000;
    font-family: Verdana;
    text-decoration: none;
}

#sectionlinks li a.Selected
{
    font-size: 12px;
    color: #000000;
    font-family: Verdana;
    text-decoration: none;
}



