/* 
    Document   : division_steel_en
    Created on : 10.04.2012, 13:59:31
    Author     : pli
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

#subNavigation li.title {
    display: none;
}

#subNavigation li {
    margin-right: 16px;
}

#segments li.seg {
    height: auto;
    line-height: 22px;
    margin-top: 14px;
}

#segments li.seg .border {
    margin-top: 14px;
}

#segments li.seg.first:hover {
    padding-top: 13px;
    margin-top: 0px;
    height: auto;
	line-height: 22px;
}

#segments li.seg:hover.heading,
#segments li.seg.heading {
    border: 0;
    width: 260px;
    font-size: 18px;
    padding-left: 10px;
    background: none;
    color: #666666;
    height: auto;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}

#segments li.seg:hover {
    border: 1px solid #c6c7c8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 19px;
    width: 259px;
    line-height: 22px;
    height: auto;
    padding-bottom: 14px;
    padding-top: 14px;
    margin-top: -1px;
    background-color: #e3e4e5;
    behavior: url(/extension/current_design/design/em_plain_site/javascript/pie.htc);
}

#segments li.seg a {
    position: relative;
    
}

#segments li.seg a:hover {
    text-decoration: none;
}

