/* 
	WordPress Menubar Plugin
	psycho_footer.css stylesheet for the Psycho_footer template

*/

.psycho_footer {
	clear: both;
	margin: 10px 0 0 0;
	background-color: #8e92a4;
	height: 16px;
	padding: 0;
	text-align: left;
}

.psycho_footer ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #8e92a4;
	border-bottom: #595959;
	width: 100%;
	z-index: 9;
}

.psycho_footer ul ul {
	top: 16px;
	position: absolute;
	left: -999em;
	width: 200px;
	margin: 0;
	padding: 0;
}
	
.psycho_footer ul ul ul {
	width: 240px;
	margin: -17px 0 0 200px;
}

.psycho_footer ul ul ul ul {
	width: 280px;
	margin: -17px 0 0 240px;
}

.psycho_footer li {
	float: right;
	padding: 0;
	/* height: 16px; */
	position: relative;
}

.psycho_footer li li {
	float: left;
	padding: 0;
}

.psycho_footer a, 
.psycho_footer a:visited, 
.psycho_footer a:hover {
	font-size: 12px;
	float: left;
	color: white;
	text-decoration: none;
	display: block;
	height: 16px;
	line-height: 16px;
	padding: 0 10px;
}

.psycho_footer li li a, 
.psycho_footer li li a:visited, 
.psycho_footer li li a:hover {
	width: 180px;
}

.psycho_footer li li li a, 
.psycho_footer li li li a:visited, 
.psycho_footer li li li a:hover {
	width: 220px;
}

.psycho_footer li li li li a, 
.psycho_footer li li li li a:visited, 
.psycho_footer li li li li a:hover {
	width: 260px;
}

.psycho_footer li:hover ul ul,
.psycho_footer li:hover ul ul ul,
.psycho_footer li:hover ul ul ul ul,  
.psycho_footer li.wpmhover ul ul, 
.psycho_footer li.wpmhover ul ul ul, 
.psycho_footer li.wpmhover ul ul ul ul {
	left: -999em;
}

.psycho_footer li:hover ul, 
.psycho_footer li li:hover ul, 
.psycho_footer li li li:hover ul, 
.psycho_footer li li li li:hover ul,
.psycho_footer li.wpmhover ul, 
.psycho_footer li li.wpmhover ul, 
.psycho_footer li li li.wpmhover ul,
.psycho_footer li li li li.wpmhover ul{
	left: 0;
}

.psycho_footer li.selected, 
.psycho_footer li.current-cat, 
.psycho_footer li.current-cat-parent, 
.psycho_footer li.current_page_item, 
.psycho_footer li.current_page_parent,
.psycho_footer li.current_page_ancestor  {
	background: #808080;
}

.psycho_footer li:hover, 
.psycho_footer li.wpmhover {
	visibility: inherit;
	background: #808080;
}

.psycho_footer li {
	border-left: 0px solid #a9a9a9;
	border-right: 0px solid #778899;
}

.psycho_footer li li {
	border-left: 0;
	border-right: 0;
	border-top: 0px solid #a9a9a9;
	border-bottom: 0px solid #778899;
}

.psycho_footer ul ul {
	border: 1px solid black;
}

.psycho_footer li.right {
	float: right;
}

.psycho_footer form {
	margin: 0;
	padding: 4px 10px 0;
}

.psycho_footer form input {
	border: 0;
}

.psycho_footer li a img {
	float: left;
	margin: 6px 7px 0 -5px;
}

.psycho-after {
	clear: both;
	margin: 0 0px 0 0px;
	height: 0px;
	border-top: 0px solid #778899;
}
