/************ Main navigation *****************/
div.hlist {
    width: 100%;
    overflow: hidden;
	text-align:center;
    float: left;
    display: inline;
    position:relative;
    background: #b4e67d url(../images/style_2/Nav_button.jpg) repeat-x center right;
    border-top: 1px #333 solid;
    border-bottom: 1px #333 solid;
    line-height: 0;
  }

  .hlist ul {
    display: inline;
	width:auto;
    float: left;
	margin: 0 0 0 0;	
    padding: 0;
    border-left: 1px #aaa solid;
    border-right: 1px #fff solid;
  }

  .hlist ul li {
    border-left: 1px #fff solid;
	width:auto;
	min-width:80px;
	max-width:120px;
	height:45px;
    border-right: 1px #aaa solid;
    display: inline;
    float: left; /* LTR */
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  .hlist ul li a,
  .hlist ul li strong {
  	height:100%;
    background: transparent;
    color: #000;
    display: block;
    margin: 0;
	padding: 0.3em 0.3em 0.3em 0.3em;    
	text-decoration: none;
    width: auto;
  }

  .hlist ul li a:focus,
  .hlist ul li a:hover,
  .hlist ul li a:active  { background: #d6ffb1; color: #000000; text-decoration: none; }

  .hlist ul li.active {
    background-color: #d6ffb1;
    border-left: 1px #444 solid;
    border-right: 1px #888 solid;
  }

  .hlist ul li.active strong,
  .hlist ul li.active a:focus,
  .hlist ul li.active a:hover,
  .hlist ul li.active a:active { background: transparent; color: #fff; text-decoration: none; }


/*************** Sub navigation  ********************/


.hlist_sub{
	width:100%;
	background-color:#abfb64;
}

.hlist_sub ul{
	height:auto;
	width:auto;
	margin:0;
	padding:0;
	list-style-type:none;
}

.hlist_sub ul a{
	color:#000000;
	padding-bottom:0.3em;
	padding-right:0.3em;
	text-decoration:none;
 	display: block;
}

.hlist_sub ul li{
	border-bottom:solid #000000 1px;
	background-color:#abfb64;
	padding-top:0.3em;
	padding-left:0.3em;
	padding-bottom:0.3em;
}

.hlist_sub ul li:focus,
.hlist_sub ul li:active,
.hlist_sub ul li:hover{
	background-color:#d6ffb1;
	cursor:pointer;
}

.hlist_sub ul ul{
margin-left:0.5em;
overflow:hidden;
}

.hlist_sub ul li ul li{
	background-image:url(../images/style_2/list-style-1.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	background-attachment:scroll;
	background-color:#FFFFFF;
	padding-left:1.5em;
}

/********************* Top Nav *******************************/

.navSpan{
padding:0.3em;
border-left:1px solid #CCCCCC;
margin:0;
}
.navSpan a{
text-decoration:none;
color:#000000;
}

.navSpan a:hover{
font-weight:bold;
cursor:pointer;
text-decoration:underline;
}

.navSpan img{
padding-top:0.3em;
}