﻿/* ================================
    CSS STYLES FOR Module TOMSideMenuModule
   ================================
*/
	.SMMenuItem0 A, .SMMenuItem0 A:link, .SMMenuItem0 A:visited {
		line-height:20px;
		padding-left:20px;
		text-decoration:none;
		color:#0C3F97;
	}

	.SMMenuItemCurrentTab0 A, .SMMenuItemCurrentTab0 A:link, .SMMenuItemCurrentTab0 A:visited {
		line-height:20px;
		padding-left:20px;
		text-decoration:none;
		font-weight:bold;
		color:#98989B;
	}

	.SMMenuItemOpenTab0 A, .SMMenuItemOpenTab0 A:link, .SMMenuItemOpenTab0 A:visited {
		line-height:20px;
		padding-left:20px;
		text-decoration:none;
		font-weight:bold;
		color:#98989B;
	}

	.SMMenuItem0 A:hover, .SMMenuItemCurrentTab0 A:hover, .SMMenuItemOpenTab0 A:hover {
		line-height:20px;
		padding-left:20px;
		text-decoration:none;
		color:#98989B;
	}

	.SMMenuItem1 {
		background-image:url(nav-icon-off.gif);
		background-repeat:no-repeat;
		background-position:78px 3px;
	}

	.SMMenuItemCurrentTab1, .SMMenuItemOpenTab1 {
		background-image:url(nav-icon-on.gif);
		background-repeat:no-repeat;
		background-position:78px 3px;
	}

	.SMMenuItem1 A, .SMMenuItem1 A:link, .SMMenuItem1 A:visited {
		line-height:20px;
		padding-left:30px;
		text-decoration:none;
		color:#0C3F97;
	}

	.SMMenuItemCurrentTab1 A, .SMMenuItemCurrentTab1 A:link, .SMMenuItemCurrentTab1 A:visited {
		line-height:20px;
		padding-left:30px;
		text-decoration:none;
		font-weight:bold;
		color:#98989B;
	}

	.SMMenuItemOpenTab1 A, .SMMenuItemOpenTab1 A:link, .SMMenuItemOpenTab1 A:visited {
		line-height:20px;
		padding-left:30px;
		text-decoration:none;
		font-weight:bold;
		color:#98989B;
	}

	.SMMenuItem1 A:hover, .SMMenuItemCurrentTab1 A:hover, .SMMenuItemOpenTab1 A:hover {
		line-height:20px;
		padding-left:30px;
		text-decoration:none;
		color:#98989B;
	}

	.SMMenuItem2 {
		background-image:url(nav-icon-off.gif);
		background-repeat:no-repeat;
		background-position:93px 3px;
	}

	.SMMenuItemCurrentTab2, .SMMenuItemOpenTab2 {
		background-image:url(nav-icon-on.gif);
		background-repeat:no-repeat;
		background-position:93px 3px;
	}

	.SMMenuItem2 A, .SMMenuItem2 A:link, .SMMenuItem2 A:visited {
		line-height:20px;
		padding-left:50px;
		text-decoration:none;
		color:#0C3F97;
	}

	.SMMenuItemCurrentTab2 A, .SMMenuItemCurrentTab2 A:link, .SMMenuItemCurrentTab2 A:visited {
		line-height:20px;
		padding-left:50px;
		text-decoration:none;
		font-weight:bold;
		color:#98989B;
	}

	.SMMenuItemOpenTab2 A, .SMMenuItemOpenTab2 A:link, .SMMenuItemOpenTab2 A:visited {
		line-height:20px;
		padding-left:50px;
		text-decoration:none;
		font-weight:bold;
		color:#98989B;
	}

	.SMMenuItem2 A:hover, .SMMenuItemCurrentTab2 A:hover, .SMMenuItemOpenTab2 A:hover {
		line-height:20px;
		padding-left:50px;
		text-decoration:none;
		color:#98989B;
	}


	.SMMenuItemText {
		font-family: Verdana, Helvetica, sans-serif;
		font-size:12px;
		text-decoration:none;
	}
	.SMMenuItemIcon0, .SMMenuItemIcon1, .SMMenuItemIcon2, .SMMenuItemIcon3  {
		margin: 0px;
		vertical-align: left;
	}
	.SMDisabledItemText {
		color:#98989B;
	}
