/* 
	WordPress Menubar Plugin
	tae.css stylesheet for the Suckerfish template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
*/

.tae {
	margin: 0;
	background: #333333;
	height: 30px;
	padding: 0;
	text-align: left;
}

.tae ul {
	float: left;
	list-style: none;
	margin-top: 0px;
	padding-right: 0px;
	z-index: 9;
}

.tae ul ul {
	top: 30px;
	position: absolute;
	left: -999em;
	width: 170px;
	margin: 0;
	padding: 0;
}
	
.tae ul ul ul {
	margin: -30px 0 0 170px;
}

.tae li {
	float: left;
	padding: 0;
	height: 30px;
	position: relative;
}

.tae li li {
	float: left;
	padding: 0;
	width: 170px;
}

.tae a {
font-size: 12px;
	font-weight: bold;
	color: white;
	float: left;
	text-decoration: none;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	overflow: hidden;
} 
.tae a:hover {
		color: #FF0000;
}

.tae li li a, 
.tae li li a:hover {
	padding: 0;
	text-indent: 15px;
	width: 167px;
}

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

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

.tae li.selected a {
	color:#000000;
	}
.tae li.selected, 
.tae li.current-cat, 
.tae li.current_page_item  {
	background: #DDDDDD;
	font-size: 18px;
	color: #000000;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;

}




.tae li:hover, 
.tae li.wpmhover {
color: #FF0000;
}

.tae li {
	border-left: 0px solid #2EB0FF;
	border-right: 0px solid #104E8B;
}

.tae li li {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #2EB0FF;
	border-bottom: 1px solid #104E8B;
}

.tae ul ul {
	border-left: 0px solid #2EB0FF;
	border-right: 0px solid #104E8B;
}

.tae-after {
	clear: left;
	background: url(gray.gif) repeat-x;
	height: 30px;
	
}

