/* 
    Document   : tabbedMenu
    Created on : 10 September 2007, 21:01
    Author     : arh16577
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#menu_contact_msg{
margin-top:10px;
position:relative;
float:left;
font-size:14px;
}

#tabbedMenu_body{
    margin-top:-1px;
    padding:10px;
    border:1px solid #8F3F97;
    background-color:#FFFFFF;
    position:relative;
    width:490px;
    float:left;
    z-index:1000;
text-align:center;
}

#tabbedMenuDIV{
    position:relative;
    overflow:hidden;
    z-index:1007;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 6px;
}

#tabbedMenuDIV #m1_under{ 
    background-image:url(../images/tab_under_first.gif);
    z-index:1007;
}
#tabbedMenuDIV #m1_over{ 
    background-image:url(../images/tab_over.gif);
    z-index:1010;
}
#tabbedMenuDIV #m2_under{ 
    background-image:url(../images/tab_under.gif);
    z-index:1006;
}
#tabbedMenuDIV #m2_over{ 
    background-image:url(../images/tab_over.gif);
    z-index:1010;
}
#tabbedMenuDIV #m3_under{ 
    background-image:url(../images/tab_under.gif);
    z-index:1005;
}
#tabbedMenuDIV #m3_over{ 
    background-image:url(../images/tab_over.gif);
    z-index:1010;
}
#tabbedMenuDIV #m4_under{ 
    background-image:url(../images/tab_under.gif);
    z-index:1004;
}
#tabbedMenuDIV #m4_over{ 
    background-image:url(../images/tab_over.gif);
    z-index:1010;
}
#tabbedMenuDIV #m5_under{ 
    background-image:url(../images/tab_under.gif);
    z-index:1003;
}
#tabbedMenuDIV #m5_over{ 
    background-image:url(../images/tab_over.gif);
    z-index:1010;
}
#tabbedMenuDIV #m6_under{ 
    background-image:url(../images/tab_under.gif);
    z-index:1002;
}
#tabbedMenuDIV #m6_over{ 
    background-image:url(../images/tab_over.gif);
    z-index:1010;
}
#tabbedMenuDIV #de_under{ 
    background-image:url(../images/tab_under.gif);
    z-index:1001;
}
#tabbedMenuDIV #de_over{ 
    background-image:url(../images/tab_over.gif);
    z-index:1010;
}

#tabbedMenuDIV div{ 
    margin:0px 0px 0px 0px;
    padding:2px 0px 0px 10px;
}

#tabbedMenuDIV ul{ 
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

#tabbedMenuDIV li{ 
    background-position:0pt 0em;
    background-repeat:no-repeat;
    margin:0px 0px 0px -6px;
    padding:0px 0px 0px 0px;
    float: left;
    position: relative;
    text-align:center;
    width:64px;
    height:22px;
}

#tabbedMenuDIV a{ 
    font-size:12px;
}

#tabbedMenuDIV a:hover{ 
    font-size:12px;
    color:#F5F1F2;
    text-decoration:none;
}
