﻿#info {background:#f8f8f8; border:0;}

.shop_menu {width:580px; height:32px; position:relative; z-index:100; font-family: Calibri; z-index: 21;}
/* hack to correct IE5.5 faulty box model */
* html .shop_menu {width:970px; w\idth:970px;}
/* remove all the bullets, borders and padding from the default list styling */
.shop_menu ul {padding:0;margin:0;list-style-type:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.shop_menu li {float:left; position:relative;}
/* style the links for the top level */
.shop_menu a, .shop_menu a:visited { display:block; padding-top: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align:center; text-decoration:none; color:#000000; background-image: url('../images/menu_bg.jpg'); background-repeat: no-repeat; height: 22px; width: 116px;}
.shop_menu a:hover { 
    display:block; 
/*    padding-top: 10px; */
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 11px; 
/*    text-align:center; */
    text-decoration:none; 
/*    color:#000000; 
    background-image: url('../images/admin/menu_bg_hover.jpg'); 
    background-repeat: no-repeat; 
    height: 23px; 
    width: 96px;*/
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .shop_menu a, * html .shop_menu a:visited {width:149px; w\idth:138px;}

/* style the second level background */
.shop_menu ul ul a.drop, .shop_menu ul ul a.drop:visited { background-image:none; font-family: Arial, Helvetica, sans-serif; font-size:11px; text-align:left; background:#000000; color:#FFFFFF; height:auto; line-height:1em; padding:5px 10px; width:150px;
}
/* style the second level hover */
.shop_menu ul ul a.drop:hover{background-image:none; background-color: #000000; 
}
.shop_menu ul ul :hover > a.drop {background-image:none; background-color: #000000; 
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.shop_menu ul ul {visibility:hidden;position:absolute;height:0;top:30px;left:0; width:200px;}
/* another hack for IE5.5 */
* html .shop_menu ul ul {top:30px;t\op:31px;}

/* position the third level flyout menu */
.shop_menu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
.shop_menu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.shop_menu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.shop_menu ul ul a, .shop_menu ul ul a:visited {font-family: Arial, Helvetica, sans-serif; font-size:11px; text-align:left; background:#000000; color:#FFFFFF; height:auto; line-height:1em; padding:5px 10px; width:150px; background-image:none;}
/* yet another hack for IE5.5 */
* html .shop_menu ul ul a, * html .shop_menu ul ul a:visited {width:150px;w\idth:170px;}


/* make the second level visible when hover on first level list OR link */
.shop_menu ul li:hover ul,
.shop_menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.shop_menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.shop_menu ul :hover ul :hover ul{ visibility:visible;}

div.shop_menu {
	position: relative;
	min-height: 33px;
}
