body { color: black; background-color: #cccccc;  font-family: Arial, Helvetica, Verdana, sans-serif; text-decoration: none; }

a:link {
	COLOR: #606060; TEXT-DECORATION: underline;
}
a:visited {
	COLOR: #606060; TEXT-DECORATION: underline
}
a:hover {
	COLOR: #ea5c2e; TEXT-DECORATION: none
}
a:active {
	COLOR: #606060; TEXT-DECORATION: underline
}

#TableMain {
	BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: white
}

#Table2 {
	HEIGHT: 308px;
}

.pMedB { color: #000000; font-size: 18px; font-style: normal; font-weight: bold; border-left-style:dotted; border-left-width:1px; border-right-width:1px; border-top-width:1px; border-bottom-style:dotted; border-bottom-width:1px }
.pLargeB { padding:0px; color: #000000; font-size: 22px; font-style: normal; font-weight: bold; border-left-style:dotted; border-left-width:1px; border-bottom-style:dotted; border-bottom-width:1px  }

.pHorDottedLine{ color: #000000; font-size: 2mm; font-style: normal; border-bottom-style:dotted;  border-bottom-width:1px; margin-top:1px; margin-bottom:1px }

.OrangeContainer { PADDING-RIGHT: 3px; PADDING-LEFT: 3px; FONT-SIZE: 14pt; background-color: #FF5900; border-top: 1px solid #fff; border-bottom: 1px solid #fff; }

td { color: #000; font-size: 12pt; font-family: Arial, Helvetica, Verdana, sans-serif; text-align: justify;}

.TDbk{ background-image: url("Images/VertDotBk1x3.gif"); background-repeat: repeat-y; }

.Sieze9pt {
	FONT-SIZE: 9pt; COLOR: black
}

.pt12 { font-size: 12pt; COLOR: black; font-style: normal; }

.Copyright, a:link.Copyright {
	FONT-SIZE: 10pt; COLOR: #808080; FONT-FAMILY:  Arial, Helvetica, Verdana, sans-serif;
}

.p18 { color: black; font-size: 18px; font-style: normal;  font-family: Arial, Helvetica, Verdana, sans-serif; text-decoration: none }


.produ a:link {
	COLOR: #0033CC; TEXT-DECORATION: underline; font-weight:bold
}
.produ a:visited {
	COLOR: #0033CC; TEXT-DECORATION: underline; font-weight:bold
}
.produ a:hover {
	COLOR: #FFFFFF; BACKGROUND-COLOR: #FF5900; font-weight:bold
}
.produ a:active {
	COLOR: #0033CC; TEXT-DECORATION: underline; font-weight:bold
}





#menuDIV {
	 WIDTH: 180px; HEIGHT: 180px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: white; PADDING-BOTTOM: 0px; MARGIN: 0px; LINE-HEIGHT: 1; PADDING-TOP: 0px; LIST-STYLE-TYPE: none;
}


.menu {
height:150px;
font-size:90%;
margin:25px 0 50px 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
position:relative;
z-index:100;
padding:0;
margin:0;
list-style-type:none;
width:180px;
}
/* style the list items */
.menu li {
background:#d4d8bd url("shadow.jpg");
height:26px;
/* for IE7 */
float:left;
}
.menu li.sub {background:#d4d8bd url(ArrowBlk.gif) no-repeat right center;} 

/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:50; font-size:1em;}

/* style the links */
.menu a, .menu a:visited {
display:block; 
text-decoration:none;
height:25px;
line-height:25px;
width:179px;
color:#000;
text-indent:5px;
border:1px solid #fff;
border-width:0 1px 1px 1px;
}
/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {width:200px; w\idth:199px;}
/* style the link hover */
* html .menu a:hover {color:#efa; background:#aa7; position:relative;}

.menu li:hover {position:relative;}

/* For accessibility of the top level menu when tabbing */
.menu a:active, .menu a:focus {color:#efa; background:#aa7;}

/* retain the hover colors for each sublevel IE7 and Firefox etc */
.menu li:hover > a {color:#efa; background:#aa7;}
 
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu li ul {
visibility:hidden;
position:absolute;
top:-30px;
/* set up the overlap (minus the overrun) */
left:120px;
/* set up the overrun area (o valoare mai mare da stabilitate meniului, un mai mica permite accesarea mai usoare a itemului de superior sau inferior */
padding:10px;
/* this is for IE to make it interpret the overrrun padding */
background:transparent url(transparent.gif);
}

/* for browsers that understand this is all you need for the flyouts */
.menu li:hover > ul {visibility:visible;}


/* for IE5.5 and IE6 you need to style each level hover */

/* keep the third level+ hidden when you hover on first level link */
.menu ul a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
.menu ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
.menu ul a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}

/* make the second level visible when hover on first level link */
.menu ul a:hover ul {
visibility:visible;
}
/* make the third level visible when you hover over second level link */
.menu ul a:hover ul a:hover ul{ 
visibility:visible;
}
/* make the fourth level visible when you hover over third level link */
.menu ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
