@charset "utf-8";

/* CSS Document */



/* ////////////////////// NAVIGATION MENU (accordian) //////////////////////////////// */



.urbangreymenu{

	width: 100%;

	padding: 0;

}





.urbangreymenu .accordian_menu_bar{

	background-color: #D56733;

	height: 18px;

	color: white;

	background-image: url(images/nav_arrow_down_idle.png);

	background-repeat: no-repeat;

	background-position: 8px 15px; /*last 2 values are the x and y coordinates of bullet image*/

	margin-bottom: 1px; /*bottom spacing between header and rest of content*/

	padding: 8px 0 7px 26px; /*31px is left indentation of header text*/

}



.accordian_menu_bar:hover {

	background-color: #E58753;

	cursor: pointer;

	background-image: url(images/nav_arrow_down_hover.png);

}



.urbangreymenu .accordian_menu_bar a{

	text-decoration: none;

	display: block;

}



.urbangreymenu ul{

	list-style-type: none;

	margin: 0;

	padding: 0;

	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/

	background-image: url(images/gradient_gray_white_30x175.jpg);

	background-repeat: repeat-x;

	background-position: top;

}



.urbangreymenu ul li{

	padding-bottom: 0px; /*bottom spacing between menu items - was 2px*/

}



.urbangreymenu ul li a{

	color: #494949;
/*font-weight: bold;*/

	display: block;

	padding: 5px 0;

	line-height: 15px;

	padding-left: 1px; /*link text is indented 8px*/

	text-decoration: none;

	/*font-weight: 600;*/

	background-image: url(images/dotted_underline.gif);

	background-repeat: repeat-x;

	background-position: bottom;



}



.urbangreymenu ul li a:visited{

	

}



.urbangreymenu ul li a:hover{ /*hover state CSS*/

	/*background-color: #6B6B6B;*/
	background-color: #E58753;

	color: #FFFFFF;

}

/* end navigation menu */
