@charset "utf-8";
/* CSS Document */

.fr_main {
	margin-right: auto;
	margin-left: auto;
}

#list-menu {



}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {


}

#list-menu a:hover {
	color: #ffffff;
	background-color: #93B7DB;
} 

#list-menu ul {
	font-family: "Trebuchet MS";
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
} 
#list-menu li {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	display: inline;
} 
#list-menu a {
	display: block;
	text-decoration: none; /*lets remove the link underlines*/
	padding-top: 4px;
	padding-right: 35px;
	padding-bottom: 4px;
	margin-left: 4px;
	text-align: right;
	margin-right: 4px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
} 
.unactive {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #2D5986;
}

.current {
	background-color: #336699;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #FFFFFF;
}

