/* CSS Document */

@import url(menuids.css);

/* Top level menu link items style */
#nav 
{
	width:660px;
	height:38px;
	padding:0;
	background:url(../../images/fd_menu.jpg) repeat-x;
			
}

#nav ul
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:1px;	
	margin:0px;
	padding:0px;
	left:auto;	
	list-style:none;
}

/* Displaying the content */
#nav ul li
{
	position:relative;
	display:inline;
}

/* Top level menu link items style */
#nav ul li a
{
	display:block;
	padding-left:29px;	
}

/*1st sub level menu */
#nav ul li ul
{
	position:absolute;
	display:block;
	visibility:hidden;
}

/*sub level menu list items*/
#nav ul li ul li
{
	display:list-item;
	float:left;	
}

#nav li
{
	float:left;
	display:block;
	height:auto;
	width:auto;
	border:none;
}
 
#nav a
{
	border:none;
	width:auto;
	padding:0;
	top:auto;
}

#nav li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	top:auto;
	float:left;
	text-decoration:none;
	height:38px;
}


/* Appearance for the drop down menu with content for Internet explorer */
#nav li ul 
{
	float:left;
	width: 185px; /*140px;*/
	list-style: none;
	clear:both;
	position:absolute;
	margin-top: 0px; /* Where Drop Down Menu Starts */
	margin-left:auto;		
	background-color: #12304C;	
	border: 1px solid #F9F8F4;
	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity:0.9;
}


/* Appearance for the drop down menu with content for firefox*/

#nav li>ul /* For Firefox */
{
	width:185px; /* add px depending on number of pixel for drop down for IE */
	position: absolute;
	padding:0px;
	height:auto;
	clear:both;
	margin-top:0px;
	margin-left:0px; /* Positioning the Drop down for FireFox */
	background-color: #F9F8F4;
	border: 1px solid #F9F8F4;
	
}

#nav li li 
{
	clear:both; /* clearing the content underneath the dropdowns */
	display: block;
	width: 150px; /*140px;*/
	text-align: left;
	float:left;
	height: auto;
	margin:0;
	padding:0;
	background-color:#F9F8F4;
}

#nav li li a
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size:11px;
	text-align: left;
	float:left;
	color:#A98352;
	
	line-height:1.0em;
	height:13px;
	padding:0px;
	padding-top:4px;
	padding-bottom:4px;
	margin:0px;
	background:opaque;
	
	
}

html>body #nav li li a 
{
	float:left;	
	width: 150px; /*140px;*/
	height:auto;
	line-height: 1.0em;
	min-height: 10px;
	padding-left:10px;
	margin:0px;
}



html>body #nav li li a:hover /* Hover effect on links for firefox */
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#12304C;	
	padding:4px;
	padding-left:10px;	
	height:auto;
	line-height:1.0em;
	width:146px; /* width for the rollover effect needs to be changed depending on the padding */	
	background-color: #F9F8F4;
	text-decoration:none;
}


/* Hover Effect on Links for IE */
#nav li li a:hover 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#12304C;
	padding:4px;
	padding-left:14px;
	height:auto;
	width:146px;
	
	background-color: #F9F8F4;
	background-image:none; /* set to none to disable the image background to appear in the drop down menu */
	text-decoration:none;
}


#nav li:hover ul, #nav li.over ul 
{
	position:absolute;
	left:auto;
	display: block;
	padding:0;
	height:auto;
}


*html #nav ul li
{
	float:left;
	height:1%;
}

*html #nav ul li a
{
	height:1%;
}


/*==============================Formatting content drop down menu for each section ========================*/

/* For the Inactive Text in Drop Down menu */

#nav ul li .inactive
{	
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#12304C;
	font-variant:small-caps;
	margin:0px;
	padding-top:4px;
	padding-bottom:2px;
	padding-left:4px;
}

.border
{
	float:left;
	border:1px solid #215789;
	width:182px;	
}

/* ================== */

#newsContainer
{
	float:left;
	width:208px;
	height:100px;
	overflow:visible;
}