﻿#menu
{
    padding: 0 0 0 30px;
    margin: 0 0 0 0px;
    list-style: none;
    width: 670px;
    height: 60px;
    background: url(images/background.png);
}
* html #menu
{
    margin: 0;
    background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/background.png', sizingMethod='scale');
}

#menu li
{
    position: relative;
    float: left;
    margin: 0;
}
#menu li a
{
    display: block;
    height: 36px;
    line-height: 35px;
    padding: 0 20px 0 0;
    float: left;
    color: #333;
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 11px;
    background: url(images/divide.png) no-repeat right top;
}
#menu li a b
{
    display: block;
    height: 36px;
    float: left;
    padding: 0 0 0 20px;
}

#menu li a:hover, 
#menu li a:active, 
#menu li a:focus, 
.home #menu li#home a, 
.about #menu li#about a, 
.contact #menu li#contact a, 
.profile #menu li#profile a, 
.download #menu li#download a, 
.help #menu li#products a, 
.login #menu li#login a
{
    background: #999 url(images/divide2.png) no-repeat right top;
    cursor: pointer;
    color: #fff;
    line-height: 35px;
}
#menu li a:hover b, 
#menu li a:active b, 
#menu li a:focus b, 
.home #menu li#home a b, 
.about #menu li#about a b, 
.contact #menu li#contact a b, 
.profile #menu li#profile a b, 
.download #menu li#download a b, 
.help #menu li#products a b, 
.login #menu li#login a b
{
    background: #999;
    cursor: pointer;
}


/* Child Navigation Links */
#ChildLinks a,
#ChildLinks a:active,
#ChildLinks a:focus
{
    color: #ffffff;
    text-decoration: none;
    cursor: hand;
}
#ChildLinks a:hover
{
    text-decoration: underline;
}
