#navigationColumn {
  float:left;
  width:185px;
  _width:175px;
  margin-top:15px;
}

#navigationColumn a {
color:#666666;
}

#navigationColumn a:hover {
	color: #1d7fa1;
	text-decoration: underline;
}

#navigationMaster {
  margin-bottom:10px;
}

.navBold { 
    color:Red;
}

.navigationPanel {
  width:170px;
  _width:160px;
}

.navigationPanel li {
	color:#666666;
}

.navigationSectionOrange {
  background-color:#FFFFFF;
  border:1px solid #F99D1C;
  width:150px;
  margin-left:8px;
}

.navigationSectionBland {
  background-color:#FFFFFF;
  border:none;
  border:1px solid red;
  width:150px;
  margin-left:8px;
}

.navigationSectionBlue {
  background-color:#FFFFFF;
  border:1px solid #1D7FA1;
  width:150px;
  margin-left:8px;
}

.navigationSectionGreen {
  background-color:#FFFFFF;
  border:1px solid #B6AF12;
  width:150px;
  margin-left:8px;
}

.navigationBreakOrange {
  background: url(../images/horz_bar_fault.jpg); 
  width:150px; 
  height:7px;
  overflow:hidden;
  margin: 10px 0px 5px 0px;
  
}

.navigationBreakGreen {
  background: url(../images/horz_bar_config.jpg) right top; 
  width:150px; 
  height:7px;
  overflow:hidden;
  margin: 10px 0px 5px 0px;
}

.navigationBreakBlue {
  background: url(../images/horz_bar_tools.jpg) right top; 
  width:150px; 
  height:7px;
  overflow:hidden;
  margin: 10px 0px 5px 0px;
}

.navigationBreakGrey {
  background: url(../images/horz_bar_grey.jpg) right top; 
  width:150px; 
  height:7px;
  margin: 10px 0px 5px 0px;
  overflow:hidden;
}

.navigationBlock {
  background:url(/images/caps/left_nav_bg.gif) repeat-y;
  padding:0 0px;
  width:188px;
  _margin-left:-10px;
}

.navigationBlock ul {
    font-size:12px;
    font-family:Arial;
    padding-left:3px;
    padding-bottom:20px;
    list-style-type:none;
}

/* Left navigation arrows fix for IE6 */
.navigationBlock ul li span, .navigationBlock ul li strong
{
	_position: relative;
}

.navigationHeader {
  overflow:hidden;
  margin-left:10px;
}

.navigationSection ul {
  margin-left:10px;
  line-height:20px;
}

.navigationSection li {
  line-height:14px;
}

.navigationSpacer {
  height:30px;
}

.shortSpacer {
	padding-bottom:4px;
}

.contentSpacer {
  height:10px;
}

#contentColumn {
  margin-left:192px;
  _margin-left:182px;
}

.horizontalRuleLeftNav
{
	letter-spacing:0;
	border-bottom:2px solid #999999;
	padding-bottom:3px;
	padding-top:5px;
	padding-left:-2px !important;
	padding-right:8px;
	margin-bottom:10px;
	width:160px;
	_width:150px;
}
a.globalNavHeader
{
    font-family:Arial;
    color:#666666;   
	font-weight: bold;
	font-size: 12px;
	line-height:14px;
	text-decoration:none;
	padding-left:13px;
	padding-top:16px;
	padding-bottom:5px
}
a.globalNavHeader:hover
{
	color: #1d7fa1;
	text-decoration:none;
}

a.HighlightLink
{
    font-weight:bold;
}

a.HighlightLink:hover
{
    font-weight:bold !important;
    text-decoration:none !important;
    color:#666666 !important;
    cursor:text !important;
}

div#contentColumn div#customerPortalLogoutPanel
{
	padding-left:5px;
	position:absolute;
	right:10px;
	top:0px;
}

div#contentColumn div#customerPortalLogoutPanel a.CustomerPortalLogoutLink
{
	text-decoration: underline;
	color: #1d7fa1;
}
