/* CSS Document */

#menu {
	margin-bottom: 4px;




}
#menu ul {
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#menu li {
	list-style-type: none;
	display: inline;
	padding-right: 16px;
	padding-left: 16px;
}
#menu li span {

}

#menu  li span.hover {

}

#menu li.last {

}
#menu a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-align: center;
}

#menu a:hover, #menu a.this {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a img {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

#menuSub {
	clear: both;
	color: #000000;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
	font-size: 11px;
}
#menuSub ul {
	text-align: center;
	padding: 0px;
	margin: 0px;

}
#menuSub li {
	list-style-type: none;
	display: inline;
	background-image: url(../images/menu/m-sepa.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	padding-right: 12px;
}
#menuSub li.last {
	background-image: none;
}
#menuSub a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	padding-right: 8px;
	padding-left: 8px;
}
#menuSub  a:hover, #menuSub  li.this a {
	color: #999999;
	text-decoration: none;
}


#menuProd {
}
#menuProd h2 {
	font-size: 100%;
	margin-bottom: 14px;
	padding-top: 2px;
}


#menuProd ul {
	margin: 0px;
	padding: 0px;
}
#menuProd  ul ul {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}

#menuProd li {
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	padding-top: 3px;
}
#menuProd li.first {
	border-top-style: none;
}


#menuProd a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 90%;
}
#menuProd a:hover, #menuProd a.this {
	color: #990000;
	text-decoration: none;
}
#menuProd h2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#menuProd  h2  a:hover {
	color: #CCCCCC;
	text-decoration: none;
}

#menuProd .closed ul {
}

#menuProd .open ul {
}

#menuBot {
	clear: both;
	color: #000000;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 11px;
}
#menuBot ul {
	text-align: center;
	padding: 0px;
	margin: 0px;

}
#menuBot li {
	list-style-type: none;
	display: inline;
	background-image: url(../images/menu/m-sepa.gif);
	background-repeat: no-repeat;
	background-position: right 6px;
	padding-right: 12px;
}
#menuBot li.last {
	background-image: none;
}
#menuBot a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1px;
	padding-right: 8px;
	padding-left: 8px;
}
#menuBot  a:hover, #menuBot  li.this a {
	color: #999999;
	text-decoration: none;
}

#menuUser {
	font-size: 80%;
	float: right;
}
#menuUser ul {
	margin: 0px;
	padding: 0px;
}
#menuUser li {
	list-style-type: none;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	float: left;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menuUser li.last {
	border-right-width: 0px;
	border-right-style: none;
}
#menuUser a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin: 0px;
	display: block;
}
#menuUser a:hover, #menuUser a.this {
	color: #006699;
	text-decoration: none;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}
