#navigation {
    z-index: 3;
    position: relative;
    width: 580px;
    cursor: pointer !important;
    cursor: hand;
}
#navigation_inner {
    float: right;
}
#navigation, #navigation ul { /* all lists */
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1;
}
#navigation a,
#navigation a span {
    display: block;
    padding: 0;
    margin: 0;
}
#navigation a {
    white-space: nowrap;
}
* html #navigation a,
* html #navigation a span {
    float: left;
}
#navigation_inner ul li a {
    cursor: pointer;
}
#navigation li { /* all list items */
    float: left;
    display: block;
    position: relative;
    list-style-image: none;
    list-style: none;
}
#navigation li .sub_nav { /* second-level lists */
    position: absolute;
    width: 200px;
     left: -999em; /*using left instead of display to hide menus because display: none isn't read by screen readers */
}
#navigation li ul li {
    clear: both;
    height: auto;
    float: none;
}
#navigation li ul a,
#navigation li ul a span {
    line-height: 18px;
    padding: 0;
    cursor: pointer;
}
* html #navigation li ul a,
* html #navigation li ul a span {
    float: none;
}


#navigation li ul ul { /* third-and-above-level lists */
    display: none;
}
#navigation li:hover {
}
#navigation li:hover .sub_nav .sub_nav, 
#navigation li.hover .sub_nav .sub_nav {
    left: -999em;
}
#navigation li:hover .sub_nav, 
#navigation li li:hover .sub_nav, 
#navigation li.hover .sub_nav, 
#navigation li li.hover .sub_nav,
#navigation li li.hover .sub_nav iframe { /* lists nested under hovered list items */
    left: auto;
}



#navigation{
    /*min-height: 30px;*/
}
#navigation_inner {
}
#navigation li {
    margin-top: 25px;
    height: 30px;
    line-height: 30px;
    position: relative;
}

#navigation a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    text-decoration: none;
    /*background: url(images/nav/nav_inset_left_light.png) 0 0 no-repeat;*/
}
* html #navigation a {
    background: none;
}
* html #navigation a span {
    background: none;
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav/nav_inset_left_light.png', sizingMethod='crop');*/
}
#navigation a span {
    height: 22px;
    padding-top: 18px;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 1%;
}
#navigation li:hover {
    /*background: url(images/nav/hover_bg.png) 0 0 repeat-x !important;*/
}
#navigation li:hover a {
    background-color: gray;
}
#navigation li.hover a {
    color:white;
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav/hover_bg.png', sizingMethod='scale');*/
}

#navigation li li {
    background: none !important;
}
#navigation li li a span {
    padding: 0;
    height: auto;
    background: none !important;
}

#navigation li.current,
body.services #navigation li.nav_services,
body.company #navigation li.nav_company,
body.products #navigation li.nav_products,
body.partners #navigation li.nav_partners,
body.support #navigation li.nav_support,
body.contact #navigation li.nav_contact,
body.careers #navigation li.nav_careers {
    /*background: url(images/nav/current_bg.png) 0 0 repeat-x;*/
}
#navigation li.current a span,
body.services #navigation li.nav_services a span,
body.company #navigation li.nav_company a span,
body.products #navigation li.nav_products a span,
body.partners #navigation li.nav_partners a span,
body.support #navigation li.nav_support a span,
body.contact #navigation li.nav_contact a span,
body.careers #navigation li.nav_careers a span {
    /*background: url(images/nav/nav_inset_left_light.png) 0 bottom no-repeat;*/
    color: white;
}
* html #navigation li.current a,
* html body.services #navigation li.nav_services,
* html body.company #navigation li.nav_company,
* html body.products #navigation li.nav_products,
* html body.partners #navigation li.nav_partners,
* html body.support #navigation li.nav_support,
* html body.contact #navigation li.nav_contact,
* html body.careers #navigation li.nav_careers {
    background: none;
}
* html #navigation li.current a,
* html body.services #navigation li.nav_services a,
* html body.company #navigation li.nav_company a,
* html body.products #navigation li.nav_products a,
* html body.partners #navigation li.nav_partners a,
* html body.support #navigation li.nav_support a,
* html body.contact #navigation li.nav_contact a,
* html body.careers #navigation li.nav_careers a {
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav/current_bg.png', sizingMethod='scale');*/
    background: none;
}
* html #navigation li.current a,
* html body.services #navigation li.nav_services a span,
* html body.company #navigation li.nav_company a span,
* html body.products #navigation li.nav_products a span,
* html body.partners #navigation li.nav_partners a span,
* html body.support #navigation li.nav_support a span,
* html body.contact #navigation li.nav_contact a span,
* html body.careers #navigation li.nav_careers a span {
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav/nav_inset_left_light.png', sizingMethod='crop');*/
    background: none;
}
* html body.services #navigation li.hover a,
* html body.company #navigation li.hover a,
* html body.products #navigation li.hover a,
* html body.partners #navigation li.hover a,
* html body.support #navigation li.hover a,
* html body.contact #navigation li.hover a,
* html body.careers #navigation li.hover a {
    /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav/nav_inset_left_light.png', sizingMethod='crop');
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav/hover_bg.png', sizingMethod='scale');*/
} 


#navigation li:hover a span {
    background: none;
}

* html #navigation li.hover a {
    float: left;
}
#navigation li {
    margin-left: 6px;
    margin-right: 0;
}
#navigation .sub_nav a {
    padding: 5px;
    margin: 0;
}
#navigation li:hover .sub_nav a,
#navigation li.hover .sub_nav a {
    color: white !important;
    background: none !important;
}
* html #navigation li.hover .sub_nav a {
    float: none;
}
#navigation .sub_nav li {
    display: block;
    float: none;
    margin: 3px;
    /*background: url(images/nav/subnav_item_sep.png) 0 bottom no-repeat !important;*/
}
#navigation .sub_nav ul {
    padding-top: 5px;
    width: 200px;
    padding: 0;
}
#navigation .sub_nav {
    width: 200px;    
    z-index: 9999;
    clear: both;
    background-color: gray;
    /*border-bottom: 1px solid #111;*/
    margin-left: 0px;
}
#navigation li:hover .sub_nav li,
#navigation li.hover .sub_nav li {
    margin: 0px;
    padding: 3px;
}
#navigation li:hover .sub_nav a,
#navigation li.hover .sub_nav a {
    background: none;
}
#navigation li:hover .sub_nav a:hover,
#navigation li.hover .sub_nav a:hover {
    background-color: #363636 !important;
}

/* @group IE6 Crap */

* html .sub_nav {
    position: relative;
}
* html .sub_nav li {
}
* html #navigation .sub_nav ul,
* html #navigation .sub_nav {
    background: none;
}
/* this hack allows the nav stay activated over text areas */
* html #navigation .sub_nav {
    /* Don't remove this reference to transparent gif...it makes the menu work in IE6 */
    /*background: url(images/transparent.gif) 0 0 no-repeat;*/
}
/** html #navigation .sub_nav .deco_middle {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/nav/sub_nav_bg.png', sizingMethod='scale');        
    position: absolute;
    top: 1px;
    left: 0;
    bottom: auto;
    right: auto;
    width:expression(this.parentNode.clientWidth + "px");
    height:expression((this.parentNode.offsetHeight) + "px");
}

* html #navigation .sub_nav .deco_bottom{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/style/images/nav/sub_nav_bottom.png', sizingMethod='crop');            
    width:expression(this.parentNode.clientWidth + "px");
    height: 15px;
    position: absolute;
    bottom: 0;
    left: -2px;
}*/