/* CSS Document */
.para {padding: 6px 0 0 25px; font-family: Verdana, Arial, Helvetica, sans-serif;font-size:1em;/*  width:350px;*/}
.nav a{display: block; border-bottom: solid 1px black; font-family: sans-serif; font-size: 13px; padding: 4px 4px 4px 25px; color: #000;            
	text-decoration: none; background-image: url(../images/expand.gif); background-repeat: no-repeat; background-position: 5px 5px; /*background-color: #ccc; */         
	/*width: 250px;*/ height: 15px; margin-top: 2px; }
.nav a:hover { display: block; /*width: 250px;  */ height: 15px; background-color: #ccc;text-decoration:underline;}

/* CAPTIONS for menu SECTIONS based in: http://matthewjamestaylor.com/art--------------*/
ul.captions {/*clear:left; *//*float:left; */list-style:none;/* width:100%;*/ display:block; position:absolute; z-index:25; padding:0; margin:0}
ul.captions li {list-style:none; width:130px; height:30px; display:block; padding-bottom:8px; margin:0}

ul.captions li a {float:left; width:130px; height:30px; position:relative; border:1px solid #368; -moz-border-radius:.5em;
	-webkit-border-radius:.5em; border-radius:.5em; text-decoration:none; /*background-color:#fff;*/}
ul.captions li a:hover {border:1px solid #fff; color:black;}

ul.captions li a span {background:green; color:#fff; width:330px; height:50px; position:relative; top:-10px; left:-190px; z-index:-1; display:none;
	/*border:1px solid #368;*/ -moz-border-radius:.5em; -webkit-border-radius:.5em; border-radius:.5em;  }
ul.captions li a:hover span {display:block;}

ul.captions li a strong {clear:left; display:block; position:relative; top:7px; margin:0 12px; font-size:1em}
ul.captions li a em {clear:left; display:block; position:relative; top:8px;margin:0 8px;padding-bottom:10px;}
