/* START - Top Menu */
.menu { font-family:Tahoma; padding:0; margin:0 auto; font-size:8pt; white-space:nowrap; list-style-type:none; float:right;}
* html .menu { display:inline-block; width:1px; padding:0 2px;}  
.menu li { display:table-cell;}
* html .menu li { display:inline;}
.menu a { display:block; padding:0.4em 1em 0.3em 1em; color:#cacaca; text-decoration:none; border-right:1px solid #707070; }
* html .menu a { display:inline-block;margin:0 -2px 0 -1px; }
.menu a:hover {color:#fff; background:#996749; text-decoration:none;}
/* END - Top Menu */

/* START - Left Menu */
#navlist {position: relative; left: 0px; top: 0px; width: 201px;}
#navlist ul {margin: 0; padding: 0; list-style-type: none; font-size: 8pt;}
#navlist li {margin: 0;}
#navlist a {
	display: block;
	width:178px;
	padding: 3px 2px 4px 19px;
	background-image:  url(/fim/images/template/lbullet_off.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	font-family:Tahoma;
	font-size: 8pt;
	border-bottom:1px dashed #8eafa3;
}
#navlist a.selected {
	background-color:#698d7f;
	color:#ffffff;
	display: block;
	width:178px;
	padding: 5px 2px 6px 19px;
	background-image:  url(/fim/images/template/lbullet_on.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	font-family:Tahoma;
	font-size: 8pt;
	border-bottom:0px;
}
*html #navlist a {margin-top:-1px; padding-top:4px;}
#navlist a:link, #navlist a:visited {color: #4c4c4c; text-decoration: none;}
#navlist a:hover {
	background-color: #698d7f;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	background-image:  url(/fim/images/template/lbullet_on.gif);
	color: white;
	text-decoration:none;
}

.navlinks {font-size:8pt; font-weight:normal; font-family:Tahoma; background-image:url(/fim/images/template/links_bg.gif); border-bottom:1px dashed #8eafa3;}
.navlinks ul {margin: 0; padding: 5px 0px 5px 42px; list-style-image:url(/fim/images/template/links_bullet.gif)}
.activepage {color:#9a6748; font-weight:bold; list-style-image:url(/fim/images/template/links_bullet_b.gif);}
*html .activepage {list-style-image:url(/fim/images/template/links_bullet_b_ie.gif);}
.navlinks ul li {margin: 0; padding: 0px 0px 2px 0px; margin-right:2px;}
.navlinks a:link, .navlinks a:visited {color: #333333; text-decoration: none;}
.navlinks a:hover, .navlinks a:active {color:#996749; text-decoration:underline;}

/* END - Left Menu */

