﻿/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.divMenu 
{
float:left;
font-family:Goudy Old Style;
font-family:Lucida Calligraphy;
font-family:Papyrus;
font-family:Baskerville Old Face;
font-size:14px;
position:relative;
z-index:100;
width:778px;
background-image:url(../images/lightmenubg.png);
background-repeat:no-repeat;
height:39px;
text-align:center;
}

/* remove all the bullets, borders and padding from the default list styling */
.divMenu ul {
padding:0px;
margin:0px;
list-style-type:none;
border:0px;
}

.divMenu ul ul {
text-align:left;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.divMenu li {
float:left;
position:relative;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.divMenu table 
{
position:absolute;
top:0px;
left:0px;
border:0px;
padding:0px;
margin:0px;
height:0px;
}

/**************************************************************************
******************************TOP LEVEL************************************
**************************************************************************/

/* style the links for the top level */
.divMenu a, .divMenu a:visited {
display:block;
text-decoration:none; 

 color:#3C1C4B;
line-height:39px;
font-weight:bold;
}

/* style the top level hover */
.divMenu ul a:hover, .divMenu ul a:hover{
color:#95270E;
}


/**************************************************************************
***************************SECOND LEVEL************************************
**************************************************************************/
/* hide the sub levels and give them a positon absolute so that they take up no room */
.divMenu ul ul {
visibility:hidden;
position:absolute;
border:0px;
height:0px;
top:39px;
left:0px; 

width:183px;
}

.divMenu ul ul li
{
line-height:10px;
}
/* style the second level links */
.divMenu ul ul a, .divMenu ul ul a:visited{ 
    font-weight:normal;
    color:#3C1C4B;
    background-color:#FFF1C2;
    line-height:14px;
    padding:5px 10px;
    width:173px;
    border:0px solid #D1BA74;
    border-width:0px 1px 1px 1px;
}
/* style the second level hover */
.divMenu ul ul a:hover, .divMenu ul ul a:hover{
color:#95270E;
}

/* make the second level visible when hover on first level list OR link */
.divMenu ul li:hover ul, .divMenu ul a:hover ul{
visibility:visible; 
}

/*first level menu list item tags*/
.liHome
{
    padding:0px 0px 0px 100px;
    width:109px;
    height:39px;
}
.liProviders
{
    width:112px;
    height:39px;
}
.liServices
{
    width:109px;
    height:39px;
}
.liInnovation
{
    width:140px;
    height:39px;
}
.liContactUs
{
    width:113px;
    height:39px;
}
/*first level menu anchor tags*/
.menuHome
{
    width:109px;
    background-image:url(../images/welcomeMenubg2.png);
    background-repeat:no-repeat;
    height:39px;
    font-size:16px;
}
.menuProviders
{
    width:112px;
    background-image:url(../images/providersMenuBg2.png);
    background-repeat:no-repeat;
    height:39px;
    font-size:16px;
}
.menuServices
{
    width:109px;
    background-image:url(../images/servicesMenuBg2.png);
    background-repeat:no-repeat;
    height:39px;
    font-size:16px;
}
.menuInnovation
{
    width:140px;
    background-image:url(../images/innovationMenuBg2.png);
    background-repeat:no-repeat;
    height:39px;
    font-size:16px;
}
.menuContactUs
{
    width:113px;
    background-image:url(../images/contactUsMenuBg2.png);
    background-repeat:no-repeat;
    height:39px;
    font-size:16px;
}
