﻿@charset "utf-8";
/* CSS Document */

#menu p{
	margin: 0px;
	padding: 0px;
}
#menu .item a{
	color: #5F5F5F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7B320;
	display: block;
	background-image: url(/PublishingImages/dots/menu_off.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-bottom: 7px;
	padding-top: 7px;
	line-height: 11px;
	text-decoration:none !important;
}
#menu .item-select a {
	color: #5F5F5F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7B320;
	display: block;
	background-image: url(/PublishingImages/dots/menu_on.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-bottom: 7px;
	padding-top: 7px;
	line-height: 11px;
	text-decoration:none !important;
}
#menu .item-select2 a {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F7B320;
	display: block;
	background-image: url(/PublishingImages/dots/menu_off.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-bottom: 7px;
	padding-top: 7px;
	line-height: 11px;
	text-decoration:none !important;
}


#menu .subitem a{
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F7B320;
	display: block;
	background-position: left center;
	padding-bottom: 7px;
	padding-top: 7px;
	line-height: 11px;
	margin-left: 15px;
	text-decoration:none !important;
}
#menu .subitem-select a {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F7B320;
	display: block;
	background-position: left center;
	padding-bottom: 7px;
	padding-top: 7px;
	line-height: 11px;
	margin-left: 15px;
	text-decoration:none !important;
}

#menu a:hover {
	color: #000000;
}
