/* CSS Document */

@import url(menuHover.css);

/* =========================== Formatting drop down menu list items ======================================*/

img
{
	border:0;
}
/* Top level menu link items style */
#nav {
	width:590px;
	height:23px;
	background-color:#ECE7D7;
	padding:0;
	border:none;
	z-index:100;
			
}

#nav ul{
	margin:0;
	left:auto;
	margin-left:0px;
	padding: 0px;
	list-style-type:none;
	display:block;
	border:none;	
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1px;
    z-index:100;
}

/* Displaying the content */
#nav ul li
{
	position:relative;
	display:inline;
}

/* Top level menu link items style */
#nav ul li a
{
	display:block;	
}

/*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:none;	
}

#nav li
{

	float:left;
	display:block;
	height:auto;
	width:auto;
	border:none;
}
 
#nav a
{
	border:none;
	display:block;
	width:auto;
	padding:0;
	letter-spacing:0px;
	top:auto;
}

#nav li a
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	top:auto;
	float:left;
	text-decoration:none;
	border:none;
	height:23px;
}


/* Appearance for the drop down menu with content for Internet explorer */
#nav li ul 
{
	width: 185px; /*140px;*/
	list-style: none;
	clear:both;
	position:absolute;
	margin-top: 0px; /* Where Drop Down Menu Starts */
	margin-left:0px;		
	background-color: #1782BF;	
	border: 4px solid #FFFFFF;
	display: none;
	filter:alpha(opacity=90);
	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: #1782BF;
	border: 4px solid #FFFFFF;
	display: none;
	-moz-opacity:0.9;
	opacity:0.9;
}

#nav li li 
{
	clear:both; /* clearing the content underneath the dropdowns */
	display: block;
	width: 200px; /*140px;*/
	text-align: left;
	float: none;
	height: auto;
	margin: 0;
	padding:0;
	background-color:#1782BF;
	border: 1px solid #1782BF;
}

#nav li li a
{
	display: block;
	line-height:1.0em;
	height: 13px;
	padding:4px;
	padding-left:6px;
	margin: 0 ;
	background:opaque;
	color:#FFFFFF;
	font-size:11px;
	font-weight: normal;
	text-align: left;
}

html>body #nav li li a 
{
	width: 200px; /*140px;*/
	height:auto;
	line-height: 1.0em;
	min-height: 10px;
}


/* Hover effect on links for firefox */
html>body #nav li li a:hover 
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px;
	padding-left:6px;
	height:auto;
	line-height:1.0em;
	width:196px; /* width for the rollover effect needs to be changed depending on the padding */
	color:#EAB042;
	background-color: #1782BF;
	text-decoration:none;
}


/* Hover Effect on Links for IE */
#nav li li a:hover 
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:4px;
	padding-left:6px;
	height:auto;
	width:196px;
	color:#EAB042;
	background-color: #1782BF;
	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;
}


#menuSeparator
{
	width:2px;
	height:22px !important;
	background-position:top center;
	background-repeat:no-repeat;
}

*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 .inactive
{
	display: block;
	font-weight: normal;
	line-height:0.8em;
	padding-top:6px;
	padding-bottom:2px;
	padding-left:4px;
	background: transparent;
	color:#C9C7B8;
	font-size:11px;
	font-weight: bold;
}

.border
{
	border:1px solid #EEE9E5;
	width:182px;	
}
*/

