/**
 * Spanky Corners -- CSS Rounded Corners by SitePoint
 * Auto generated code
 * Details @ http://tools.sitepoint.com/spanky/
 * @version 1.1b
 */

/* all curved boxes get the bottom-left corner */
div#Navigation {
  background: #ccffa7 url(/Bibliofile/2008/SICLC/Assets/spankyNavigation/bl_15_ccffa7_e5ffdb.gif) no-repeat bottom left;
  position: relative;
  padding-top: 0;
  padding-bottom: 15px;
  margin: 1em 10px 0 0;
  height: 100%;
  float: right;
  width: 180px;
}
/* all elements in 'div#Navigation' gets the B-R corner */
div#Navigation * {
  background: #ccffa7 url(/Bibliofile/2008/SICLC/Assets/spankyNavigation/br_15_ccffa7_e5ffdb.gif) no-repeat bottom right;
  padding: 1em 2em 15px 0;
  margin: 0 0 -15px 15px;
  height:100%;
}
/* Scrub that B-R corner from all elements *2+* levels deep*/
div#Navigation * * {
  padding: 0;
  margin: 0;
  background: none;
  height: auto;
}
/* Set up some H's as 'box heads' with the T-R and T-L corners */
div#Navigation h4 {
  color: #473E34;
  background: #ccffa7 url(/Bibliofile/2008/SICLC/Assets/spankyNavigation/tr_15_ccffa7_e5ffdb.gif) no-repeat top right;
  display: list-item;
  list-style-image: url(/Bibliofile/2008/SICLC/Assets/spankyNavigation/tlc_15_ccffa7_e5ffdb.gif);
  list-style-position: inside;
  list-style-type:none;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 1.6em;
}
div#Navigation ul {
	list-style: none;
	padding: 0.2em 2em 15px 0;
	margin: 0 0 -15px 1.5em;
	height: 100%;
	font: bold 1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div#Navigation li a {
	color: #8A6949;
	text-decoration: none;
}