.product .menu { display: inline; float: left; margin-left: 10px; margin-right: 10px; width: 220px; }
.product .main { display: inline; float: left; margin-left: 10px; margin-right: 10px; width: 640px; }

.product .title { border-bottom: 1px solid #cfcfcf; margin-bottom: 0; padding-bottom: 20px; padding-left: 10px; padding-right: 10px; text-align: center; }
.product .main { margin-top: 15px; }
.product .menu { margin-left: 0; margin-right: 20px; }
.product .menu ul { list-style-type: none; }
.product .menu ul > li { background: url(../images/analog_ip_menu_bg.png) 0 0; border-bottom: 1px solid #cfcfcf; border-right: 1px solid #cfcfcf; height: 45px; margin: 0; text-align: right; }
.product .menu ul > li:hover { background-position: 0 -45px; }
.product .menu ul > li:hover > a { background-image: url(../images/product_menu_arrow_hover.png); }
.product .menu ul > li:last-child { border-bottom-right-radius: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; }
.product .menu ul > li > a { background: url(../images/product_menu_arrow.png) no-repeat right center; color: #2266b2; display: block; font-weight: bold; height: 45px; line-height: 45px; margin-right: 10px; padding-right: 20px; text-decoration: none; }
