/*
CONTAINER
*/
#navcontainer {
	width: 214px;
	font-size: 12px;
	xcolor: #324286;
	padding-top: 15px;
	background:  url(../images/menu-top1.jpg) top no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.topmenu {
width: 214px;
background-image:  url(../images/menu-top2.jpg);
height:12px;
}
.botmenu {
width: 214px;
background-image:  url(../images/menu-bot1.jpg);
height:20px;
}
/*
MENU STYLES:
*/
#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;


}
#navlist a, #navlist a:visited , #navlist a:link  {
display: block;
padding: 4px 0px 0px 34px;
border: 0px ;
background-color: #EBE8DD;
background-image:  url(../images/button-back1.jpg);
xbackground-repeat: no-repeat;
background-position: 0% 50%;
color: #324286;
text-decoration: none;
height:29px;
}

#navlist a:hover {
background-color: #EBE8DD;
background-image:  url(../images/button-back2.jpg);
color: #2D1E2D;
height:29px;
}
#menu #navlist .activelink {
background-color: #EBE8DD;
background-image:  url(../images/button-back2.jpg);
xbackground-repeat: no-repeat;
background-position: 0% 50%;
color: #333 !important;
font-weight: bold;
height:29px;
}