﻿

#nav {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-size: 13px;
  background-color: #055592;
  text-align: left;
  height: 1.5em;

}

#nav table { 
  height: 1.2em;

}


#nav ul li.sel {
  background-color: #fff;

}

#nav ul li.sel a {
  background-color: #fff;
  color: #42587a;
  border-bottom: 3px solid #fff;
  border-top: 1px solid #fff;
  
}



#nav ul li.sel li a {
  background-color: #055592;
  color: #fff;
  border-bottom: 0;
  border-top: 0;
    
}

#nav ul li a {
  background-color: #055592;
  color: #fff;
  text-decoration: none;
  padding: 0;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  padding-left: 0.75em;
  padding-right: 0.75em;
 
}



#nav ul li ul li a {
  margin: 0 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;

}

#nav ul { /* all lists */
        padding: 0;
        margin: 0;
        list-style: none;
  height: 1em;

}



#nav li { /* all list items */
        float: left;
  display: inline;
        position: relative;
        font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  background-color: #055592 ! important;
  white-space: nowrap;
  height: 2em;
  line-height: 2em;
  margin: 0;
  padding: 0;
  border-right: 1px solid white;
  
}

#nav ul li ul li {
  float: none;
  display: block;
  width: 15em;
  border-top: 1px solid white;
  height: 2em;
  margin: 0;
  padding: 0;
  
}

#nav ul li ul { /* second-level lists */
        position: absolute;
        display: none;
  top: 2em;
        left: -1.5em;
  
}

#nav ul li>ul { 
  /* to override top and left in browsers other than IE, which
  will position to the top right of the containing li, rather
  than bottom left */
  top: 2em;
        left: 0em;
}

#nav li:hover ul { /* lists nested under hovered list items */
        display: block;
  
}

#nav li:active ul { /* lists nested under hovered list items */
        display: block;
  
}

#nav ul li.over ul { /* lists nested under hovered list items */
        display: block;

}

#nav ul li.over ul a {
  background-color: #055592;
  color: #fff;
    
}

#leftthumblist {
  padding-left: 100px;
}

#leftthumblist h1 {
  padding-top: 2em;
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
  margin-left: 0;
  margin-right: 1px;
  line-height: 120%;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  background: #fff no-repeat bottom left;

}

#leftthumblist p {
  line-height: 160%;
  margin-top: 0.2em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 1px;
  padding-bottom: 0.1em;
  padding-right: 10px;

}

#leftthumblist .txt 
{
 font-size: 66%;
  line-height: 160%;
  margin-top: 0.2em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 1px;
  padding-bottom: 0.1em;
  padding-right: 10px;

}

#leftthumblist .pricetable
{

 font-size: 66%;
 border-width:1px;
 border-color:Black;
 border:1px solid #666;


 
}

#leftthumblist .pricetable .tdLeft
{
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	padding: 2px 2px 2px 2px;
	

	
}
#leftthumblist .pricetable .tdRight
{
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	padding: 2px 2px 2px 2px;
	
}





