
/*.urbangreymenu{*/
/*width: 164px; width of menu*/
/*}*/

.site-Menu .headerbar, 
.site-Menu .page{
	width					:	194px;
	/*margin-left				:	13px;*/
	font-size				:	13px;
	font-weight : bold;
	font-family				:	Calibri ;
	line-height				:	14px;
	color					: 	#2E251F;
	/*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;
	display					: 	block;
	padding:8px 0;
	border-bottom:0.05em dashed #D9C896;
	color:#C0001A;
}

.site-Menu .headerbar a:hover, 
.site-Menu .page a:hover {
color:#363636;
}
.selectedtab a{
}

/**** submenu ****/
.site-Menu ul{
	width					:	194px;
	font-size				:	12px;
	font-family				:	Calibri;
	list-style-type			: 	none;
	padding					: 	0;
	margin-top				: 	5px; 
	margin-bottom			: 	5px; 				/*bottom spacing between each UL and rest of content*/
	border-bottom:0.05em dashed #D9C896;
}

.site-Menu ul li{
	padding-bottom			: 	0px; 				/*bottom spacing between menu items*/
	/*border-bottom			:	1px solid #ffffff;*/
}

.site-Menu ul li a{
color:#363636;
	display					: 	block;
	padding					:	0.3em 1.0em 0.5em 0.3em;
	line-height				: 	17px;
	text-decoration			: 	none;
	
}

.site-Menu ul li a:visited{
}

.site-Menu ul li a:hover{ 
	color					: 	#C0001A;		/*hover state CSS*/
}
