/* this is the main UL element*/

/*origional css start*/
#navgation{
	margin:0px 0 0 2px;
	padding:0;
	width:968px;
/*	height:56px;
*/	padding-left:22px;
	background:url(../images/navigation.png) no-repeat;
}
#navgation ul{
float:left;
margin:10px 0 0 18px;
padding:0 0 12px;
}
#navgation ul li{
	color:#6F6A6A;
	float:left;
	font-family:"Trebuchet MS";
	font-size:12px;
	list-style:none outside none;
	padding:5px 2px 0 4px;
	text-transform:uppercase;

}
#navgation ul li a{
	font-family:"Trebuchet MS";
	text-decoration:none;
	font-weight:bold;
	color:#6F6A6A;
}
#navgation ul li a:hover{
	color:#002F65;
}
#navgation ul li ul{
	background-color:white;
	margin-left:0 !important;
	margin-top:-1px; padding-bottom:4px;
	border:1px solid #D4D0D0;

}

#navgation ul li ul li{
	padding-left:9px;
	padding-right:15px;
	width:168px; margin-right:0px;
}
.li_arrow{
	margin:0 0 0 0;
	padding:0;
	background-image:url(../images/arrow.gif);
	background-position:180px 12px;
	background-repeat:no-repeat;
	}
.li_arrow:hover{
	background-image:url(../images/arrow.png);

	
}
/*origional css close*/

#navgation ul li ul li a{
	font-size:12px; font-weight:normal; text-transform:capitalize;
}
#navgation ul li ul li a:hover{
	background-image:none !important; 
		color:#FFFFFF;

}
#navgation ul li ul li:hover{
	background-color:#999999;
}

.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
/*	border-bottom:1px solid #444;
*/}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
/*	border-top:1px solid #444;
*/	list-style:none;
/*background-color:#FFFFFF;
*/	/*filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;*/
background-image:url(../images/opacity.png);
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:5px;
/*	width:120px;
*//*	background-color:#000;
*/	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#FFB119;
	width:100%;

}
.dropdown a:hover{
	text-decoration:underline;

}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
/*	border:1px solid #444;
*/	border-top:0;
	margin-left:0px;
}
/*.submenu_ul{
	border:1px solid #d4d0d0;
	border-top:0;
	margin-left:0px; background-color:white !important;
	margin-top:11px !important;
}
.submenu_ul li{
	border-top:1px solid #d4d0d0 !important;
}
*/.dropdown li ul li a{
	font-size:12px;
padding:0 0 0px 10px;
}
.dropdown li ul li a:hover{
	padding-right:10px;
/*	background-image:url(../images/opacity_hover.png);
*/}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
/*	background:#000 url('expand_down.gif') center left no-repeat;
*/	padding-left:0px;
margin-left:00px;
/*	width:105px;
*/}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
/*	background:#000 url('expand_right.gif') center right no-repeat;
*/	/*padding-right:20px;*/
	
}

