/* CSS Document */

a { border: none; outline: none; text-decoration: none;}

a.topMenuLink:link,
a.topMenuLink:hover,
a.topMenuLink:visited,
a.topMenuLink:active
		{
			display: block;
			width: 90px;
			height: 173px;
		}
		
a.topMenuLink#Cine:hover
		{
			background-image: url(/Images/elementsB_04.jpg);
			background-repeat: no-repeat;
		}
		
a.topMenuLink#DeCe:hover
		{
			background-image: url(/Images/elementsB_05.jpg);
			background-repeat: no-repeat;
		}
		
a.topMenuLink#Unde:hover
		{
			background-image: url(/Images/elementsB_06.jpg);
			background-repeat: no-repeat;
		}
		
a.mainMenuLink:link,
a.mainMenuLink:hover,
a.mainMenuLink:visited,
a.mainMenuLink:active
		{
			color: #FF6600;
			text-decoration: underline;
			font-size: 12px;
			padding: 3px;
			margin: 0 1px;
		}
		
a.mainMenuLink:hover
		{
			color: #0066FF;
			text-decoration: none;
		}
		
a#IDEA:link, 
a#IDEA:hover,
a#IDEA:visited,
a#IDEA:active
		{
			color: #0033FF;
			letter-spacing: 2px;
			margin: 0 3px;
		}
		
a#IDEA:hover
		{
			color: #00CC00;
		}
 
 
a.stire:link,
a.stire:hover,
a.stire:visited,
a.stire:active
		{
			display: block;
			color: #FF6600;
			text-decoration: underline;
			font-size: 12px;
			padding: 3px;
			margin: 2px 0;
		}
		
a.stire:hover
		{
			color: #0066FF;
			text-decoration: none;
		}
			
			
a.stireMare:link,
a.stireMare:hover,
a.stireMare:visited,
a.stireMare:active
		{
			display: block;
			color: #FF6600;
			text-decoration: underline;
			font-size: 20px;
			padding: 3px;
			margin: 2px 0;
		}
		
a.stireMare:hover
		{
			color: #0066FF;
			text-decoration: none;
		}
			