<!--
#blogsearch {
   position: absolute;
	margin-left: 55%;
    color: #000;
	min-width: 250px;
   max-width: 400px;
   min-height: 40px;
   white-space: nowrap;
 padding-top:  0;
   padding: 10px;
    text-align: left;
    background:#f2f2f2;
	background-image : url('boxbg.jpg');
    border-bottom:solid #555555 2px;
  border-left:solid #555555 2px;
  border-right:solid #555555 2px;
border-top:solid #fff 1px;

    /* Do rounding (native in Firefox and Safari) */
  -moz-border-radius-bottomleft:3ex;
  -moz-border-radius-bottomright:3ex;
  -webkit-border-bottom-left-radius:3ex;
  -webkit-border-bottom-right-radius:3ex;
  font-size : 8pt; 
}
#blogsearch a{ 

font-size : 8pt; 
} 
 h2.slogan {padding: 5px; margin-left: 355px; margin-top: 20px;font-family: sans-serif; font-style:  italic; font-size:20px; color: #fff;font-weight: normal; position: absolute;}


#tnav
{
padding: 0;
height : 30px;
width : 99%; 
position:absolute;
	bottom:0;
min-width: 758px;
}

#tnav UL
{
margin: 0px;
height : 30px;
float: right;

}

#tnav li
{
list-style: none;
float: left;
width: 125px;
margin: 0;
height : 30px;
 -webkit-border-top-left-radius:10px;
  -webkit-border-top-right-radius:10px;
  -moz-border-radius-topleft:10px;
  -moz-border-radius-topright:10px;
  border-top:groove #555555 2px;
  border-left:groove #555555 2px;
  border-right:groove #555555 2px;
background: #fff;
background-image : url('http://www.my-genesis.com/i/images/tnavgreyfade1.png');
}

#tnav li a
{
margin: 0px;
padding-top: 4px;
display: block;
text-decoration: none;
color : #000;
 
font-size : 10pt;
font-weight : bold;
font-family : "Trebuchet MS", "verdana", serif;
text-align: center;
height : 26px;

}

#tnav li a:hover, #tnav a#current
{
background:#003366; 
padding-top: 8px;
  -webkit-border-top-left-radius:8px;
  -webkit-border-top-right-radius:8px;
  -moz-border-radius-topleft:8px;
  -moz-border-radius-topright:8px;
color: #003366;
background-image : url('http://www.my-genesis.com/i//images/tnavgreyfade2.png');
}




#tnav li.active
{

color : #000;
font-size : 9pt;
font-weight : bold;
font-family : "Trebuchet MS", "verdana", serif;
text-decoration : none;

}
//-->
