@charset "utf-8";
.menuTXT {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 0.8em;
	padding-top: 16px;
	padding-left: 15px;
}
/* CSS Document */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.glossymenu{
	list-style-type: none;
	margin: 0px 0px 5px;
	padding: 0px;
	width: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2E4F0;


}


.glossymenu li a{
	color: #153565;
	display: block;
	width: auto;
	padding: 0px 0px 0px 20px;
	text-decoration: none;
	height: 27px;
	font-size: 0.8em;
	line-height: 27px;
	background-image: url(images/ContentMenu%5B1%5D.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2E4F0;
}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 203px;
}


.glossymenu li a:hover{
	color: #7BAFCF;
	background-image: url(images/ContentMenu.Hover%5B1%5D.gif);

}
.glossymenu ul {
	margin: 0px;
	padding: 0px;

}
.glossymenu ul li {
	list-style-type: none;

}

.glossymenu         ul         li   a       {
	color: #00507D;
	display: block;
	width: auto;
	padding: 0px 0px 0px 40px;
	text-decoration: none;
	border: 1px solid #D9DADB;
	height: 27px;
	line-height: 27px;
	list-style-type: none;
	margin: 0px;
}
.glossymenu ul li a:hover{
	background-color: #F7F8F9;
	background-image: url(images/bullet-right-menu-hover.gif);
	background-repeat: no-repeat;
	background-position: 24px center;
}
