@charset "utf-8";
/* CSS Document */

#navcontainer {
	margin-left: 0px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li {
	margin: 0 0 1px 0;
}

#navcontainer a
{
	display: block;
	width: 190px;
	color: #fff;
	background-color: #BEA062;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 12px;
}

#navcontainer a:hover
{
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	width: 192px;
}

#navcontainer ul ul li {
	margin: 0 0 1px 0;
}

#navcontainer ul ul a
{
	display: block;
	width: 190px;
	color: #fff;
	background-color: #BEA062;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 17px;
}

#navcontainer ul ul a:hover
{
	color: #BEA062;
	background-color: #FFFFFF;
	text-decoration: none;
	width: 190px;
}

#list-menu {
	width: 145px;
	background-color: #5D94AF;
}
#list-menu ul {
margin: 0; 
padding: 0;
list-style-type: none;
font-family: verdana, arial, sanf-serif;
font-size: 12px; 
} 
#list-menu li {
margin: 2px 0 0;
} 
#list-menu a {
	display: block;
	width:190px;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-color: #5D94AF;
	font-weight: bold;
} 
#list-menu a:link, #list-menu a:active, #list-menu a:visited {
	color: #FFFFFF;
}

#list-menu a:hover {
	color: #5D94AF;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #5D94AF;
	border-left-color: #5D94AF;
} 
