/**
 * @author Chris Yap DHAP Digital
 * NAV CSS
 */

#nav_left_container {
	width: 175px;
	height: 371px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#nav_left_container a:link, #nav_left_container a:hover, #nav_left_container a:active, #nav_left_container a:visited  {
	text-decoration: none;
	font-weight: normal;
	outline: none;
}

#nav_left_container ul {
	list-style-type: none;
	margin: 0;
}

div.makeMenu {
	width: 175px;         
    border: 0px;      		
    padding-left: 0px;          
    cursor: default;            
    margin-left: 0px;            
}

div.makeMenu div.navDivider {
	width: 181px;
	height: 1px !important;
	margin:0px;
}

div.makeMenu div.navDivider img {
	width: 181px;
	height: 1px !important;
	margin:0px;
}

div.makeMenu ul {
	width: 205px;    
	border: 0px;      	
	background-color: #FFF; 
	padding-left: 0px;        
	cursor: default;        
	margin-left: 0px;      
}

div.makeMenu div.topLevel { 
	margin: 0;
}

div.makeMenu div.topLevel.selected { 
	margin: 0;
	z-index:200 !important;
}

div.makeMenu ul.secondary {
	width: 175px; 
	z-index:7000;
}

ul.secondary ul {  
	position: absolute; 
}

ul.secondary li {
	background-color:#FFFFFF;
	background-image:url(/about/images/navigation/nav_arrow_off.gif);
	background-repeat:no-repeat;
	border-top:1px solid #CCCCCC;
	padding:4px 0 4px 22px;
	position:relative;
	z-index:0;
}

ul.secondary li.hover {
	background-color: #F0F0F0 !important;
	z-index: 5000 !important;
	background-image:url(/about/images/navigation/nav_arrow_on.gif);
	background-repeat:no-repeat
}
/*
ul.secondary li.selected {
	font-weight: bold;
}
*/
ul.secondary li ul li {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

/* level one off */
ul.secondary li ul {                  
	left: -5000px;             
}

/* level two off */
ul.secondary li.hover ul ul {                 
	left: -5000px;             
}

/* level three off */
ul.secondary li.hover ul ul ul {       
	position: absolute;                 
	left: -5000px;             
}

/* level four off */
ul.secondary li.hover ul ul ul ul {       
	left: -5000px;             
}

/* level five off */
ul.secondary li.hover ul ul ul ul ul {       
	left: -5000px;             
}

/* all five levels on */
ul.secondary li.hover ul, 
ul.secondary li li.hover ul,
ul.secondary li li li.hover ul,
ul.secondary li li li li.hover ul,
ul.secondary li li li li li.hover ul {  
	left: 100px;    
}


/* font styles */
div.makeMenu div.topLevel a {
	color: #989898;
}
div.makeMenu div.topLevel.hover a {
	color: #ffffff;
}

div.makeMenu div.topLevel ul {
	color: #989898 !important;
}

div.makeMenu div.topLevel ul ul {
	border-bottom: 1px solid #ccc;
}

div.makeMenu div.topLevel ul a {
	color: #989898 !important;
}


/** Support for the "iehover-fix.js" **/
#nav_left_container iframe {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1 !important;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

#iframeFix {
	position: absolute;
	visibility: hidden;
	width: 1px;
	height: 1px;
}
/** end **/
