/* CSS Document */
<style type="text/css">
a:link {
    background: transparent;
    border: transparent;
	outline: transparent;
	text-decoration: none;

}
  ul {list-style: none;padding: 0px;margin: 0px;}
  ul li {
	display: block;
	position: relative;
	float: none;
	margin-right: 5px;
	margin-bottom: 12px;
    font-size: 12px;
    font-weight: bold;
}
  li ul {
	display: none;
	float: left;
	padding-right: 10px;
	margin-left: 20px;
	z-index: 2;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}
  ul li a {display: block;background: transparent;padding: 5px 0px 5px 0px;text-decoration: none;
           white-space: nowrap;color: #666666;}
  ul li a:hover {
	background: transparent;
	border: transparent;
	outline: transparent;
	text-decoration: none;
	color: #ffffff;
}
    ul li a:active {
    background: transparent;
	border: transparent;
	outline: transparent;
	text-decoration: none;
	color: #ffffff;
}
    ul li a:visited {
    background: transparent;
    border: transparent;
	outline: transparent;
	text-decoration: none;

}
    ul li a:link {
    background: transparent;
    border: transparent;
	outline: transparent;
	text-decoration: none;
	color: #666666;
}
  li:hover ul {
	display: block;
	position: absolute;
	background: transparent;
	border: transparent;
	outline: transparent;
	padding-right: 8px;
	text-decoration: none;
	color: #666666;
}
  li:hover li {
	float: none;
	border: transparent;
	outline: transparent;
	background: transparent;
	text-decoration: none;
	color: #666666;
}
  li:hover a {
	background: transparent;
	border: transparent;
	outline: transparent;
	text-decoration: none;
	color: #666666;
}
  li:hover li a:hover {
	background: transparent;
	border: transparent;
	outline: transparent;
	text-decoration: none;
	color: #ffffff;
}
  #drop-nav li ul li {
	border-top: 0px;
	background: transparent;
	border: transparent;
	outline: transparent;
	color: #666666;
    text-decoration: none;
}
.list-group.panel > .list-group-item {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px
}
.list-group-submenu {
  margin-left:20px;
}
</style>
