@charset "windows-1251";
/* DigSys CSS Document - Header */

/*  Begin syling for site header. 


NOTE: the change of the main menu position in the index pages as well as the inclusion of the 20th anniversary logo is included in digsys_index.html

========================================================================== */
#header {
	position:relative;
	width:100%;
}

#language_change { /*div with the link for changing the language */
	position:absolute;
	top:4px;
	right:10px;
	z-index:2;
	cursor:pointer;
	}

#language_change a {
	position:relative;
	display:block;
	width:100%;
	font-size:10px;
	color:#CCC;
	text-align: right;
	}
	
#digsys_logo {
	padding:0;
}

#main_menu {
	position:absolute;
	top:0px;
	left:181px;
	padding:0px;
	width:769px;
	/*height:29px;*/
	list-style: none;
	background:url(/images/components/bkg_gray_gray_topmenu_inactive_v2.jpg);
	background-repeat:repeat-x;
    }
	
#main_menu li {
    float: left;
	list-style:none;
	}
	
#main_menu li a:hover {
	background-image:url(/images/components/bkg_gray_gray_topmenu_active_v2.jpg);
} 
	
#main_menu li a {
	display:block;
	display:inline-block;
	height:20px;
	width:100px;
	font-size: 12px;
	line-height:10px;
	padding-top:9px;
	color: #FFF;
	text-decoration: none;
	text-align:center;
	border-right:1px solid #000;
	overflow:hidden;
	}

	
.main_menu_current {
	background-image:url(/images/components/bkg_gray_gray_topmenu_current_v2.jpg);
	background-repeat:repeat-x;
	}


/* END END END syling for site header */
