.navigation ul {
	list-style-type:none;
	margin:0px;
	padding:0 0 0 0px;
}

.navigation ul li {
	background:transparent url(../images/li_bg.jpg) no-repeat scroll left center;
	font-family:Verdana;
	font-size:12px;
	color:#8f5400;
	height:29px;
	text-align:center;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	float:left;
	width:118px;
}

.navigation ul li a, .navigation ul li a {
	font-family:Verdana;
	font-size:12px;
	color:#8f5400;
	text-decoration:none;
	vertical-align:middle;	
	display:block;
	text-align:center;
	height:42px;	
}


.navigation > ul > li > a {
	padding-top:5px;
}

.navigation > ul > li > a:hover, .navigation > ul > li > a:active, .navigation > ul > li.selected-parent > a {
	background:url(../images/aboutus_rollover_bg.jpg) no-repeat;
	height:42px;
	padding-top:5px;
}
	

/** First level submenu controls **/
.navigation ul ul{
	position: relative;
	display:none;
	top: 0px;       /** Some position adjustment (height of the line) **/
	left: 0px;
}

/** Make the submenu to display vertical again **/
.navigation ul ul li{
	float: left;
	padding:0px;
	height: 27px;
	background: #ffffff;
	width: 200px;
	
}

.navigation ul ul a {
	text-align: left;
	padding:5px 5px;
	height:25px;
	background-color:#FFFFFF;
	top:0;	
}

.navigation ul ul a:hover {
	background-image:none;
	background-color:#FFFFFF;
	padding:5px 5px;
	height:25px;
	top:0;			
}

/** This line controls the position of 2nd level and onward submenus **/
.navigation ul ul ul {
	left: 118px;     /** This should be the width of the submenu */
	top: -30px;
	float: left;
}

.navigation ul ul ul li a {
	text-align:center;	
	top: 0px;		
}

/** This line hide all the children of the children menu when current item is hovered on **/
.navigation ul li:hover ul ul, .navigation ul li:hover ul ul ul, .navigation ul li:hover ul ul ul ul{display:none;}
/** This line displays the children of the current item when it is hovered on **/
.navigation ul li:hover ul, .navigation ul li li:hover ul, .navigation ul li li li:hover ul, .navigation ul li li li li:hover ul{display:block;}
