/*  

Theme Name: Deepest_Blue / Doug's
Front page CSS

*/

.show1 .dot2, 
.show1 .dot3, 
.show1 .dot4, 
.show1 .dot5, 
.show1 .dot6, 
.show1 .dot7, 
.show1 .dot8, 
.show1 .dot9, 
.show1 .dot10 {
display:none;
}

.show2 .dot3, 
.show2 .dot4, 
.show2 .dot5, 
.show2 .dot6, 
.show2 .dot7, 
.show2 .dot8, 
.show2 .dot9, 
.show2 .dot10 {
display:none;
}

.show3 .dot4, 
.show3 .dot5, 
.show3 .dot6, 
.show3 .dot7, 
.show3 .dot8, 
.show3 .dot9, 
.show3 .dot10 {
display:none;
}

.show4 .dot5, 
.show4 .dot6, 
.show4 .dot7, 
.show4 .dot8, 
.show4 .dot9, 
.show4 .dot10 {
display:none;
}

.show5 .dot6, 
.show5 .dot7, 
.show5 .dot8, 
.show5 .dot9, 
.show5 .dot10 {
display:none;
}

.show6 .dot7, 
.show6 .dot8, 
.show6 .dot9, 
.show6 .dot10 {
display:none;
}

.show7 .dot8, 
.show7 .dot9, 
.show7 .dot10 {
display:none;
}

.show8 .dot9, 
.show8 .dot10 {
display:none;
}

.show9 .dot10 {
display:none;
}


div#frontmenu {
    width: 500px;
    height: 87px;
    padding: 0;
    background-color:#041828; 
 
    margin: 5px auto 15px auto;
  border-left: 1px solid #7da5b1;
  border-top: 1px solid #7da5b1;

}

div#frontmenu a {
    text-align: center;

   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size : 12px;
   font-weight: bold;
    line-height: 14px;


 margin: 2px 2px 2px 2px;
  float: left;
  padding: 5px 0px 0px 0px;
  display: block;
    width: 120px;
    height: 35px;
  border-right: 1px solid #7da5b1;
   background: url(images1/menufront0.gif) no-repeat center top;
   color: #eeeeee;
}

div#frontmenu a span {
  padding: 7px 0px 0px 0px;
  display: block;
}


div#frontmenu a:hover {
   background: url(images1/menufront1.gif) no-repeat center top;
    text-decoration: none;
}


