﻿.company_button
{
    float:left;
    margin-left:40px;
    width:206px;
    height:32px;
}

div.company_outer
{
    width:206px;
    height:32px;
    float:left;
    background:url(../_images/menu_01_company.gif) bottom left no-repeat;
}

div.company_outer a
{
    display:block;
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
    overflow:hidden;
    background:url(../_images/menu_01_company.gif) top left no-repeat;
}

div.company_outer a:hover
{
    background-image:none;
}

/********************************************************/

.software_button
{
    float:left;
    margin-left:40px;
    width:206px;
    height:34px;
}

div.software_outer
{
    width:206px;
    height:34px;
    float:left;
    background:url(../_images/menu_02_software.gif) bottom left no-repeat;
}

div.software_outer a
{
    display:block;
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
    overflow:hidden;
    background:url(../_images/menu_02_software.gif) top left no-repeat;
}

div.software_outer a:hover
{
    background-image:none;
}

/********************************************************/

.services_button
{
    float:left;
    margin-left:40px;
    width:206px;
    height:32px;
}

div.services_outer
{
    width:206px;
    height:32px;
    float:left;
    background:url(../_images/menu_03_services.gif) bottom left no-repeat;
}

div.services_outer a
{
    display:block;
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
    overflow:hidden;
    background:url(../_images/menu_03_services.gif) top left no-repeat;
}

div.services_outer a:hover
{
    background-image:none;
}

/********************************************************/

.partners_button
{
    float:left;
    margin-left:40px;
    width:206px;
    height:34px;
}

div.partners_outer
{
    width:206px;
    height:34px;
    float:left;
    background:url(../_images/menu_04_partners.gif) top left no-repeat;
}

div.partners_outer a
{
    display:block;
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
    overflow:hidden;
    background:url(../_images/menu_04_partners.gif) bottom left no-repeat;
}

div.partners_outer a:hover
{
    background-image:none;
}

/********************************************************/

.testimonials_button
{
    float:left;
    margin-left:40px;
    width:206px;
    height:33px;
}

div.testimonials_outer
{
    width:206px;
    height:33px;
    float:left;
    background:url(../_images/menu_05_testimonials.gif) bottom left no-repeat;
}

div.testimonials_outer a
{
    display:block;
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
    overflow:hidden;
    background:url(../_images/menu_05_testimonials.gif) top left no-repeat;
}

div.testimonials_outer a:hover
{
    background-image:none;
}

/********************************************************/

.contact_button
{
    float:left;
    margin-left:40px;
    width:206px;
    height:37px;
}

div.contact_outer
{
    width:206px;
    height:37px;
    float:left;
    background:url(../_images/menu_06_contact.gif) top left no-repeat;
}

div.contact_outer a
{
    display:block;
    margin:0px;
    padding:0px;
    width:100%;
    height:100%;
    overflow:hidden;
    background:url(../_images/menu_06_contact.gif) bottom left no-repeat;
}

div.contact_outer a:hover
{
    background-image:none;
}

/*************************************/

#dropmenudiv
{    
position:absolute;
background-color: #cccccc;
border-bottom:1px solid black;
font:normal 12px Verdana;
padding-left:5px;
padding-right:5px;
padding-top:5px;
line-height:30px;
margin-top:2px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color:Black;
z-index:100;
}

#dropmenudiv a:hover{ /*hover background color*/
color:White;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}

