body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #FFF;
	/*background-color: #000000;
	background-image: url(/App_Themes/ELX/Images/siteimages/bodyBG.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment:fixed;*/
}

img 
{
	border:0px;		
}

h1 {
	font-size:20px;
	color:#000;
}

h2 {
	font-size:18px;
	color:#000;
}

h3 {
	font-size:16px;
	color:#000;
}

h4 {
	font-size:14px;
	color:#000;
}

li {
	padding:5px;	
}

/*#Containers#*/

div#container
{
	background-color:#ffffff;
	margin: 0px auto 0px auto;
	width: 896px;	
	text-align:left;

}

/*#Header#*/

div#headerLogo
{
	width:896px;
}

div#headerFlash
{
	width: 896px;
}

/*#Search#*/
.mainRightSearchBox {
	width:100px;
}
.mainRightSearchLabel {
	font-size:10px;
	font-weight:bold;
}
.mainRightSearchButton {
	font-size:11px;
	font-weight:bold;
	width:30px;
}

/*#Main Content#*/

div#mainContent
{
	width: 878px;
	padding: 20px 8px 8px 8px;
	border: solid 1px #000000;
	border-top:0;
	min-height:400px;
}

/*#Main Content/Editable Area#*/
.mainContentText {
	
	padding:15px 15px;
	text-align: justify;
	/*background-color:#f3e7c2;*/
	color:#336633;
	color:#222;
	font-size:13px;
}
.mainContentText a
{
	color:#000099;
	text-decoration:underline;
	font-weight:bold;
}
.mainContentText a:visited
{
	color:#000099;
	text-decoration:underline;
}
.mainContentText a:hover
{
	/*color:#336633;*/
	color:#000000;
	text-decoration:none;
}
.mainContentText a:active
{
	color:#000000;
	text-decoration:none;
}

.mainContentTextBL {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/bottomLeftContent.gif);
	background-repeat: no-repeat;*/
	width:9px;
	height:10px;
	font-size:0px;
}

.mainContentTextBC {
	/*background-color:#f3e7c2;*/
	height:10px;
	font-size:0px;
}

.mainContentTextBR {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/bottomRightContent.gif);
	background-repeat: no-repeat;*/
	width:9px;
	height:10px;
	font-size:0px;
}

.mainContentTitle {
	padding:0px 15px;
}

.mainContentTitleTL {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/topLeftTitle.gif);
	background-repeat: no-repeat;*/
	background-image: url(/App_Themes/ELX/Images/siteimages/titleBarBG.jpg);
	background-repeat: repeat-x;
	background-color:#5a5a5a;
	width:9px;
	height:26px;
	font-size:0px;
}

.mainContentTitleTC {
	background-image: url(/App_Themes/ELX/Images/siteimages/titleBarBG.jpg);
	background-repeat: repeat-x;
	background-color:#5a5a5a;
	padding-left:5px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}

.mainContentTitleTR {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/topRightTitle.gif);
	background-repeat: no-repeat;*/
	background-image: url(/App_Themes/ELX/Images/siteimages/titleBarBG.jpg);
	background-repeat: repeat-x;
	background-color:#5a5a5a;
	width:10px;
	height:26px;
	font-size:0px;
}


div#breadcrumbs {
	padding:0px 15px 15px 15px;
	font-size:11px;
	
}

/*#News and Events#*/

div#newsEventsHeader 
{
	background-image: url(/Includes/images/siteimages/news_events_headerBG.gif);
	background-repeat:no-repeat;
	width:227px;
	height:24px;
}
div#newsEventsContent 
{
	height:250px;
	width:225px;
	overflow:auto;	
	border-left: solid 1px #b3b2aa;
	border-right: solid 1px #b3b2aa;
}
div#newsEventsFooter 
{
	background-image: url(/Includes/images/siteimages/news_events_footerBG.gif);
	background-repeat:no-repeat;
	width:227px;
	height:7px;
}

.newsArticleContainer
{
	border-bottom: dotted 1px #b3b2aa;
	padding:3px 5px;
	color:#000000;
	font-weight:bold;
	float:left;
}

.newsImage 
{
	float:left;
	margin-right:5px;
	width:68px;
	font-size:0px;
		
}
.newsText 
{
	float:left;
	color:#000000;
	font-weight:bold;
	width:120px;
}


/*#Footer#*/
div#footer
{
	width: 886px;
	clear:both;
	color:#376183;
	text-align:right;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size:9px;
	background-color:#ffffff;
}
div#footer a
{
	color:#376183;
	padding:0px 3px 0px 3px;
	text-decoration:none;
}
div#footer a:visited
{
	color:#376183;
	text-decoration:none;
}
div#footer a:hover
{
	color:#376183;
	text-decoration:underline;
}
div#footer a:active
{
	color:#376183;
	text-decoration:underline;
}

/*#Homepage#*/

.homepageContentTextMargin {
	margin: 0 8px 0 8px;
}

.homepageContentText {
	padding:15px 15px;
	color:#000;
	font-size:12px;
}

.homepageContentText img {
	margin: 0px 15px 15px 0px;
}

.homepageContentText a {
	color:#000099;
	text-decoration:underline;
	font-weight:bold;
	font-size:13px;
}
.homepageContentText a:visited {
	color:#000099;
	text-decoration:underline;
	font-weight:bold;
}
.homepageContentText a:hover {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.homepageContentText a:active {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}
.homepageContentTextBL {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/bottomLeftContent.gif);
	background-repeat: no-repeat;*/
	width:9px;
	height:10px;
	font-size:0px;
}

.homepageContentTextBC {
	/*background-color:#f3e7c2;*/
	height:10px;
	font-size:0px;
}

.homepageContentTextBR {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/bottomRightContent.gif);
	background-repeat: no-repeat;*/
	width:9px;
	height:10px;
	font-size:0px;
}

.homepageContentTitle {
	/*padding:0px 15px;*/
	margin: 0 8px 0 8px;
}

.homepageContentTitleTL {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/topLeftTitle.gif);
	background-repeat: no-repeat;*/
	background-image: url(/App_Themes/ELX/Images/siteimages/titleBarBG.jpg);
	background-repeat: repeat-x;
	width:9px;
	height:26px;
	font-size:0px;
}

.homepageContentTitleTC {
	background-image: url(/App_Themes/ELX/Images/siteimages/titleBarBG.jpg);
	background-repeat: repeat-x;
	background-color:#5a5a5a;
	padding-left:5px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}

.homepageContentTitleTR {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/topRightTitle.gif);
	background-repeat: no-repeat;*/
	background-image: url(/App_Themes/ELX/Images/siteimages/titleBarBG.jpg);
	background-repeat: repeat-x;
	width:10px;
	height:26px;
	font-size:0px;
}

/*#Homepage/Ad#*/
.homepageContentAd {
	margin:0px 8px 8px 8px;
	padding: 5px 5px 5px 0px;
	background-color:#dec74f;
	background-image: url(/App_Themes/ELX/Images/siteimages/Homepage_Ad_BG.jpg);
	background-repeat: repeat-x;
	color:#000000;
	font-size:11px;
	font-weight:bold;
}
.homepageContentAd b {
	color:#253B95;
	font-size:16px;
	font-weight:bold;
}
homepageContentAd strong {
	color:#253B95;
	font-size:16px;
	font-weight:bold;
}
.homepageContentAd a {
	color: #000099;
	text-decoration:underline;
}
.homepageContentAd a:visited {
	color: #000099;
	text-decoration:underline;
}
.homepageContentAd a:hover {
	color: #000000;
	text-decoration:none;
}
.homepageContentAd a:active {
	color: #000000;
	text-decoration:underline;
}
/*#Homepage/Left Content#*/

.homepageLeftMargin {
	margin-bottom:6px;
}
.homepageLeftText {
	padding:15px;
	margin-right:6px;
	background-image:url(/App_Themes/ELX/Images/siteimages/leftColumnBG.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	/*background-color:#c0c0c0;*/
	color:#000000;
	font-size:11px;
	font-weight:bold;
}

.homepageLeftText a
{
	color:#000099;
	text-decoration:underline;
	font-weight:bold;
}
.homepageLeftText a:visited
{
	color:#000099;
	text-decoration:underline;
}
.homepageLeftText a:hover
{
	color:#000000;
	text-decoration:none;
}
.homepageLeftText a:active
{
	color:#000000;
	text-decoration:none;
}

.homepageLeftTitleTL {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/topLeftTitle.gif);
	background-repeat: no-repeat;*/
	background-image: url(/App_Themes/ELX/Images/siteimages/titleBarBG.jpg);
	background-repeat: repeat-x;
	background-color:#5a5a5a;
	width:9px;
	height:26px;
	font-size:0px;
}

.homepageLeftTitleTC {
	background-image: url(/App_Themes/ELX/Images/siteimages/titleBarBG.jpg);
	background-repeat: repeat-x;
	background-color:#5a5a5a;
	padding-left:5px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}

.homepageLeftTitleTC a {
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	text-decoration: underline;
}

.homepageLeftTitleTC a:visited {
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	text-decoration: underline;
}

.homepageLeftTitleTC a:hover {
	font-size:14px;
	color:#eee;
	font-weight:bold;
	text-decoration: none;
}

.homepageLeftTitleTC a:active {
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
}

.homepageLeftTitleTR {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/topRightTitle.gif);
	background-repeat: no-repeat;*/
	background-image: url(/App_Themes/ELX/Images/siteimages/titleBarBG.jpg);
	background-repeat: repeat-x;
	background-color:#5a5a5a;
	width:10px;
	height:26px;
	font-size:0px;
}

.homepageLeftTextBL {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/bottomLeftGreen.gif);
	background-repeat: no-repeat;
	background-color:#c0c0c0;*/
	background-image:url(/App_Themes/ELX/Images/siteimages/leftColumnBG.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	width:9px;
	height:10px;
	font-size:0px;
}

.homepageLeftTextBC {
	background-image:url(/App_Themes/ELX/Images/siteimages/leftColumnBG.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	/*background-color:#c0c0c0;*/
	height:10px;
	font-size:0px;
}

.homepageLeftTextBR {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/bottomRightGreen.gif);
	background-repeat: no-repeat;
	background-color:#c0c0c0;*/
	background-image:url(/App_Themes/ELX/Images/siteimages/leftColumnBG.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	width:9px;
	height:10px;
	font-size:0px;
}

/*#Homepage/News & Events#*/
.homepageNewsText {
	padding:15px;
	margin-right:6px;
	/*background-color:#c0c0c0;*/
	background-image:url(/App_Themes/ELX/Images/siteimages/leftColumnBG.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	color:#000000;
	font-size:11px;
	font-weight:bold;
}

.homepageNewsText a
{
	color:#000099;
	text-decoration:underline;
	font-weight:bold;
}
.homepageNewsText a:visited
{
	color:#000099;
	text-decoration:underline;
}
.homepageNewsText a:hover
{
	color:#000000;
	text-decoration:none;
}
.homepageNewsText a:active
{
	color:#000000;
	text-decoration:none;
}

.homepageNewsTitleTL {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/topLeftTitle.gif);
	background-repeat: no-repeat;*/
	background-image: url(/App_Themes/ELX/Images/siteimages/titleBarBG.jpg);
	background-repeat: repeat-x;
	background-color:#5a5a5a;
	width:9px;
	height:26px;
	font-size:0px;
}

.homepageNewsTitleTC {
	background-image: url(/App_Themes/ELX/Images/siteimages/titleBarBG.jpg);
	background-repeat: repeat-x;
	background-color:#5a5a5a;
	padding-left: 5px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}

.homepageNewsTitleTC a {
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	text-decoration: underline;
}

.homepageNewsTitleTC a:visited {
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	text-decoration: underline;
}

.homepageNewsTitleTC a:hover {
	font-size:14px;
	color:#eee;
	font-weight:bold;
	text-decoration: none;
}

.homepageNewsTitleTC a:active {
	font-size:14px;
	color:#FFF;
	font-weight:bold;
	text-decoration: none;
}

.homepageNewsTitleTR {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/topRightTitle.gif);
	background-repeat: no-repeat;*/
	background-image: url(/App_Themes/ELX/Images/siteimages/titleBarBG.jpg);
	background-repeat: repeat-x;
	background-color:#5a5a5a;
	width:10px;
	height:26px;
	font-size:0px;
}

.homepageNewsTextBL {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/bottomLeftNews.gif);
	background-repeat: no-repeat;
	background-color:#c0c0c0;*/
	background-image:url(/App_Themes/ELX/Images/siteimages/leftColumnBG.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	width:9px;
	height:10px;
	font-size:0px;
}

.homepageNewsTextBC {
	/*background-color:#c0c0c0;*/
	background-image:url(/App_Themes/ELX/Images/siteimages/leftColumnBG.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	height:10px;
	font-size:0px;
}

.homepageNewsTextBR {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/bottomRightNews.gif);
	background-repeat: no-repeat;
	background-color:#c0c0c0;*/
	background-image:url(/App_Themes/ELX/Images/siteimages/leftColumnBG.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	width:9px;
	height:10px;
	font-size:0px;
}

.articleTitle {
	font-size:13px;
	font-weight:bold;
}

/*#Homepage/Quick Links#*/

.homepageQuickLinksText {
	padding:15px;
	/*background-color:#c0c0c0;*/
	background-image:url(/App_Themes/ELX/Images/siteimages/rightColumnBG.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
}

.homepageQuickLinksText a {
	color: #000000;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	display:block;
	padding: 3px 3px;
}

.homepageQuickLinksText a:visited {
	color: #000000;
	text-decoration:none;
}

.homepageQuickLinksText a:hover {
	color: #000;
	text-decoration:none;
	background-color:#e0e0e0;
}

.homepageQuickLinksText a:active {
	color: #000;
	text-decoration:none;
}


.homepageQuickLinksTitleTL {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/topLeftTitle.gif);
	background-repeat: no-repeat;*/
	background-image: url(/App_Themes/ELX/Images/siteimages/titleBarBG.jpg);
	background-repeat: repeat-x;
	background-color:#5a5a5a;
	width:9px;
	height:26px;
	font-size:0px;
}

.homepageQuickLinksTitleTC {
	background-image: url(/App_Themes/ELX/Images/siteimages/titleBarBG.jpg);
	background-repeat: repeat-x;
	background-color:#5a5a5a;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}

.homepageQuickLinksTitleTR {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/topRightTitle.gif);
	background-repeat: no-repeat;*/
	background-image: url(/App_Themes/ELX/Images/siteimages/titleBarBG.jpg);
	background-repeat: repeat-x;
	background-color:#5a5a5a;
	width:10px;
	height:26px;
	font-size:0px;
}

.homepageQuickLinksTextBL {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/bottomLeftSubNav.gif);
	background-repeat: no-repeat;
	background-color:#c0c0c0;*/
	background-image:url(/App_Themes/ELX/Images/siteimages/rightColumnBG.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	width:9px;
	height:10px;
	font-size:0px;
}

.homepageQuickLinksTextBC {
	/*background-color:#c0c0c0;*/
	background-image:url(/App_Themes/ELX/Images/siteimages/rightColumnBG.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	height:10px;
	font-size:0px;
}

.homepageQuickLinksTextBR {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/bottomRightSubNav.gif);
	background-repeat: no-repeat;
	background-color:#c0c0c0;*/
	background-image:url(/App_Themes/ELX/Images/siteimages/rightColumnBG.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	width:9px;
	height:10px;
	font-size:0px;
}



/*#Navigation#*/


.horizontalmenu
{
	font-size:10px;
	border-top: solid 1px #ffffff;
	background-color:#000000;
	background-image: url(/App_Themes/ELX/images/siteimages/navBG_black.jpg);
	background-repeat: repeat-x;
}

.verticalmenu
{
	background: none;
}
/*#Navigation/Horizontal#*/
.horizontalCMSMenu
{
	color: #ffffff;
	padding: 0px;
	margin:0px;
	font-size:10px;
	font-weight: bold;
	text-transform: uppercase;
}

.horizontalsubCMSMenu
{
	color:#FFFFFF;
	font-weight: bold;
	background-color:#c0c0c0;
	text-transform: normal;
}

.horizontalsubCMSMenu tr
{
	background: transparent;
}

.horizontalsubCMSMenuItem
{
	white-space: nowrap;
	display: block;
	border-bottom: solid;
	border-bottom-width: 0px;
	border-color:#FFFFFF;
	color:#000000;
}

.horizontalsubCMSMenuItem
{
	padding: 5px 3px;
	min-width: 140px;
	white-space: nowrap;
	display: block;
	border-top: solid;
	border-top-width: 1px;
	border-color:#FFFFFF;
}
.horizontalsubCMSMenuItemMouseOver, .horizontalsubCMSMenuItemMouseDown, .horizontalsubCMSMenuHighlightedMenuItem, .horizontalsubCMSMenuHighlightedMenuItemMouseOver, 
.horizontalsubCMSMenuHighlightedMenuItemMouseDown
{
	padding: 5px 3px;
	min-width: 140px;
	white-space: nowrap;
	display: block;
	border-top: solid;
	border-top-width: 1px;
	border-color:#FFFFFF;
	color:#FFFFFF;
	background-color:#000;
}

.horizontalsubCMSMenuItemMouseOver {
	color:#FFFFFF;
	background-color:#666;
}

.horizontalsubCMSMenuHighlightedMenuItem, .horizontalsubCMSMenuHighlightedMenuItemMouseOver,
.horizontalsubCMSMenuHighlightedMenuItemMouseDown
{
	color:#FFFFFF;
	font-weight:bold;
}

.horizontalCMSMenuItem, .horizontalCMSMenuItemMouseOver, .horizontalCMSMenuItemMouseDown, 
.horizontalCMSMenuHighlightedMenuItem, .horizontalCMSMenuHighlightedMenuItemMouseOver, 
.horizontalCMSMenuHighlightedMenuItemMouseDown, 

.horizontalCMSMenuItemMouseUp, .horizontalCMSMenuHighlightedMenuItemMouseUp
{
	font-size: 10px;
	padding: 5px 38px;
	border-right: solid 1px #FFFFFF;
}

.horizontalCMSMenuItemMouseOver {
    	color:#FFFFFF;
	font-size:10px;
	background-color:#000000;
}

.horizontalCMSMenuHighlightedMenuItem, 
.horizontalCMSMenuHighlightedMenuItemMouseOver, .horizontalCMSMenuHighlightedMenuItemMouseDown
{
    	color:#ffffff;
	font-weight:bold;
	/*background-color:#000000;*/
	background-image: url(/App_Themes/ELX/Images/siteimages/mainNavSelected.jpg);
	background-repeat:repeat-x;
	background-color:#120f02;
}

/*#Doctor Dropdown Menu#*/

#log { position:fixed; bottom: 0; right:1em; text-align:right; }
#switch { position: fixed; bottom: 0; right: 15em; }

.basic  {
	border: 1px solid #c1c1c1;
	width:100%;
}
.basic div {
	background-color: #fbfbfb;
}

.basic p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-size: 10px;
	margin: 0px;
	padding: 10px 10px 15px 10px;

}
.basic a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	background-color: #eeeeee;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
}
.basic a:hover {
	background-color: white;
	border:0px;
}
.basic a.selected {
	background-color: #dddddd;
}

/*#Navigation/Sub Nav#*/

.leftSubNavText {
	/*width:150px;*/
	padding:15px;
	margin-right:8px;
	/*background-color:#c0c0c0;*/
	background-image:url(/App_Themes/ELX/Images/siteimages/rightColumnBG.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
}


.leftSubNavTitleTL {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/topLeftTitle.gif);
	background-repeat: no-repeat;*/
	background-image: url(/App_Themes/ELX/Images/siteimages/titleBarBG.jpg);
	background-repeat: repeat-x;
	background-color:#5a5a5a;
	width:9px;
	height:26px;
	font-size:0px;
}

.leftSubNavTitleTC {
	background-image: url(/App_Themes/ELX/Images/siteimages/titleBarBG.jpg);
	background-repeat: repeat-x;
	background-color:#5a5a5a;
	width:161px;
	font-size:14px;
	color:#FFF;
	font-weight:bold;
}

.leftSubNavTitleTR {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/topRightTitle.gif);
	background-repeat: no-repeat;*/
	background-image: url(/App_Themes/ELX/Images/siteimages/titleBarBG.jpg);
	background-repeat: repeat-x;
	background-color:#5a5a5a;
	width:10px;
	height:26px;
	font-size:0px;
}

.leftSubNavTextBL {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/bottomLeftSubNav.gif);
	background-repeat: no-repeat;
	background-color:#c0c0c0;*/
	background-image:url(/App_Themes/ELX/Images/siteimages/rightColumnBG.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	width:9px;
	height:10px;
	font-size:0px;
}

.leftSubNavTextBC {
	/*background-color:#c0c0c0;*/
	background-image:url(/App_Themes/ELX/Images/siteimages/rightColumnBG.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	width:161px;
	height:10px;
	font-size:0px;
}

.leftSubNavTextBR {
	/*background-image: url(/App_Themes/ELX/Images/siteimages/bottomRightSubNav.gif);
	background-repeat: no-repeat;
	background-color:#c0c0c0;*/
	background-image:url(/App_Themes/ELX/Images/siteimages/rightColumnBG.jpg);
	background-repeat:repeat-y;
	background-color:#ffffff;
	width:9px;
	height:10px;
	font-size:0px;
}



.CMSTreeMenuTable
{
	/*font-size: 120%;*/
	width: 100%;
}

.CMSTreeMenuTable a
{
	white-space: nowrap;
	font-weight:bold;
	font-size:11px;
}

.subCMSTreeMenuTable
{
	margin-left: 10px;
}

.CMSTreeMenuTable a:hover
{
	text-decoration: none;
	color:#000;
}

.CMSTreeMenuItem, .CMSTreeMenuSelectedItem
{
	/*background: url(../App_Themes/CorporateSite/Images/leftmenuBg.gif) repeat-x left bottom;*/
	padding: 3px 0px;
	/*border-bottom: solid;
	border-bottom-width: 1px;
	border-color:#FFFFFF;*/
	display: block;
	
}

.CMSTreeMenuItem:hover
{
	/*background-color:#999999;*/
	background-color:#fff;
	color:#000;
	
}
.CMSTreeMenuSelectedItem {
	/*background-color:#666666;*/
	background-color:#e0e0e0;
	color:#000;
}

.subCMSTreeMenuItem, .subCMSTreeMenuSelectedItem
{
	/*background: url(../App_Themes/CorporateSite/Images/leftmenuBg.gif) repeat-x left bottom;*/
	padding: 3px 0px;
	color:#000;
	/*border-bottom: solid;
	border-bottom-width: 1px;
	border-color:#FFFFFF;*/

}

.CMSTreeMenuLink
{
	padding-left: 12px;
	text-decoration: none;
	color: #000000;
	/*background: url(../App_Themes/CorporateSite/Images/treeMenuItemBackground.png) no-repeat left center;*/
}

.subCMSTreeMenuLink
{
	text-decoration: none;
	padding-left: 18px;
	/*background: url(../App_Themes/CorporateSite/Images/treeMenuItemBackground.png) no-repeat 8px center;*/
}

.CMSTreeMenuSelectedLink
{
	/*background: url(../App_Themes/CorporateSite/Images/treeMenuItemBackgroundActive.png) no-repeat left center;*/
	padding-left: 12px;
	color:#000;
	text-decoration: none;
}

.subCMSTreeMenuSelectedLink
{
	background: url(../App_Themes/CorporateSite/Images/treeMenuItemBackgroundActive.png) no-repeat 8px center;
	padding-left: 18px;
	color:#000;
	text-decoration: none;
}
