/* - - - ADxtmenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */

.tmenu, .tmenu ul li {
	color: #006369;
	/*background: #42024f;*/
}

.tmenu ul {
	width: 14em;
}

.tmenu a {
	text-decoration: none;
	color: #006369;
	padding: .4em 1em;
	display: block;
	position: relative;
}
.tmenu li a {
	padding: 10px 10px 10px 8px;
	color: #006369;
	font-weight: bold;
	font-size:10px;
}
.tmenu li li a {
	padding: .4em 1em;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
}

.tmenu li li a:hover, .tmenu li li:hover>a {
	color: #ffffff;
	padding: .4em 1em;
	margin: 0px;
}

.tmenu li li {	/* create borders around each item */
	background: #006369;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006369;
}
.tmenu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.tmenu li li:hover>ul {	/* inset 2nd+ subtmenus, to show off overlapping */
	top: 0px;
	left: 100%;
}

/* special colouring for "Main tmenu:", and for "xx subtmenu" items in ADxtmenu
	placed here to clarify the terminology I use when referencing subtmenus in posts */
.tmenu>li:first-child>a, .tmenu li + li + li li:first-child>a {
	/*color: #567;*/
}

/* Fix for IE5/Mac \*//*/
.tmenu a {
	float: left;
}
/* End Fix */
