#navAdd li,
#navAdd a												{display: block;
																 color: #bfdaed;
																 font-size: 10px;}

#navAdd a:hover,
#navAdd a:active								{color: #fff;
																 text-decoration:none;}

#navAdd li											{position: relative;
																 height: 24px;
																 overflow: visible;
																 float: left;
																 margin: 0px 5px 0px 0px;}

#navAdd a												{height: 20px;
																 padding: 4px 5px 0px 5px;}

* html body #navAdd li					{white-space: nowrap;
																 width: 1px;}

#navAdd li:hover,
#navAdd li:focus,
#navAdd li.active									{background-image: url('../../vorlagen/images/nav_add_bg_left.gif');
																 background-repeat: no-repeat;
																 background-attachment: scroll;
																 background-position: 0%}

#navAdd ul li										{background: none !important;}

#navAdd li.languages:hover,
#navAdd li.languages:focus,
#navAdd li.active 									{background-image: url('../../vorlagen/images/nav_add_bg_left_first.gif');
																 background-repeat: no-repeat;
																 background-attachment: scroll;
																 background-position: 0%}

#navAdd li:hover a,
#navAdd li:focus a,
#navAdd li.active a	 							{background-image: url('../../vorlagen/images/nav_add_bg_right.gif');
																 background-repeat: no-repeat;
																 background-attachment: scroll;
																 color: #fff;
																 background-position: right}

#navAdd li a										{text-decoration: none;}

#navAdd ul											{position: absolute;
																 top: 24px;
																 left: 0px;
																 display: none;
																 white-space: nowrap;
																 background-repeat: no-repeat;
																 background-attachment: scroll;
																 width: 12em !important;
																 background-image: url('../../vorlagen/images/nav_add_arrow.gif');
																 padding-left: 20px;
																 padding-right: 0px;
																 padding-top: 6px;
																 padding-bottom: 0px;
												 				 background-position: 10px 8px}

#navAdd li.languages:hover ul,
#navAdd li.languages:focus ul	{display: block;}

#navAdd ul li a									{background: none !important;}

#navAdd ul li,
#navAdd ul li a									{display: inline !important;
												 				 padding: 0 !important;}

