﻿/* <![CDATA[ */
/*STANDARD SETUP STUFF - DO NOT REMOVE/EDIT!*/
.navTop a, .navLeft a { display:block;width:auto;}
/* * html .level1 .navTop a,* html .navLeft a {width:100%;}IE ONLY*/
.navTop table, .navLeft table {width:100%;}
.navTop table.level2 {width:auto;}/*to stop next level stretching the entire page*/
* html .navTop table.level2 {width:100%;}/*IE ONLY - to override stretch above*/
.navTop {
    clear:both;z-index:1;position:relative;
    display: none;
}
.navTop table.level2 {
    position: absolute;
}

/*NAVTOP*/
/*hide navTop*/
.navTop {display:none;}

/*NAVLEFT*/
.navLeft {margin-left: 0px;}
.navLeft table.level0 {padding-top: 20px}
.navLeft a, .navLeft a:hover {text-decoration: none; }
.navLeft a:visited {text-decoration: none; color: #666666;}
.navLeft .level1  {font-size: 12px; }
.navLeft .level1 a { color: #666666; font-weight: 300;  font-size: 12px;line-height:15px; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 25px;}
.navLeft .level1 a:hover { background-image: url("../images/nav_left.gif"/*tpa=http://www.composites-europe.com/images/nav_left.gif*/); color: #f08a00; background-repeat: no-repeat;}

.navLeft .cell-selected {
    background-image: url("../images/nav_left.gif"/*tpa=http://www.composites-europe.com/images/nav_left.gif*/);
    background-repeat: no-repeat;
    padding-bottom: 5px;
    border-top: 1px solid #f08a00;
    border-bottom: 1px solid #f08a00;
}
.navLeft .cell-current {
    /*background-color: #FFFFFF;*/
    background-image: url("../images/nav_left.gif"/*tpa=http://www.composites-europe.com/images/nav_left.gif*/);
    background-repeat: no-repeat;
}
.navLeft .cell-current a, .navLeft .cell-selected a {
    color: #f08a00;
    font-weight: bold;
}
.navLeft .cell-current a:hover, .navLeft .cell-selected a:hover {
    background-image: none;
}

/*--------------NAVLEFT - LEVEL 2 ----*/

.navLeft .level2 a {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 25px;
    font-size:11px;
    border: none;
    font-weight: 300;
    line-height: 15px;
    color: #666666;
    font-weight: 300;
}
.navLeft .level2 a:hover {
    background-image: none;
    font-weight: bold;
    color: #f08a00; 
}
.navLeft .level2 .cell-selected, .navLeft .level2 .cell-current {
    background-image: none;
    padding-bottom: 0px;
    border: 0px;
    font-weight: bold;
    }
.navLeft .level2 .cell-selected a, .navLeft .level2 .cell-current a {
    color: #666666;
    font-weight: bold;
}

.navLeft .level3 a {
    padding-left: 50px;
}
.navLeft .level4 a {
    padding-left: 60px;
}

/*NAVBREADCRUMB*/
.navBreadcrumb {
    display: none;
    float: left;
}
.navBreadcrumb ul {
    margin: 0;
    padding: 0;
}
.navBreadcrumb li {
    padding-left: 12px;
    padding-right: 2px;
    display: inline;
    list-style-type: none;
    background: url("../images/stylesheets/chevron.gif"/*tpa=http://www.composites-europe.com/images/stylesheets/chevron.gif*/) left center no-repeat;
}
.navBreadcrumb li.level1 {
    padding-left: 0;
    background-image: none;
}
/* ]]> */