#productMenu {
margin: 0 auto;
margin-top: 10px;
}

#productMenu:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

#productMenu ul {
list-style: none;
padding: 0;
margin: 0 auto;
text-align: center;
}
* html #productMenu ul {margin-left: 5px;}
*+html #productMenu ul {margin-left: 5px;}

#productMenu li {
margin: 0 5px 0 0;
background: url(../images/productMenu/MenuBg.gif) 0 0 repeat-x;
height:35px;
line-height: 35px;
padding: 4px 5px;
display: inline;
border:1pt solid #cc0033;
text-align: center;
}
* html #productMenu li {height:25px; line-height: 25px; padding: 0px 5px;}
*+html #productMenu li {height:25px; line-height: 25px; padding: 2px 5px;}

#productMenu a {
display: inline;
text-decoration: none;
text-align: center;
background: url(../images/productMenu/MenuBg.gif) 0 0 repeat-x;
color: #fff;
font-weight: bold;
}

#productMenu .current a {
background: url(../images/productMenu/navbackc.gif) 0 0 repeat-x;
}

#productMenu a:hover {
/*background: url(../images/productMenu/navbackh.gif) 0 0 repeat-x;*/
color: #fbf9d9;
text-decoration: underline;
}
* html #productMenu a:hover {height: 25px; line-height: 25px;}
*+html #productMenu a:hover {height: 25px; line-height: 25px;}
