/******************************************************************************
 * Navigation Style
 ******************************************************************************/
 




.nav_button {
	float: left;
	list-style: none;	text-align:left;
	font-family: Verdana, Helvetica, Arial, sans-serif;	font-size:12px;	font-weight:normal;padding-right:0}

.nav_button a {
	color: #808285;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;	background-image: url(images/bg1.png);	background-repeat:repeat}

.nav_button a:hover {
	background: #808285;
	color: #087967;
	background-image: url(images/bg1.png);	background-repeat:repeat;
	color: #087967;}

.nav_button_drop {
	text-align: left;
	position: absolute;
	top: 0;
	z-index: 100;
	width: 130px;
	visibility: hidden;	background-image: url(images/bg1.png);	background-repeat:repeat;}

* html ..nav_button_drop a{ width: 100%; }

/**
 *Forbidden buttons 
 */
.nav_button_forbidden {
	float: left;
	margin-left: 0px;
	width: 180px;
	border-bottom: 1px solid #D5E8AD;
	list-style: none;	
}

.nav_button_forbidden a {
	background: #E8F6BF url(../images/system/icons/30x30/error.png) no-repeat;
	color: #553;
	display: block;
	padding: 8px 4px 8px 30px;
	text-decoration: none;
}

.nav_button_forbidden a:hover {
	background: #808285 url(../images/system/icons/30x30/error.png) no-repeat;
	color: #553;
}

.nav_button_drop_forbidden {
	text-align: left;
	position: absolute;
	top: 0;
	z-index: 100;
	width: 180px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

* html ..nav_button_drop_forbidden a{ width: 100%; }

/**
 * Popup baloons on links.
 */
 
.balloon a:link span{ display: none; }
.balloon a:visited span{ display: none; }
.balloon a:hover span {
	position: absolute;
	margin: 15px 0px 0px 20px;
	background: #E8F6BF url(../img/bgnavigation.gif) repeat-x;	
	/*
	background-color: beige;
	background: url(../images/system/bgContainer.png) repeat;
	*/
	max-width: 400px;
	padding: 2px 10px 2px 10px;
	border: 1px dashed #C0C0C0;
	font: normal 10px/12px verdana;
	text-decoration: none;
	color: #808285;
	text-align:left;
	display: block;
}

