/* ================================
    CSS STYLES FOR Module TOMSideMenuModule
   ================================
*/

	.SMMenuItem0 A, .SMMenuItemCurrentTab0 A, .SMMenuItemOpenTab0 A, 
	.SMMenuItem1 A, .SMMenuItemCurrentTab1 A, .SMMenuItemOpenTab1 A
	{
		padding-right: 5px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-size: 10px;
		font-weight: bold;
		font-family: Verdana;
		font-color:#003366;
		width: 100%;	
		background-repeat: no-repeat;
		background-image: url(flecha.gif);
		padding-right: 5px;
		background-repeat: repeat;
		background-image: url(menu.JPG);
		
		/*background-color : Yellow;*/
		
	} 
	.SMMenuItem2 A, .SMMenuItemCurrentTab2 A, .SMMenuItemOpenTab2 A {
		padding-right: 5px;
		padding-top: 3px;
		padding-bottom: 3px;
		font-size: 10px;
		font-color:#003366;
		font-family: Verdana;
		width: 100%;	
		background-repeat: no-repeat;
		background-image: url(Puntoazul.JPG);
	}
	
	.SMMenuItem0 A, .SMMenuItemOpenTab0 A, .SMMenuItemCurrentTab0 A {
		padding-left: 5px;
	}
	.SMMenuItem1 A, .SMMenuItemOpenTab1 A, .SMMenuItemCurrentTab1 A {
		padding-left: 26px;
		font-size: 10px;
	}
	.SMMenuItem2 A, .SMMenuItemOpenTab2 A, .SMMenuItemCurrentTab2 A {
		padding-left: 25px;
		font-size: 10px;
	}
	.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: #000000;text-decoration: none
	}
	.SMMenuItem0 A:visited, .SMMenuItem1 A:visited, .SMMenuItem2 A:visited {
		color: #000000; 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: #000000; 
		text-decoration: 'Underline';
		background-color: White;
	}
	.SMMenuItemText0, .SMMenuItemText1, .SMMenuItemText2 {
		margin-left: 5px;
	}
	.SMMenuItemIcon0, .SMMenuItemIcon1, .SMMenuItemIcon2 
	{
		background-image :url(flecha.gif);
		margin: 2px;
		vertical-align: middle;
	}
	.SMMenuItemCurrentTab0, .SMMenuItemCurrentTab1, .SMMenuItemCurrentTab2 {
		font-style: normal; text-transform:capitalize
	}

