/* OTHER DUKES - HEADER BAR CSS MENU */

#headerotherdukes {
float:left;
margin:0px 10px 10px 10px;
width:235px;
}

#headerotherdukes ul li {
list-style-type:none;
margin:0px 0px 0px 0px;
}

#otherduke {
margin-top:10px;
}

/*  DUKE OF SOMERSET */

#headerotherdukes .somerset {
float:left;
}

#headerotherdukes .somerset a {
   background: url('../../assets/img/header_images/dukelogos_light_04.gif') 0 0 no-repeat;
   margin-top:10px;
   width:37px;
   height:42px;
   overflow:hidden;
display:block;
   }
   
#headerotherdukes .somerset a:hover {   
background: url('../../assets/img/header_images/dukelogos_dark_04.gif') 0 0 no-repeat;
   }
   
   /*  DUKE OF KENT */

#headerotherdukes .kent {
float:left;
}

#headerotherdukes .kent a {
   background: url('../../assets/img/header_images/dukelogos_light_05.gif') 0 0 no-repeat;
   margin-top:10px;
   width:37px;
   height:42px;
   overflow:hidden;
display:block;
   }
   
#headerotherdukes .kent a:hover {   
background: url('../../assets/img/header_images/dukelogos_dark_05.gif') 0 0 no-repeat;
   }
   
   /* DUKE OF YORK */

#headerotherdukes .york {
float:left;
}

#headerotherdukes .york a {
   background: url('../../assets/img/header_images/dukelogos_light_06.gif') 0 0 no-repeat;
   margin-top:15px;
   margin-left:7px;
   width:50px;
   height:42px;
   overflow:hidden;
display:block;
   }
   
#headerotherdukes .york a:hover {   
background: url('../../assets/img/header_images/dukelogos_dark_06.gif') 0 0 no-repeat;
   }
   
   /* DUKE OF WESTMINSTER */

#headerotherdukes .westminster {
float:left;
}

#headerotherdukes .westminster a {
   background: url('../../assets/img/header_images/dukelogos_light_08.gif') 0 0 no-repeat;
   margin-top:10px;
   width:38px;
   height:42px;
   overflow:hidden;
display:block;
   }
   
#headerotherdukes .westminster a:hover {   
background: url('../../assets/img/header_images/dukelogos_dark_08.gif') 0 0 no-repeat;
   }
   
   /*  DUKE OF RICHMOND */

#headerotherdukes .richmond {
float:left;
}

#headerotherdukes .richmond a {
   background: url('../../assets/img/header_images/dukelogos_light_07.gif') 0 0 no-repeat;
   margin-top:10px;
   width:36px;
   height:42px;
overflow:hidden;
display:block;
   }
   
#headerotherdukes .richmond a:hover {   
background: url('../../assets/img/header_images/dukelogos_dark_07.gif') 0 0 no-repeat;
   }
   
   /*  DUKE OF DEVON */

#headerotherdukes .devon {
float:right;
}

#headerotherdukes .devon a {
   background: url('../../assets/img/header_images/dukelogos_light_03.gif') 0 0 no-repeat;
   width:29px;
   height:52px;
   overflow:hidden;
display:block;
   }
   
#headerotherdukes .devon a:hover {   
background: url('../../assets/img/header_images/dukelogos_dark_03.gif') 0 0 no-repeat;
   }