/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
	*html #nav ul {
		margin:0 0 0 -2px;
	}
	#nav {
		margin:0;
		padding:0;
		list-style:none;
	}	
	#nav li {
	float:left;
	display:block;
	position:relative;
	z-index:9999999 !important;
	position:relative;
	width: 158px;
	font-size: 9pt;
	font-weight: bold;
	height: 40px;


	text-align: center;

	}
	#nav li a {
	display:block;
	height: 30px;
	line-height: 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	height:30px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	color:#000075;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../../images/core/menubtnbg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	box-shadow: 0px 0px 3px #343434;
	

	
	}
#nav li ul {
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;

}
#nav li ul li {
	background-image: none;
	box-shadow: 0px 0px 0px;

	padding-left: 5px;
	width:144px;

}


#nav li ul li a{
	color: #000075;
	display:block;
	padding-left: 10px;
	font-size: 8pt;
	line-height: 20px;
	background:none;
	box-shadow:0px 0px 0px;
	margin:0px;


}

#nav li ul li a:hover{
	position: relative;
	background-image: url(../../images/core/submenuarrow.png);
	background-repeat: no-repeat;
	background-position: 3px 14px;
	}
		.clear {
	clear:right
}

#nav li a:hover {
	color:#000075;
}
	
	/* you can make a different style for default selected value */
#nav a.selected {
	color:#000;
}
	
		/* submenu, it's hidden by default */
#nav ul {
	position:absolute;
	left:0;
	padding:0;
	list-style:none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	display: none;
		}
		
		/* display block will make the link fill the whole area of LI */
#nav ul a {
	display:block;
	height:auto;
	padding: 8px 5px;/*8px 5px*/
	color:#000;
	text-align: left;
}
		
#nav ul li {
	width:154px;
	float:left;
	text-align: left;
	height: auto;
	margin: 0;
	border:none;
}
		
#nav ul li:hover {
	width:144px;
	float:left;
	text-align: left;
	height: auto;
	margin: 0;
	border: none;
	color: #FFFFFF;
}
