
#menu_mainMenu	{
	height: 30px;
}

#menu_sub_mainMenu	{
	height: 25px;
	background-color: #d3d3d3;
}

.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-family: "Trebuchet MS", Arial,Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	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-family: Verdana,Geneva,sans-serif;
	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	{
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;	
}

.menuLeftClassic .menuItem	{
}

.menuLeftClassic .menuItem .menuItemContent	{
	margin: 0 0 5px 0;
	cursor: pointer;
}

.menuLeftClassic .menuItem .indent	{
	margin: 5px 0 10px 15px;
}


.menuLeftClassic .menuItem a{
	font-family: Verdana,Geneva,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0165AA;
	text-decoration: none;
}

.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 24px 10px 10px;
	float: right;
	background-color: white;
}

.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;
	
}

#menu_mainMenu {
	padding-left:2px;
}

.menugraphic .menuItem a	{
	display: block;
}


/*
.menugraphic .menuItem:hover	{
	background-image: url(../../images/bg_Menu_hi.jpg);
}
*/
.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;
}



