@charset "utf-8";
/* CSS Document */

/* Site Map */

.nav
{
	list-style:none; 
	margin:10px; 
	width:170px; 
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
}

.nav li
{
	position:relative; 
	border-bottom:1px solid #333; 
	display:block; 
	height:30px; 
	overflow:hidden;
}

.nav li a
{
	position:relative; 
	color:#fff; 
	text-decoration:none; 
	display:block; 
	height:20px; 
	padding:5px 0 0 10px; 
	z-index:100; 
	
}

.selected
{
	background: #f0a617;
}
.selected-sub
{
	background: #907a11;
}

.col-1 { 
	float: left; 
	margin: 0 10px 10px 0; 
}

.onefourth
{
	width: 170px;
}

#sitemap-main {
	clear: both;
	padding: 20px 0;
	/*background: url(../images/hr_divider.png) repeat-x bottom;*/
}


ul.nice-menu {
  list-style: none;
  margin-top: -10px;
  width: 170px;
}

@-moz-keyframes expand {  
  0% {
    width: 5px;
    padding-left: 0px;
  }
  
  100% {
    width: 170px;
    padding-left: 5px;
  }
}

@-moz-keyframes expand-bounce {
  0% {
    width: 5px;
    padding-left: 0px;
  }
  
  50% {
    width: 170px;
  }
  
  70% {
    width: 170px;
  }
  
  80% {
    width: 170px;
  }
  
  90% {
    width: 170px;
  }
  
  100% {
    width: 170px;
    padding-left: 5px;
  }
}

@-webkit-keyframes expand {  
  0% {
    width: 5px;
    padding-left: 0px;
  }
  
  100% {
    width: 170px;
    padding-left: 5px;
  }
}

@-webkit-keyframes expand-bounce {  
  0% {
    width: 5px;
    padding-left: 0px;
  }
  
  50% {
    width: 170px;
  }
  
  70% {
    width: 170px;
  }
  
  80% {
    width: 170px;
  }
  
  90% {
    width: 170px;
  }
  
  100% {
    width: 170px;
    padding-left: 5px;
  }
}

@-moz-keyframes shrink {
  
  0% {
    width: 170px;
    padding-left: 5px;
  }
  
  100% {
    width: 5px;
    padding-left: 0px;
  }
}

@-moz-keyframes shrink-bounce {
  
  0% {
    width: 170px;
    padding-left: 5px;
  }
  
  50% {
    width: 5px;
  }
  
  70% {
    width: 35px;
  }
  
  80% {
    width: 5px;
  }
  
  90% {
    width: 15px;
  }
  
  100% {
    width: 5px;
    padding-left: 0px;
  }
}

@-webkit-keyframes shrink {
  
  0% {
    width: 170px;
    padding-left: 5px;
  }
  
  100% {
    width: 5px;
    padding-left: 0px;
  }
}

@-webkit-keyframes shrink-bounce {
  
  0% {
    width: 170px;
    padding-left: 5px;
  }
  
  50% {
    width: 5px;
  }
  
  70% {
    width: 35px;
  }
  
  80% {
    width: 5px;
  }
  
  90% {
    width: 15px;
  }
  
  100% {
    width: 5px;
    padding-left: 0px;
  }
}

ul.nice-menu li {
  width: 5px;
  height: 31px;
  line-height: 20px;
  padding: 0px 0px 0px 0px;
  margin-top: 3px;
  background: transparent;
  width: 5px;
}

ul.nice-menu.tight li {
  margin-top: 0 !important;
}

ul.nice-menu li {
  -moz-animation-name: shrink;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-name: shrink;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
}

ul.nice-menu.bounce li {
  -moz-animation-name: shrink-bounce;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-name: shrink-bounce;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
}

ul.nice-menu li:hover {
  width: 145px;
  padding-left: 20px;
  -moz-animation-name: expand;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-name: expand;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
}

ul.nice-menu.bounce li:hover {
  -moz-animation-name: expand-bounce;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease-in-out;
  -webkit-animation-name: expand-bounce;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
}

ul.nice-menu a {
  width: 170px;
  text-decoration: none;
  font-size: 11px;
  color: #FFF;
  text-shadow: 0px 0px 3px #333;
  font-weight: bold;
  position: absolute;
  padding: 5px 0px;
  padding-left: 10px;
}

ul.nice-menu li.green {
	margin: 0 15px;
  background: rgb(107,186,112);
}

ul.nice-menu li.blue {
	margin: 0 15px;
  background: rgb(78,92,127);
}

ul.nice-menu li.orange {
	margin: 0 15px;
  background: rgb(216,121,40);
}

ul.nice-menu li.dark {
	margin: 0 15px;
  background: rgb(42,32,30);
} 

ul.nice-menu li.red {
	margin: 0 15px;
  background: rgb(178,59,30);
}


ul.nice-menu li.bright {
	margin: 0 15px;
  background: rgb(108,104,104);
}	

