/* @override http://dev.techpark.com/wp-content/themes/ctp/menu.css */

/* @override http://dev.techpark.com/wp-content/themes/ctp/menu.css */

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

/* @override http://localhost:80/wordpress/wp-content/themes/default/menu.css */
#headlines {
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 195px;
	float: right;
}

#sidebar
{
	margin: -20px 0px 0px 0px;
	padding: 0px;
	}

#pagesnav  {
	margin: 0px;
	border: none;
	padding: 7px 50px 0px 0px;
	height:22px;
	font-family: 'arial narrow', arial, sans-serif;
	background-color:#726963;
	border-top: 2px solid #FFFFFF;
}


/* 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: right;
position: relative;

width: auto;
margin:  0px 25px 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;

left: -10px;

top: 22px;  /* this sets how much the sub-menu 'drops' below the main navigation */

display: none;
padding: 0px;
margin: 0px;


	   }

      

#pagesnav  ul li ul:hover, #pagesnav ul:hover li:hover a.dropdown {



color: #99BCD8;

}	   
#pagesnav li ul {
	padding: 0px;
	margin: 0px;
}
/* menu stylings - borders, boxes, color, etc */

#pagesnav  ul li a {

display: block;

height: 2em;  /* 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;



}


/* menu hover stylings - changes background and text color for main & sub-menus */		

#pagesnav ul li a:hover{


color: #99BCD8;	
text-decoration: none;
}


body #pagesnav ul li ul li{

font-size: 1em;
width: 20em;
border-top: none;

}

#pagesnav  ul li ul li a{

padding: 5px 5px 0px 10px;

background-color: #fff;

border: none;

border-bottom: 1px solid #fafafa;

color:#726963;

font-size: 11px;

font-weight: normal;

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

}

img.floatright {
	float: right;
	padding: 0px;
	margin: 20px 0px 5px 5px;
}

#leftsidebar ul.navig li.page_item.page-item-57.current_page_item ul {
	padding: 5px 0px 0px 10px;
}



#pagesnav  ul li ul li a:hover{

border: none;

border-bottom: 1px solid #fafafa;

color:#6D9FC8;

text-decoration: none;



}
#pagesnav li.current_page_ancestor a, #pagesnav li.current_page_parent a{
	color: #99BCD8;
}

/* 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; }

#globalwrapper {
margin: 4px auto 0;
padding: 0px;
width: 830px;
position: relative;
background: #948a85 url(images/back-tile.gif) repeat-y center 0;
}
#globalwrapper img.corner{
	position: absolute;
	right: 5px;
	bottom: 12px;
}

