/* CSS Document */

/* Navigation */
.nav, .nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav {
    position: relative;
    z-index: 100;
	width: auto;
	font-family: arial, verdana, lucida, helvetica, sans-serif;
}
.nav li {
    position: relative;
  	float: left;
	padding: 0;
  	margin: 0;
}


/*Navigation*/

.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 9px;
	padding-left: 9px;
	color: #0f0f0f;
	text-transform: none;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	font-family: arial, verdana, lucida, helvetica, sans-serif;
	line-height: 24px;
	display: block;
	vertical-align: middle;
}


.nav li a:hover {
    height: 30px;
	color: #000;
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
	background-image: url(../amplifiers/common/r_fit_btn_on.jpg);
	background-repeat: no-repeat;
	height: 30px;
	color: #fff;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	background-image: url(../amplifiers/common/categoly_background.jpg);
	background-repeat: no-repeat;
	height: 28px;
	padding-top: 6px;
	color: #fff;
	text-align: left;
	text-indent: 10px;
	border: 1px solid #999999;
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
  	background-image: url(../amplifiers/common/categoly_background.jpg);
  	background-repeat: no-repeat;
	height: 28px;
	padding-top: 6px;
  	color: #000;
	text-align: left;
	text-indent: 10px;
	border: 1px solid #999999;
}


.nav ul {
    position: absolute;
	top: -999em;
  	margin: 0;
	list-style: none;
}
.nav li:hover ul,
.nav li.sfHover ul {
  	top: 30px;
}
.nav ul li {
    float: none;
  	border: 0;
}

.nav ul a {
	padding-right: 20px;
	text-indent: -9999px;
	white-space: nowrap;
}

.nav ul a:hover {
  	color: #000;
}

.layout_no2 {
    background-image: url(../amplifiers/common/r_fit_btn_off.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 217px;
}
.layout_no2_categoly {
	height: 34px;
	width: 218px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: CCCCCC;
	border-left-color: CCCCCC;
}


.layout_no3 {
    background-image: url(../amplifiers/common/r_fit_btn_off.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 218px;
}
.layout_no3_categoly {
	height: 34px;
	width: 217px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: CCCCCC;
	border-left-color: CCCCCC;

}
