/* sub navigation */

#subnav1{

	position:absolute;

	right:0;

	top:3px;

	z-index:4;

	overflow:hidden;

	padding:2px 0 0;


}

#subnav1 li{

	float:left;

	padding:0 8px;

	background:url(images/bullet1.gif) no-repeat 0 2px;

	margin-left:-1px;

	font:11px Tahoma, Arial, Helvetica, sans-serif;

	color:#b4c3d1;

}

#subnav1 li a{

	color:#b4c3d1;

	text-decoration:none;

}

#subnav1 li a:hover{

	text-decoration:underline;

}

.subnav2{

	width:267px;

	overflow:hidden;

}

.subnav2 li{

	width:100%;

	overflow:hidden;

	padding-bottom:1px;

	background:url(images/subnav2-bullet1.gif) no-repeat 4px 8px;

}

.subnav2 li.submenu{

	width:100%;

	overflow:hidden;

	padding-bottom:1px;

	background:url(images/subnav2-bullet1.gif) no-repeat 4px 6px;

}


.subnav2 li a{
	display:block;
	background:url(images/subnav2-line.gif) no-repeat 0 100% ;
}


.subnav2 li a{

	width:100%;

	display:block;

	overflow:hidden;

	padding:5px 0 ;

	text-decoration:none;

	position:relative;
	
}

.subnav2 li.current_page_item a,.subnav2 li a:hover{

	background:url(images/subnav3-hover.png) bottom right no-repeat;

	color:#cecece;

}

.subnav2 li a span{

	display:block;

	/*background:url(subnav2-bullet1.gif) no-repeat 4px 2px;*/
	
	padding:0 0 0 20px;

}

.subnav2 li ul{
padding-left:20px;
margin-bottom:-2px;
}
.subnav2 li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}



