/* CSS Document */

body{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #1A1A1A;
	topmargin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight:900;	/*background: #cccccc url("bg_grad.jpg") fixed;*/
}

.comentariu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #1A1A1A;
	font-size: 14px;
	font-weight:normal;
}

#menu a:link, a:visited {
	color:#001703;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:900;
	text-align: left;
}

#menu a:hover {
	color:#001703;
	text-decoration:none;
	font-weight:900;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height: 100px;
	background-image: url(images/galbenh.gif);
	background-repeat: repeat-x;
}

a:link, a:visited {
	color: #006400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
}
a:hover {
	color: #00AA00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-decoration: none;
}


	#mainContainer{
		width:760px;
		height:600px;
		border:1px solid #000000;
		margin:0 auto;
		background-image:url('../../images/heading3.gif');
		background-repeat:repeat-x;
		padding-top:85px;			
	}
	#mainMenu{
		background-color: #FFF;	/* Background color of main menu */
		font-family: Verdana, Arial, Helvetica, sans-serif;	/* Fonts of main menu items */
		font-size:16px; /* Font size of main menu items */
		border-bottom:1px solid #000000;	/* Bottom border of main menu */
		height:30px;	/* Height of main menu */
		
		position:relative;	/* Don't change this position attribute */
		
	}
	#mainMenu a{
		padding-left:10px;	/* Spaces at the left of main menu items */
		padding-right:10px;	/* Spaces at the right of main menu items */
		font-weight:900;
		/* Don't change these two options */
		position:absolute;
		bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */
	}
	
	#submenu{		
		font-family: Verdana, Arial, Helvetica, sans-serif;	/* Font  of sub menu items */
		background-color:#FFFFFF;	/* Background color of sub menu items */
		
		width:100%;	/* Don't change this option */
		
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		border-left:1px solid #000000;
		border-top:1px solid #000000;
		border-right:1px solid #000000;		
		background-color: #E2EBED;	/* Background color */
		
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #104705;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{	
		text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
		padding-left:5px;	/* Space at the left of each sub menu item */
		padding-right:5px;	/* Space at the right of each sub menu item */
		color: #000;	/* Text color */
		font-size:0.9em; 
	}
	
	#submenu a:hover{
	color: #104705;
	background-color: #D9FFD9;
	}
	
#anexa {
	padding: 5px;
	background-color: #FFFFFF;
	border-right: 1px solid #FFFF00;
	border-bottom: 1px solid #FFFF00;
	border-left: 1px solid #FFFF00;
	font: bold 12 px Verdana, Arial, Helvetica, sans-serif;
	color:#003300;
	text-decoration:none;
	width:190px;
}
