@charset "utf-8";

a.wlink:link {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #CCCCCC;
text-decoration: none;
font-size: 10px;
}

a.wlink:visited {
	color: #CCCCCC;
	text-decoration: none;

}  
a.wlink:hover {
	color: #ffe400;
	text-decoration: underline;
}
/* CSS Document */





ul#list-menu {
	list-style:none;
	margin:0px;
	padding:0px;
	width:174px
}

ul#list-menu li a {
	text-decoration:none;
	color:#FFFFFF;
	font-weight: bold;
	background-image: url(../images/Btn_off.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 2px;
	padding-left: 16px;
	margin: 0px;
	padding-right: 0px;
	display: block;
}

ul#list-menu li a:hover {
	color:#386993;
	background-image: url(../images/Btn_ov.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 16px;
	margin: 0px;
}

#navbar {
    font-family:Arial, Helvetica, sans-serif;
    font-size:.99em;
    font-weight:bold;
	text-align: center;

}
#navbar li {
	list-style:none;
	display:inline;
}
#navbar a {
	width:120px;
	color:#fff;
	text-decoration:none;
	background:url("../images/sbNavOff.gif") no-repeat;
	float:left;
	text-align: center;
	margin-top: 3;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 40px;
}
#navbar a:hover { 
    background-position:0 -45px;
    color:#1e5ebd;
	background:url("../images/sbNavOv.gif") no-repeat;
}
#navbar a:active {
    background-position:0 -90px;
    color:#1e5ebd;
	background:url("../images/sbNavOff.gif") no-repeat;
}
