@charset "UTF-8";
/* CSS Document */



.hovermenu ul{
	font: bold 12px arial;
	text-align: center;
	float: none;
	clear: both;
	margin: 1px;
	white-space: normal;
	padding: 1px;
}

/*.hovermenu ul tbody  tr:hover {
	background-color: #E8E8E8;
	}*/

.hovermenu ul li{
	display: inline;
	color: #b39368;
}



.hovermenu ul li a{
	text-decoration: none;
	float: none;
	color: #4A659C;
	/*	background-image:url('../images/cell-bkgrnd.png');*/
    /*    background-image:url('../images/folder.png');*/
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	background-color: #E8E8E8;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
}



.hovermenu ul li a:hover{
	background-color: #FC6;
	color: #036;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
.hovermenu ul table {
	font-weight: normal;
	text-align: center;
}


/*Tooltip*/

a:hover {
	position: relative;
	text-decoration:none;
	background-color: #FFC;
} /*BG color is a must for IE6*/

a.tooltip span {
	display:none;
	margin-left:15px;
	width:30px;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

a.tooltip:hover span{
	display:block;
	position: absolute; top: 15px; right: 15px;
	border: 1px dotted #c0c0c0;
	color:#333;
	background-color: #FFC;
	z-index: 100;
} 
