
/************************ menu **************************/
/* the commented out border-radius stuff would make the min menuitems (articles, music, etc) have rounded edges you can't see on this site because they're invisible against the background anyway*/
.nav {
	/*width:970px;*/
	font-family: Courier; 
	font-size: 150%;
	/* margin-top: -1.5em; /* How far is menu from the top??*/
	padding: 0;
	line-height: 100%;
	display:inline;


}


/* the commented out border-radius stuff below would make the dropdown have circular edges*/
.navsub {
	/*width:970px;*/
	font-family: arial, helvetica, sans-serif; 
	position:absolute;
	line-height: 100%;
	display:inline;
*/
}

/* In the "left:22% area, this is where you change the centering of the menu!!  20% */
.nav li {
	margin: 0 5px;
	margin-right: 19px;
	padding:0px;
	float: left;
	position: relative;
	/*left:145px;*/
	list-style: none;
}

.navsub li {
	margin: 0 5px;
	padding: 0 0 0px;
	float: left;
	position: relative;
	/*left:15%; should be 40 ***********************/
	list-style: none;
	background-color: black;
	width:2px;
}

/* main level link: adjust width of menu items here!!! default set to 100px */
.nav a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding:  8px 17px;
	padding-top: 2px;
	padding-bottom: 3px;
	width:115px;
	text-align: left;
	margin: 0;
}

/* adjust the wideth of the text field in the dropdown here in the width area */
.navsub a {
	color: black;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding:  5px 0px;
	text-align: left;
	margin-left: 0em;
	width: 400px;
	background: white;
	/*text-shadow: 2px 2px #333;*/
}

.navsub li a:before { display: inline-block; content:'\2014'; left:-1px; font-weight:bold; position: relative; }

.nav a:link { color:0000}
.nav a:hover {color: #fff;}

/*.white_outline {text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;}*/

/*.white_outline {text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;}*/

/* main level link hover */
.nav .current a, .nav li:hover > a {
	color: #444;
	/*border-top: solid 1px #f8f8f8;*/
}


/* sub levels link hover */
.nav ul li:hover a, .nav li:hover li a {
	background: none;
	border: none;
	color: black;
	width: 100%;
}

.nav ul a:hover {
	background: white;
	color: white ;
	
}

/* dropdown */
.nav li:hover > ul { display: block; }

.nav_sub_menu { text-align:left; }
	
	
/* level 2 list: adujst the width of the background of the dropdown menu here!! with width: 0 pix, it's invisible otherwise, do 160px*/
.nav ul {
	display: none;
	text-align: left;
	margin-left: 0em;
	padding: 0;
	width: 300px;
	/*position: absolute; */
	top: 1em;
	left: 0;
	background: none;
	opacity: 1;
	/*filter:alpha(opacity=85);  For IE8 and earlier */
}

.nav ul:hover {display:block}


.nav ul li {
	float: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

.nav ul a {font-weight: normal; }


/* level 3+ list */
.nav ul ul {
	left: 1px;
	top: -3px;
}




/* clearfix */
.nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.nav { display: inline-block;}
	

html[xmlns] .nav { display: block; }
 
* html .nav {
	height: 1%;
}

/* PAGINATION*/

div.pagination { padding: 3px; margin: 3px;}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	text-decoration: none; /* no underline */
	color: #000099;
}

div.pagination a:hover, div.pagination a:active { border: 1px solid #000099; color: #000; }

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}