/*------------------------ Menu -------------------------*/
	  

#dvtopcontainer #dvnavicontainer
{
float:right;
width:395px;
font-size:0px;
margin:0px;
padding:0px 0px 0px 0px;
}
#dvnavicontainer img
{
float:left;
font-size:0px;
margin:0px;
padding:0px 0px 0px 0px;
}

    #tabs1 {
      float:left;
      font-size:14px;
      line-height:normal;
	  font-family: georgia, times, serif;
	  font-weight: normal;
	  text-transform: uppercase;
	  padding:0px;
	  padding-top:5px; 
	  height:26px;
	  margin:0px;
	  
	   /*   height:100%;Fix for MSIE peekaboo bug */
	 
      }
    #tabs1 ul {
	  margin:0;
	 list-style:none;
	  float:left;
	 padding:0px;
      }

    #tabs1 li {
      display:inline;
      margin-right:20px;
      padding:0;
	  voice-family:"\"}\"";
	  line-height:16px;
	  height:25px;
	  float:left;
      }

    #tabs1 a, 
    #tabs1 a:link, 
    #tabs1 a:active,
    #tabs1 a:visited {
    float:left;
	color: #fff; 
	font-weight: bold;
	text-decoration: none; 
	padding:0;
	}

    #tabs1 a:hover {
	color: #fff;
	text-decoration: none;
	}
	  
    #tabs1 a span {
      float:left;
      display:block;
      padding:0px 9px 6px 0px; 
	  voice-family:"\"}\"";
      }
    #tabs1 a:hover span,
    #tabs1 a:hover,
    #tabs1 #current a,
      #tabs1 #current a span {
	  color: #000;
	  text-decoration: none;
      }

    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs1 a span {float:none;}
