#cllc_corp_header,
#cllc_corp_footer,
#cllc_corp_header a,
#cllc_corp_footer a {
    color:              #959595;
    font-family:        "Lucida Grande", Arial, sans, _sans;
    font-size:          12px;
    font-weight:        bold;
    text-decoration:    none;
    }
    
#cllc_corp_header {
    border-top:         10px solid #5e5555;
    }

    #cllc_corp_header .cllc_corp_col {
        position:           relative;
        height:             135px;
        }
	#cllc_corp_header #header_logo {
		position:           absolute;
		left:               0px;
		top:                30px;
		}
    #cllc_corp_header .menu {
        position:           absolute;
        padding:            0px;
        margin:             0px;
        top:                90px;
        left:               0px;
        cursor:             pointer;
        z-index:100;
        }
    #cllc_corp_header .menu h4 {
        font-size:          15px;
        text-transform:     uppercase;
        margin:             0px 3px 0 0;
		padding:            8px;
        }
        
    #cllc_corp_header .menu h4 a {
        font-size:          15px;
        color:              #707070;
        font-weight:        normal;
        }
        
    #cllc_corp_header .menu h4.active {
		background: transparent url('/img/header_active_menu.gif') no-repeat scroll center bottom;
        }

    #cllc_corp_header .menu li {
        color:              #707070;
		display:            block;
        list-style:         none;
        float:              left;
		padding:            0 7px 0 30px;
        }

    #cllc_corp_header .menu li:hover h4,
    #cllc_corp_header .menu li.over h4,
    #cllc_corp_header .menu li:hover h4 a,
    #cllc_corp_header .menu li.over h4 a {
        background:             #3a3a3a;
        color:                  #ffffff;
        }

        #cllc_corp_header .menu li ul {
            display:            none;
            position:           absolute;
            padding:            5px;
			overflow:			hidden;
            margin:             0px;
            background:         #ffffff;
            border:             2px solid #3a3a3a;
            width:              250px;
            z-index:            10;
            }

        #cllc_corp_header .menu li li {
            padding:            7px;
            margin:             0px;
            list-style:         none;
            float:              none;
            border-top:         1px solid #e1e1e1;
            }
            
        #cllc_corp_header .menu li li:first-child {
            border-top:         1px solid transparent;
            }
            
            #cllc_corp_header .menu li:hover li:hover,
            #cllc_corp_header .menu li.over li:hover {
                background:     #e5f8fb;
                }

            #cllc_corp_header .menu li li a {
                margin:             0;
                padding:            0 0 5px;
                width:              140px;
                color:              #262d34;
                font-size:          13px;
                display:            block;
                }

            #cllc_corp_header .menu li li p {
                margin:             0;
                padding:            0;
                font-weight:        normal;
                }

	#cllc_corp_header #sub_nav {
        position:        absolute;
        right:           0;
		}
		
		#cllc_corp_header #sub_nav li {
			float:        left;
			height:20px;
			line-height:20px;
			}
			
			#cllc_corp_header #sub_nav li a {
				display:       block;
				padding:       3px 6px;
				font-size:     10px;
				}
				
			#cllc_corp_header #sub_nav li#contact_nav a {
				background:      transparent url('/img/contact_nav.gif') no-repeat scroll right center;
				padding-right:   15px;
				margin-right:    2em;
				}

			#cllc_corp_header #sub_nav li input {
				width:         100px;
				background:    white url('../images/search_bg.gif') no-repeat scroll 98% center;
				border:        1px solid #555;
				padding:       2px;
				margin:        5px 10px 5px 0px;
				font-size:     9px;
				font-weight:   bold;
				color:         #959595;
				}
			
			#cllc_corp_header #sub_nav li sup{
				font-size:6px;
			}
			
			#cllc_corp_header #sub_nav li.padtop{
				padding-top:0px;
			}
			

