/*Credits: CSSplay */
/*URL: http://www.cssplay.co.uk/menus/pro_drop2 */

#navibox{
background:#fff url(../navi-images/prodrop2/button1a.gif) repeat-x;
width:940px;
margin: 0 10px;
}

#subnavi{
clear:both;
background-color:#FFFFCC;
border:1pt solid #FFCC33;
margin-top: 20px;
}

#subnavi a {
	color: #336699;
	font: 10px/20px verdana, arial, georgia, sans-serif;
	font-weight: bolder;
	text-decoration: none;
	padding-left: 12px;
}

#subnavi a.active, #content a:hover {
	color: #FFCC33;
	font-weight: bolder;
	text-decoration: none;
	background: url(../navi-images/activ-arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	margin-left: 10px;
}

#subnavi a:hover {
	color: #FFCC33;
	background-color: transparent;
	font-weight: bolder;
	text-decoration: underline;
}

#content a {
    color: #2047BF;
	font-weight: bolder;
	background: url(../navi-images/activ-arrow.gif) no-repeat left top;
	padding-left: 12px;
}

#content a.anker, #content a.resize_pic{background-image: none; padding: 0;}

.scroll_top{
margin: 0;
color: #333;
}

#scroll_top, .scroll_top, #content .scroll_top{
width: 200px;
margin: 10px auto;
padding-left: 15px;
line-height: 20px;
height: 20px;
text-align: left;
display: block;
color: #333;
background: url(../icons/top-arrow.gif) no-repeat left center;
}



a#scroll_top:hover, a.scroll_top:hover, #content a.scroll_top:hover{
background: url(../icons/activ-top-arrow.gif) no-repeat left center;
width: 200px;
margin: 10px auto;
padding-left: 15px;
line-height: 20px;
height: 20px;
text-align: left;
display: block;
}



/*--- Tooltips ---*/
.tip         { width:200px; font-family:tahoma,arial; background:url(../images/bubble.png) left top repeat-y;  }  
.tip-top     { }  
.tip-title   { color:#F8CE38; font-weight:bold; padding: 10px;}  
.tip-text    { color:#fff; padding:10px }  
.tip-bottom  { background:url(Images/bubble.png) left bottom no-repeat; width:200px; height:10px; } 


