/* @override http://www.imdc.org/wp-content/themes/imd/menu.css */

/* @override http://www.imdc.org/wp-content/themes/imd/menu.css */

/* @override http://localhost:80/wordpress/wp-content/themes/default/menu.css */



#pagesnav  {
	margin: 0px;
	border: none;
	padding: 7px 0px 0px 220px;
	height:22px;
	font-family: 'arial narrow', arial, sans-serif;
	background-color: #0B396D;/*#00295A;*/
}


/* remove indents/bullets from ul and define width of menu */

#pagesnav ul{ 

margin: 0px;

padding: 0px;

list-style: none;	
	}

/* transform the first-level list into a horizontal menu bar */

/* alternately I could use "display: inline" but for this menu, I will float them to the left */

/* z-index is set here to let all sub-menus override everything underneath */

#pagesnav li {
float: left;
position: relative;
width: auto;
margin:  0px 25px 0px 0px;
padding: 0px 0px 0px 0px;

/* z-index: 200; /* this is the z buddy that fixed that $#!t in IE/Win 5.01 - 6 */

	}

/* second-level lists that are the sub-menu themselves */

/*postition sub-menu items - appearing to the right of parent menu item*/

#pagesnav li ul {
position: absolute;
border:  1px solid #adb976;
border-top: none;
left: -10px;
top: 22px;  /* this sets how much the sub-menu 'drops' below the main navigation */
padding: 0 0px 0px 0px;
display: none;
margin: 0 0 0 0;
}

#pagesnav li ul li, #pagesnav li ul li a {
height: auto;
}

#pagesnav  ul li ul:hover, #pagesnav ul:hover li:hover a.dropdown {
color: #222;
}

/* menu stylings - borders, boxes, color, etc */

#pagesnav  ul li a {
height: 22px;
display: block;
/*height: 1.6em; */  /* note IE6/Win does not like the em height designation */
text-decoration: none;
color: #fff;
font-size: 14px;
font-weight: normal;
padding:  0px 0px 0px 0px;
font-weight: normal;
}

#pagesnav a.current_page_ancestor {
	color: #aabc56;
}
#pagesnav ul li a.current_page_item{
	color: #aabc56;
}
#pagesnav ul li ul li a.current_page_item{
	color: #0b396d;
}
/* menu hover stylings - changes background and text color for main & sub-menus */		

#pagesnav ul li a:hover{
color: #aabc56;	
text-decoration: none;
}	

body #pagesnav ul li ul {
/*35em;*/
background: #00295A;
}

body #pagesnav ul li ul li{
padding: 0px 0px;
margin: 0px 0px;
font-size: 1em;
width: 200px;
border-top: none;
}

#pagesnav  ul li ul li a{

padding: 3px 5px 5px 10px;

background-color: #fff;

border: none;

border-bottom: 1px solid #fff;

color:#5e514e;

font-size: 11px;

font-weight: normal;

font-family: Arial, Verdana, sans-serif;

}


#pagesnav  ul li ul li a:hover{

border: none;

border-bottom: 1px solid #fafafa;

color:#aabc56;

text-decoration: none;



}

/* make sub-menus appear on hover - added "li.over ul" to accomodate javascript IE/Win fix */

#pagesnav  li:hover ul, li.over ul { display: block; z-index: 200; }	

#outside{
	min-height: 650px;
	margin: 0px;
	padding: 0px;
}
#globalwrapper img.corner{
	position: absolute;
	right: 8px;
	bottom: 12px;
}
