
   /*font-style:italic; color:#9e7f56; text-align:center; margin:0px auto; vertical-align:middle; */
.menu {width:200px; font-size:12px;  font-family:Verdana, Arial, Helvetica, sans-serif;  position:relative; z-index:100; margin:0px auto; text-align:center; vertical-align:middle;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:200px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0;margin:0;list-style-type:none;}
.menu ul ul {}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left;;position:relative; border-left:2px solid #cfc1ae; border-right:2px solid #cfc1ae;}
.menu li.topli {float:left;position:relative; border:none;}
.itemnumber { font-size:10px; color:#de253b; }
.menu li.firstli {float:left;;position:relative; border-left:2px solid #cfc1ae; border-right:2px solid #cfc1ae; border-top:2px solid #cfc1ae;}
.menu li.bottomli {float:left;;position:relative; border-left:2px solid #cfc1ae; border-right:2px solid #cfc1ae; border-bottom:2px solid #cfc1ae;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:16px;text-decoration:none; color:#9e7f56;  height:30px; padding-left:6px; padding-right:3px; line-height:30px;  font-family:"Times New Roman", Times, serif; padding:0 3px 0 6px; }
.menu .left, .menu .left:visited {display:block;font-size:11px;text-decoration:none; color:#9e7f56;  height:30px; /*border:1px solid #000; border-width:1px 0 1px 1px;*/ background:#ffffff url(/wcsstore/pics/TroyBilt/topnav_divider_fade_left.gif) top left no-repeat; padding-left:6px;  padding-right:5px; line-height:29px;}
.menu .right, .menu .right:visited {display:block;font-size:11px;text-decoration:none; color:#9e7f56;  height:30px; /*border:1px solid #000; border-width:1px 0 1px 1px;*/ background:#ffffff url(/wcsstore/pics/TroyBilt/topnav_divider_fade.gif) top left no-repeat; padding-left:6px;  padding-right:6px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:179px;}



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

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

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

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

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {background:#ede9db; color:#000; height:auto; line-height:1em; padding:5px 5px; width:205px;border-width:0 1px 1px 1px;}
.menu ul ul .kids, .menu ul ul .kids:visited {background:#d7cfb7; color:#000; height:auto; line-height:1em; padding:5px 5px; width:80px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:205px;}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{color:#fff; background:#655239;}
.menu :hover > a, .menu ul ul :hover > a {color:#fff;background:#655239;}
.menu .kids:hover, .menu ul ul .kids:hover, .menu .left:hover, .menu ul ul .left:hover, .menu .right:hover, .menu ul ul .right:hover{color:#fff; background:#655239;}
.menu :hover > .kids, .menu ul ul :hover > .kids, .menu :hover > .left, .menu ul ul :hover > .left, .menu :hover > .right, .menu ul ul :hover > .right {color:#fff;background:#655239;}

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

.r21{ padding-top:20px;}
#cart_red {color:#de253b; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-size:12px;}
#cart_red_msg {color:#de253b; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-size:10px;}
#cart_grey {color:#999999; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-size:11px;}
#cart_black {color:#000000; font-family:Verdana, Arial, Helvetica, sans-serif; font-style:normal; font-size:11px; text-align:right;}
#cart_black #small { font-size:9px;}
#cart_black #big { font-size:18px; font-weight:bold;}

.redtext {color: red;}
