@charset "utf-8";
/* CSS Document */

#subnavcontainer{
	background: #fff url(../images/systech/subnav-rpt.png) top  repeat-y;
	height:auto;
	width:188px;
	margin:20px 0 0 0px;
	position:relative;
}
	
#subnav-top{
	height:35px;
	width:178px;
	margin-left: 5px;
	text-indent: -9999px;
}
#subnav-top a{
	background: url(../images/systech/systech-subnav-sprite.png) top no-repeat;
	height:35px;
	width:178px;
	margin-left:0 px;
	text-indent: -9999px;
	display:block;
}	


#subnav-top a:hover{
	background: url(../images/systech/systech-subnav-sprite.png) left -70px no-repeat;
	height:35px;
	width:178px;
	margin-left: 0px;
	text-indent: -9999px;
	display:block;
}	
.subnavlist{
	/*margin:6px 20px 6px 5px;*/
	display:inline;
	
}
.subnav-li{
	margin:10px 0 0px 0px ;
	list-style-type:none;
	list-style-image:none;
	display:inline;
	line-height:1.8em;
}
.subnav-li-first{
}
.subnav-li a{
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma, Verdana, Arial, sans-serif;
	color:#333333;
	font-size:95%;
	display:block;
	padding:2px 10px 0px 10px;
}
.subnav-li a:hover{
	display:block;
	color: #b4282e;
	font-weight:900;
	letter-spacing:-1px;
}
.subnav-li a:active{
	display:block;
	color: #b4282e;
	font-weight:900;
	letter-spacing:-1px;
}
#subnav-hdr2{
	height:34px;
	width: 178px;
	margin-left:0px;
	text-indent: -9999px;
}	
#subnav-hdr2 a{
	background:#FFFFFF url(../images/systech/systech-subnav-sprite.png) left -35px no-repeat;
	height:34px;
	width: 178px;
	margin-left:5px;
	text-indent: -9999px;
	display:block;
}
#subnav-hdr2 a:hover{
background:#FFFFFF url(../images/systech/systech-subnav-sprite.png) left -105px no-repeat;
	height:34px;
	width: 178px;
	margin-left:5px;
	text-indent: -9999px;
	display:block;
}
.subnav-bot{
	background: url(../images/systech/subnav-bot.png) bottom no-repeat;
	height:13px;
	width:178px;
	margin-left:5px;
	z-index:10;}



