	#nav1
	{
		height: 23px;
		border-top: 1px solid white;
		border-bottom: 1px solid white;
		background-image: url('../images/gradient1.gif');
		background-repeat: repeat-x;
		text-transform: lowercase;
	}

	#nav1 ul
	{
		width: 650px;
		background-image: url('../images/nav1_bg_default.gif');
		background-repeat: repeat-x;
		padding: 0;
		margin: 0;
		height: 23px;
		list-style-type: none;
	}

	#nav1 ul li ul
	{
		background-image: none;
	}

	#nav1 ul li
	{
		float: left;
		border-right: 1px solid white;
		cursor: hand;
		cursor: pointer;
		text-decoration: none;
	}

	#nav1 ul li:first-child
	{
		border-left: 1px solid white;
		margin-left: 20px;
	}

	#nav1 ul li span
	{
		margin-left: 10px;
		margin-right: 10px;
		line-height: 23px;
		font-size: 0.9em;
		font-weight: bold;
		letter-spacing: 1px;
		text-transform: lowercase;
	}

	#nav1-sub ul li
	{
		border-right: 1px solid white;
		cursor: hand;
		cursor: pointer;
		clear: both;
	}
	
	#nav1-sub ul
	{
		list-style-type: none;
		clear: both;
	}

	li.nohover:hover
	{
		background-color: white;
		padding: 0px;
	}

	#content_r ul
	{
		list-style-type:		none;
		text-align:				left;
		padding:				0px;
	}
	
	#content_r ul li
	{
		padding-left:			10px;
		line-height:			28px;
		border-bottom:			1px dotted black;
	}
	
	#content_r ul li:last-child
	{
		border-bottom:			0px;
	}

	#content_r ul li:first-child
	{
		font-weight: bold;
	}

	#content_r ul li ul li:first-child
	{
		font-weight: normal;
	}

	#content_r ul li a
	{
		text-decoration: none;
		color: black;
		padding-left: 5px;
		border-left: 3px solid white;
	}
	
	#content_r ul li a:hover
	{
		// si
	}

	#content_r ul li.active span
	{
		font-weight: bold;
		padding-left: 5px;
		border-left: 3px solid #363636;
	}