.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #EE992E;
	text-align: left;
	padding-left:10px;
	padding-right:15px;
	display: block;
	height: 19px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DE8414;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.menu_grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	text-align: left;
	padding-left:10px;
	padding-right:10px;
	display: block;
	height: 19px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #B0C7EC;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CDDBF3;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;
}
.bg {
	background-color: #EDEDED;
	background-image: url(menu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.sublink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:left;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
	padding-left: 25px;
	background-image: url(menu_bullet.gif);
	background-repeat: no-repeat;
	background-position:left;
}
.sublink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:left;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
	padding-left: 25px;
	background-image: url(menu_bullet.gif);
	background-repeat: no-repeat;
	background-color: #D5D5D5;
	background-position:left;
}
.sublinksmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:left;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
	padding-left: 40px;	
	background-repeat: no-repeat;
	background-position:left;
}
.sublinksmall:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align:left;
	text-decoration: none;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 3px;
	padding-left: 40px;	
	background-repeat: no-repeat;
	background-color: #D5D5D5;
	background-position:left;
}

.menu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #EE992E;
	text-align: left;
	padding-left:10px;
	display: block;
	height: 19px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DE8414;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #585E54;
	text-align: left;
	padding-left:10px;
	display: block;
	height: 19px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

