/* ================================
    CSS STYLES FOR Module TOMSideMenuModule
   ================================
*/

	*#dnn_ctr667_SideMenu_lblLinks
	{
		font-family: Verdana, Arial;
		font-weight: normal;
		font-size: 11px;
		color: white;
		border: 0;
		border-width: 0;
		text-decoration: none;
		margin: 0;
		padding: 4px 0 0 0;
	}

	.SMMenuItem0 A, .SMMenuItemCurrentTab0 A, .SMMenuItemOpenTab0 A, 
	.SMMenuItem1 A, .SMMenuItemCurrentTab1 A, .SMMenuItemOpenTab1 A, 
	.SMMenuItem2 A, .SMMenuItemCurrentTab2 A, .SMMenuItemOpenTab2 A {
		padding-right: 5px;
		padding-top: 1px;
		padding-bottom: 1px;
		width: 100%;
	}
	
	/* First level links */
	.SMMenuItem0 A, .SMMenuItemOpenTab0 A, .SMMenuItemCurrentTab0 A {
		font-weight: bold;
		color: #003366;
		/*padding-top: 10px;*/
	}
	/* first level disabled links */
	.SMDisabledItemText 
	{
		font-weight: bold;
		font-family: Verdana, Arial;
		font-size: 12px;
		/*padding-top: 10px;*/
	}
	
	.SMMenuItem1 A, .SMMenuItemOpenTab1 A, .SMMenuItemCurrentTab1 A {
		padding-left: 15px;
	}
	.SMMenuItem2 A, .SMMenuItemOpenTab2 A, .SMMenuItemCurrentTab2 A {
		padding-left: 25px;
	}
	.SMMenuItem1 A, .SMMenuItemOpenTab1 A, .SMMenuItemCurrentTab1 {
		/*background-color: white;	  */
	}
	.SMMenuItem2 A, .SMMenuItemOpenTab2 A, .SMMenuItemCurrentTab2 {
		/*background-color:white;   */
	}
	.SMMenuItem0 A:link, .SMMenuItem1 A:link, .SMMenuItem2 A:link {
		 color: #003366;
		 text-decoration: none;
	}
	.SMMenuItem0 A:visited, .SMMenuItem1 A:visited, .SMMenuItem2 A:visited {
		color: #003366;
		text-decoration: none;
	}
	.SMMenuItem0 A:hover, .SMMenuItemCurrentTab0 A:hover, .SMMenuItemOpenTab0 A:hover,
	.SMMenuItem1 A:hover, .SMMenuItemCurrentTab1 A:hover, .SMMenuItemOpenTab1 A:hover,
	.SMMenuItem2 A:hover, .SMMenuItemCurrentTab2 A:hover, .SMMenuItemOpenTab2 A:hover {
		color: #70232b;
		text-decoration: underline; 
	}
	.SMMenuItemText0, .SMMenuItemText1, .SMMenuItemText2 {
		margin-left: 5px;
	}
	.SMMenuItemIcon0, .SMMenuItemIcon1, .SMMenuItemIcon2 {
		margin: 2px;
		vertical-align: middle;
	}
	
	/* active link */
	.SMMenuItemCurrentTab0, .SMMenuItemCurrentTab1, .SMMenuItemCurrentTab2 {
		color: #003366;
	}

