/*
#menu_mainMenu	{
	height: 30px;
	padding-left:2px;
	
}

#menu_sub_mainMenu	{
	height: 25px;
	background-color: #d3d3d3;
}

*/

#menuBlock_closeMenu	{
	float: right;
}


.menuclassicContainer	{
		width: 100%;
		height: 55px;
		margin: 0;
		overflow: hidden;
}


.menu {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	clear: both;	
}


.menuclassic	{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	clear: both;	
}


.menuclassic .menuItem	{
	height: 100%;
	float: left;
	border-right: 1px solid #0165AA;
}


.menuclassic .menuItem .menuItemContent	{
	margin: 5px 20px 0 20px;
	cursor: pointer;

}


.menuclassic .menuItem a{
	font-size: 14px;
	font-weight: bold;
	color: #aaaaaa;
	text-decoration: none;
}


.menuclassic .menuItem a:hover {
	color: black;
}


.menuclassic .menuItem .sel1	a{
	color: black;
	text-decoration: none;
}


.menuclassic .menuItem .sel1	a:hover {
	text-decoration: none;
}


/* submenu */

.menuclassicSub	{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 20px;
}

.menuclassicSub .menuItem	{
	height: 100%;
	float: left;
/*	border-right: 1px solid black; */
}

.menuclassicSub .menuItem .menuItemContent	{
	margin: 6px 20px 0 0;
	cursor: pointer;
}

.menuclassicSub .menuItem a{
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.menuclassicSub .menuItem a:hover {
	text-decoration: underline;
}

.menuclassicSub .menuItem .sel1	a{
	text-decoration: underline;
}

.menuclassicSub .menuItem .sel1	a:hover {
	text-decoration: none;
}


/******* leftClassic Menu ******/

.menuleftClassicContainer	{
/*		width: 170px; */
		height: auto;
		margin: 0px;
}

.menuleftClassic, .menuleftClassicSub	{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;	
}

.menuleftClassicSub	{
	margin: 0 0 10px 15px;
}


.menuleftClassic .menuItem	{
}

.menuleftClassic .menuItem .menuItemContent	{
	cursor: pointer;
}



.menuleftClassic .menuItem a{
	font-size: 12px;
	font-weight: bold;
	color: #0165AA;
	text-decoration: none;
	line-height: 20px;
}

.menuleftClassic .menuItem a:hover {
	color: #7A032A;
	text-decoration: none;
}

.menuleftClassic .menuItem .sel1	a{
	color: #7A032A;
	text-decoration: none;
}

.menuleftClassic .menuItem .sel1	a:hover {
	text-decoration: none;
}


/******* menugraphic Menu ******/

.menugraphicSubContainer	{
	position: absolute;
	width: auto;
	height: auto;
	
	z-index: 900;
}

.menugraphicSub	{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

.menugraphicSub .menuItem	{
	width: 100%;
}

.menugraphicSub .menuItemContent {
	background-image: none;
}

.menugraphicSub .menuItemContent:hover {
	background-image: url(../images/bg_menugraphicSub.jpg.jpg);
}

/******* language Flag ******/

.languageFlagContainer	{
	width: 200px;
	height: 20px;
	margin: 10px 24px 10px 10px;
	float: right;
/*	background-color: white; */
}

.languageFlag	{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;	
}

.languageFlag .languageItem	{
	float: right;
}

.languageFlag .languageItem .languageItemContent	{
	margin: 0 5px 0 5px;
/*	background-color: orange; */
}

/******* language Combo ******/

.languageComboContainer	{
	width: 120px;
	height: 20px;
	margin: 10px;

}

.languageCombo	{
	margin-right: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	
}

.languageCombo .languageItem	{
}

/******* login ******/

#loginTop	{
	
	overflow: hidden;
	margin: 10px 0 10px 0;
	
}


/*--------------------------------------*/


.menugraphic	{
	overflow: hidden;
}

.menugraphic .menuItem	{
	background-image: none;
	height: 30px;
	float: left;
	margin-top: 1px;	
	border-right: 1px solid #c0c2c4;
	
}


.menugraphic .menuItem a	{
	display: block;
}



.menugraphic .menuItemContent	{
	height: 30px;
	border-right: 1px solid white;
	
}

.menugraphic .menuItemContent:hover	{
	border-right: 1px solid #c0c2c4;
	
}

.menugraphic .menuItem .menugraphicSubContainer	{
	display: none;
	
}

.menugraphic .menuItem:hover > .menugraphicSubContainer	{
	display: block;
/*	position: absolute; */
	
}

.menugraphicSubContainer	{
	position: absolute;
/*		position: relative; */
	margin: -1px 0 0 -1px;
	width: auto;
/*	top: 100px;
	left: 100px; */
	z-index: 1700;
	border-left: 1px solid #fdfdfd;
	border-right: 1px solid #fdfdfd;
	border-bottom: 1px solid #fdfdfd;
}

.menugraphicSub	{
	width: 100%;
	height: 100%;
	margin-top: 2px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	background-color: #5e6b79;
	
}

.menugraphicSub .menuItemSub	{
	height: 23px;
	width: 100%;
	color: white;
	cursor: pointer;
}

.menugraphicSub .menuItemContentSub {
	background-image: none;
	overflow: hidden;
/*	padding-left: 10px;
	padding-right: 10px; */
}




.menugraphicSub .menuItemSub a	{
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #7e8994;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	width: 100%;
	display: block;
	font-weight: normal;
}

.menugraphicSub .menuItemSub .menujp a	{
	font-size: 12px;
}


.menugraphicSub .menuItemSub .sel1	a {
	color: white;
	text-decoration: underline;
}



/* ################ menuclassicDropDown ##################### */





.menuclassicDropDown	{
	overflow: hidden;
}

.menuclassicDropDown .menuItem	{
	margin-right: 10px;
	border: none;
	float: left;
	background-color: #929292;
	color: #ffffff;
	text-align: center;
	
}


.menuclassicDropDown .menuItem .menuclassicDropDownSubContainer	{
	display: none; 
	
}

.menuclassicDropDown .menuItem:hover > .menuclassicDropDownSubContainer	{
	display: block; 
	position: absolute; 
	
}



.menuclassicDropDown .menuItemContent	{
	text-align: center;
	padding: 0 15px;
	margin: 0;
}

.menuclassicDropDown .menuItem a	{
	color: #ffffff;
	text-align: right;
	line-height: 24px;
	font-weight: bold;
	font-size: 12px;
	padding-right: 0;
	background-position: right;
	background-repeat: no-repeat;
	background-image: none;
}

.menuclassicDropDown .menuItem a:hover	{
	color: #ffffff;
}

.menuclassicDropDown .menuItem .sel1  {
	background-color: #ffa44a
}


.menuclassicDropDown .menuItem .sel1	a {
	color: white;
	text-decoration: none;
}

.menuclassicDropDownSub	{
	width: 100%;
	height: 100%;
	margin-top: -1px;
	border-top: 1px solid #ffffff;
	margin-left: 0px;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	background-color: #5e6b79;
	
}

.menuclassicDropDown .menuItem .menuclassicDropDownSubContainer	{
	display: none; 
	z-index: 1700;	/*!to show up on top of a menu window*/
	border: 1px solid #D3D3D3;
	
}

.menuclassicDropDownSub .menuItemContentSub:hover {
	background-image: none;
	background-color: #ffa44a;
	
}


.menuclassicDropDownSub .menuItemSub a	{
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #7e8994; 
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 5px;
/*	width: 100%; */
	display: block;
	text-align: left;
	line-height: 13px;
}



.menuclassicDropDownSub .menuItemSub a:hover	{
	color: white;
}


