#rapidnav {
	height: 44px;
	margin: 15px 10px 0 5px;
	padding: 0;
	background: url("img/bkg_headers.gif") no-repeat center top;
	width: 580px;
	position: relative;
}

#rapidnav h1 {
	margin: 0;
	padding-left: 20px;
	line-height: 40px;
	height: 44px;
	font-family: "Arial Rounded MT Bold", Arial, Verdana, Helvetica, sans-serif;
	color: #6DA3CF;
	text-align: left;
	background: none;
}

#rapidnav #indicapagina {
	font-size: 9px;
	font-weight: bold;
	color: #6DA3CF;
	padding-right: 15px;
	height: 40px;
	width: 100px;
	text-align: right;
	position: absolute;
	float: right;
	top: 0;
	left: 460px;
}

#subnav {
	float: right;
	margin-right: 15px;
}
#subnav ul {
	list-style-type: none;
}

#subnav ul a {
	background: url("img/sn_generic.png") no-repeat center 0;
	height: 44px;
	width: 40px;
	display: block;
	float: left;
	text-indent: -9000px;
}

#subnav ul li {
    display: inline;
}

#subnav a:hover {
    background-position: center -44px;
}

li a#sn_shirts {
   background: url("img/sn_shirts.png"); 
}

li a#sn_tshirts {
   background: url("img/sn_tshirts.png"); 
}

li a#sn_trousers {
   background: url("img/sn_trousers.png"); 
}

li a#sn_accessories {
   background: url("img/sn_accessories.png"); 
}


