/* - - - ADxtmenu: DESIGN styles [ OPTIONAL, design your heart out :) ] - - - */
.tmenu {
	padding: 10px 0px 0px 25px;
}

.tmenu, .tmenu ul li {
	color: #1762b1;
	/*background: #005129;*/
}

.tmenu ul {
	width: 150px;
}

.tmenu a {
	text-decoration: none;
	color: #1762b1;
	/*padding: .4em 1em;*/
	display: block;
	position: relative;
	/*font-size: 12px;*/
}
.tmenu li a {
	padding: 5px 10px 5px 5px;
}
.tmenu li li a {
	padding: .4em 1em;
	background-color: #e1e5f0;
}

.tmenu a:hover, .tmenu li:hover>a {
	color: #1762b1;
}

.tmenu li li {	/* create borders around each item */
	border-bottom: 1px solid #afbde3;
	border-left: 1px solid #afbde3;
	border-right: 1px solid #afbde3;
	border-top: 1px solid #afbde3;
	background-color: #ffffff;
}
.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 */
