
/*.urbangreymenu{*/
/*width: 164px; width of menu*/
/*}*/

.site-Menu .headerbar, 
.site-Menu .page {
	width					:	194px;
	/*margin-left				:	13px;*/
	font-size				:	12px;
	font-family				:	Tahoma ;
	line-height				:	14px;
	color					: 	#2E251F;
	font-weight 			: 	bold;
	/*background-image		: 	url(images/arrowstop.gif);
	background-repeat		:	no-repeat;
	background-position		:	8px 6px; */					/*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom			: 	1px; 						/*bottom spacing between header and rest of content*/
	/*text-transform		: 	uppercase;*/
	/*padding				: 	7px 10px 7px 10px;*/ 		/*31px is left indentation of header text*/
	/*border-bottom			:	1px solid #FFFFFF;*/
}


/**** menu header title ****/
.site-Menu .headerbar a, 
.site-Menu .page a {
	text-decoration			: 	none;
	background-image		:	url(../graphics/bg-active.png);
	background-repeat		:	no-repeat;
	background-position		:	bottom;
	padding					:	0.8em 1.0em 0.8em 0;
	color					: 	#2E251F;
	display					: 	block;
}

.site-Menu .headerbar a:hover, 
.site-Menu .page a:hover {
	background-image		:	url(../graphics/bg-static.png);
	background-repeat		:	no-repeat;
	background-position		:	bottom;
}
.selectedtab a{
}

/**** submenu ****/
.site-Menu ul{
	width					:	194px;
	font-size				:	12px;
	font-family				:	Tahoma;
	list-style-type			: 	none;
	padding					: 	0;
	margin-top				: 	5px; 
	margin-bottom			: 	5px; 				/*bottom spacing between each UL and rest of content*/
}

.site-Menu ul li{
	padding-bottom			: 	0px; 				/*bottom spacing between menu items*/
	/*border-bottom			:	1px solid #ffffff;*/
}

.site-Menu ul li a{
	color					: 	#D64708;
	display					: 	block;
	padding					:	0.3em 1.0em 0.5em 0.3em;
	border-bottom 			: 	1px solid #E8E5DE;
	line-height				: 	17px;
	text-decoration			: 	none;
	
}

.site-Menu ul li a:visited{
	color					: 	# D64708;
}

.site-Menu ul li a:hover{ 
	color					: 	#D64708;		/*hover state CSS*/
}
