/* CSS Document */
.topMenu {width:712px; height:32px; position:relative; z-index:100; font-family:tahoma,sans-serif;text-transform:uppercase;}
/* hack to correct IE5.5 faulty box model */
* html .topMenu {width:710px; w\idth:715px; }
/* remove all the bullets, borders and padding from the default list styling */
.topMenu ul {padding:0;margin:0;list-style-type:none;margin-top:4px;}
.topMenu ul ul {width:120px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown topMenu positon */
.topMenu li {float:left;width:112.5px;position:relative;}
/* style the links for the top level */
.topMenu a, .topMenu a:visited {display:block;font-size:10px;font-weight:normal;letter-spacing:1px;text-decoration:none; color:#fff; width:138px; height:24px;  background:#908455; padding-left:10px; line-height:29px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .topMenu a, * html .topMenu a:visited {width:149px; w\idth:109px;}

/* style the second level background */
.topMenu ul ul a.drop, .topMenu ul ul a.drop:visited {background:#d4d8bd url(http://www.cssplay.co.uk/topMenus/breadcrumbs/grey-arrow.gif) no-repeat 130px center;}
/* style the second level hover */
.topMenu ul ul a.drop:hover{background:#c9ba65 url(http://www.cssplay.co.uk/topMenus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
.topMenu ul ul :hover > a.drop {background:#c9ba65 url(http://www.cssplay.co.uk/topMenus/breadcrumbs/blue-arrow.gif) no-repeat 130px center;}
/* style the third level background */
.topMenu ul ul ul a, .topMenu ul ul ul a:visited {background:#e2dfa8;}
/* style the third level hover */
.topMenu ul ul ul a:hover {background:#b2ab9b;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.topMenu ul ul {visibility:hidden;position:absolute;height:0;top:20px;left:0; width:149px;}
/* another hack for IE5.5 */
* html .topMenu ul ul {top:30px;t\op:25px;}

/* position the third level flyout topMenu */
.topMenu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout topMenu for a left flyout */
.topMenu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.topMenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.topMenu ul ul a, .topMenu ul ul a:visited {background:#d4d8bd; color:#000; height:auto; line-height:1em; padding:5px 10px; width:128px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .topMenu ul ul a, * html .topMenu ul ul a:visited {width:150px;w\idth:128px;}

/* style the top level hover */
.topMenu a:hover, .topMenu ul ul a:hover{color:#000; background:#b7d186;}
.topMenu :hover > a, .topMenu ul ul :hover > a {color:#000; background:#b7d186;}

/* make the second level visible when hover on first level list OR link */
.topMenu ul li:hover ul,
.topMenu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.topMenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.topMenu ul :hover ul :hover ul{ visibility:visible;}
table.productImg 
{
margin-bottom:30px;
}
table.productImg td.active 
{
vertical-align:bottom;
}
table.productImg td.active div.brand
{
text-decoration:none;
}
table.productImg td.active:hover div.brand
{
text-decoration:underline;
}
table.productImg th
{
padding-top:30px;
}
div.brand
{
font-size:11px;
}
