/******************************************
Layer 227 Inc. leftnavigation.css

Styles for the left navigation of
secondary and tertiary webpages.

******************************************/
#leftnav {
width: 180px;
margin: 0px;
border-size: 1px;
font-size: 11px;
}

#leftnav h2 {
margin: 0px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-bottom-color: #FFFFFF;
font-size: 11px;
color: #FF6600;
text-transform: uppercase;
padding: 7px 10px;
}

#leftnav ul {
border: 0;
margin: 0;
padding: 0;
font-size: 11px;
}

#leftnav ul li {
display: block;
padding: 0;
margin: 0;
}

#leftnav ul li a {
border-bottom: 1px solid #ffffff;
display: block;
height: 30px;
line-height:30px;
width: 170px;
background: #EDF2F8;
text-decoration: none;
color: #000066;
font-weight: bold;
list-style-type: none;
padding-left: 10px;
}

#leftnav ul li a:hover {
background: #CFD7E2;
color: #FF6600;
}


div#nav_company a#company,
div#nav_missionstatement a#missionstatement,
div#nav_careers a#careers,
div#nav_contactus a#contactus,
div#nav_services a#services,
div#nav_training a#serv.training,
div#nav_security a#security,
div#nav_consulting a#consulting,
div#nav_assessment a#assessment,
div#nav_training a#training,
div#nav_schedule a#schedule,
div#nav_register a#register,
div#nav_securityalerts a#securityalerts,
div#nav_links a#links,
div#nav_news a#news,
div#nav_newsarchives a#newsarchives,
div#nav_events a#events
{
background: #CFD7E2;
}
