/*
CONTAINER
*/
#navcontainer {
	width: 180px;
	font-size: 12px;
	xcolor: #324286;
	padding-top: 10px;
	background:  url(../images/menu-top1.jpg) top no-repeat;
	font-family: Arial, Helvetica, sans-serif, "Arial Narrow";
	font-weight: normal;
}
.topmenu {
width: 180px;
background-image:  url(../images/menu-top2.jpg);
height:10px;
}
.botmenu {
width: 180px;
background-image:  url(../images/menu-bot1.jpg);
height:12px;
}
/*
MENU STYLES:
*/
#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: normal;


}
#navlist a, #navlist a:visited , #navlist a:link {
display: block;
padding: 4px 0px 0px 24px;
border: 0px ;
background-color: #F4F6F8;
background-image:  url(../images/button-back1.jpg);
xbackground-repeat: no-repeat;
background-position: 0% 50%;
color: #407297;
text-decoration: none;
height:22px;
font-weight: normal;
}

#navlist a:hover {
background-color: #F4F6F8;
background-image:  url(../images/button-back2.jpg);
color: #ff9900;
font-weight: bold;
}
#menu #navlist .activelink {
background-color: #F4F6F8;
background-image:  url(../images/button-back2.jpg);
xbackground-repeat: no-repeat;
background-position: 0% 50%;
color: #ff9900 !important;
font-weight: bold;
}
#navlist .sub a , #navlist .sub a:visited  , #navlist .sub a:link  {
display: block;
padding-left: 34px;
font-weight: bold;
background-image:  url(../images/button-back1s.jpg);
}
#menu #navlist .sub .activelink {
background-color: #F4F6F8;
background-image:  url(../images/button-back2s.jpg);
xbackground-repeat: no-repeat;
background-position: 0% 50%;
color: #ff9900 !important;
font-weight: bold;
}