.nav {
    margin-top:0px;
    padding: 0px; 
  	/*border-bottom: #198CFF 1px solid;*/
	overflow: hidden;
}

.nav ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
    
.nav li {
	float: left;
	margin: 0;
	padding-left: 2px; /*teeth gap*/
}
    
.nav a {
	text-decoration: none;
	display: block;
	background: #F3F3F3;
	color: #0000FF;
	float: left;
	text-align: center;
	border-top: #0000FF 1px solid;
	border-left: #0000FF 1px solid;
	border-right: #0000FF 1px solid;
	margin-top: 6px;
	height: 43px; /* nav height - nav a border top - margin-top*/  
	font-size: 20px;/*16*/
}
	
.nav a:hover {
	background: #FAFAFA;
	margin-top: 3px;
	height: 46px;  /* nav height - nav a border top - margin-top*/   
}
	
.nav .selected {
    border: 0px;
}
	
.nav .selected a {
	background: #FFFFFF;
	color: black;
	font-weight: bold;
	height: 49px;  /* nav height - nav a border top */
	margin-top: 0px;
}
  
.nav p {
    margin-top: 24px;
    padding-left: 6px;
    padding-right: 6px;
}
  
.nav div.line {
	display: block;
	float: left;
    margin: 0px;
    padding: 0px;
    height: 16px;
    font-size: 0; /*ie fix*/
	width: 100%;
} 

.nav img {
    height: 22px;
    width: 22px;
    float: left;
    border: 0px;
}


