/**
 * Navigation
 *
 * Version 1.0
 *
 * The follow styles are applied to all navigational menus.
 *
 * Last Updated: Sept 17, 2009
 *
 * Created by srinivas for globalweb Hong Kong site specific 
 */

/* ----------------------------------------------------------------------------
	SECONDARY NAVIGATION

	Left-hand side navigation, visible on all second-level pages.
---------------------------------------------------------------------------- */


div.col-right ul.nav li {
	background: transparent url(/static/hongkong/images/item_div_hoiz_lvl3_bg.gif) repeat-x scroll left bottom;
	margin-bottom:6px;	

}
div.col-right ul.nav li a {
	background: transparent url(/static/hongkong/images/light-arrow.gif) no-repeat scroll 0 0.5em;
	
	padding-left: 16px;
	padding-bottom:10px;
	text-decoration:none;
	vertical-align:middle;
	text-size: 12px;
	
}

div.col-right ul.nav li a.lit {
	background: transparent url(/static/hongkong/images/dark-arrow.gif) no-repeat scroll 0 0.5em;
	font-weight: bold;
	cursor:default;
}

#secondary ul li a.lit:link,
#secondary ul li a.lit:visited
{
	font-weight:bold;
}