
/* Menu Styles */
/*
CSS library for the "expandmenu" ColdFusion custom tag
We prefer to avoid CSS shorthand properties, since we value readability much more than terseness
*/

/* Items */
a.tmtExpanditem, a.tmtExpanditem:active, a.tmtExpanditem:focus, a.tmtExpanditem:link, a.tmtExpanditem:visited{
	
	text-align: left;

	font-size: 0.7em;
	color: Silver;
	text-decoration: none;
	padding-left: 8px;
	display : none;
	padding: 1px;
	padding-left: 7px;
	
}

a.tmtExpanditem:hover{
	color: Gray;
	padding-left : 10px;
}

/* Menus */
a.tmtExpandmenu,  a.tmtExpandmenu:link,a.tmtExpandmenu:visited,a.tmtExpandmenu:active,a.tmtExpandmenu:focus {

	text-align : center;
	font-weight : bold;
	font-size : 0.7em;
	color : #FFFFFF;
	text-decoration : none;
	padding-left : 3px;
}

a.tmtExpandmenu:hover{
	color: Gray;
	text-align: center;
	font-weight: bold;
	font-size: 0.7em;
	text-decoration: none;	
	padding-left: 3px;
}

.sidemenu{
	vertical-align: top;
}

/* Menubar */
div.tmtExpandbar{
	background-color: #B9D2FF;
	border: 1.5px solid;
	border-bottom-color: #82A2FF;
	border-left-color: #DDE7FF;
	border-right-color: #82A2FF;
	border-top-color: #DDE7FF;
	width: 200px;
}
