.topNavLeft
{
    clear:both;
    width:14px;
    height:37px; 
    background-image:url(images/topNavLeft.png);
    float:left;    
    position:absolute;
    left:0px;
    top:0px;
}

.topNavRight
{
    width:14px;
    height:37px; 
    background-image:url(images/topNavRight.png);
    float:left;    
    position:absolute;
    right:0px;
    top:0px;
}

.topNavCt
{   
    width:747px;    
    line-height:40px;
    height:40px; 
    background-image:url(images/tapNavBg.png);
    float:left;    
    position:relative; 
	z-index:99;       
}

.topNavActive
{
    background-image:url(images/topNavBgActivex.png);
}

#nav, #nav ul {
	padding: 0;
	margin: 0 0 ;
	list-style: none;
}

#nav a {
	display: block;
	width: 135px;
	text-align:center;
	margin:0px 5px 0px 5px;
    text-decoration:none;
    color:#ffffff;
    font-weight:bold;
	font-size:12px;
    cursor:pointer;
}

#nav a:hover {
	display: block;
	width: 135px;
	background-image:url(images/topNavBgActivex.png);
    text-decoration:underline;    
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 135px;
	left: -999em;
	background-color:#005EA4;
	margin: 0px 5px 0px 5px;	
}

#nav li ul li, #nav li ul li a
{
    margin:0px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/**  sticky fix for ie7  **/
 .ie7 #nav li:hover, #nav li.hover {  
   position: static;  
 }
body
{
  background-image: url("images/cbb_bg.gif"); 
  background-repeat: repeat-y;
  background-position: center center;
  font-family: verdana;
  font-size: 12px;
}

table, td
{
  font-family: arial;
  font-size: 13px;
}

.small
{
  font-family: verdana;
  font-size: 11px;
  color: #666666;
}

.main
{
  font-size: 12px;
  color: #666666;
  line-height: 20px;
  font-family: verdana;
  
}

.menu
{
  font-family: verdana;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: normal;
}

.medium
{
	font-family: verdana;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #333333;
	line-height: 18px;
	
}

a:link
{
  text-decoration: none;
  color: #005997;
}

a:visited
{
  text-decoration: none;
  color: #005997;
}

a:hover
{
  text-decoration: underline;
  color: #000000;
}

a:link.menu
{
  text-decoration: none;
  color: #FFFFFF;
}

a:visited.menu
{
  text-decoration: none;
  color: #FFFFFF;
}

a:hover.menu
{
  text-decoration: none;
  color: #000000;
}

.xsmall
{
  font-family: verdana;
  font-size: 9px;
  color: #666666;
  line-height: normal;
}

.xmain
{
	font-size: 14px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;

}

h1
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #0067B4;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: normal;
}

.head
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #025AA1;
  font-weight: bold;
  letter-spacing: -1px;
}

.dropdown
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: -1px;
}

