@charset "utf-8";
/* CSS Document */

/* <Chas Clark Creative - 2009> */

.dropdown-menu {
	text-align: left;
 	color: #ffffff;
	position: absolute;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: #f15722;
	width: 140px;
	visibility: hidden}

.dropdown-menu a {
 	color: #ffffff;
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #f36d3f;
	border-top-width: 1px;
	padding: 2px 0;
	text-decoration: none}

* html .dropdown-menu a { /*IE Hack*/
	width: 100%}

.dropdown-menu a:hover {
	background-color: #f5763f}
