/* CSS Document */
.dMenu_head_txt
{
	float: left;
}
.dMenu_head_img
{
	float: left;
}
.submenu
{
	display: none;
}
.last_border
{
	border-bottom: 1px solid #cccccc;
}
/* Right */
.right_wrapper_static
{
	width: 174px;
	float: left;
	margin-right: 17px;
}
.urbangreymenu
{
	width: 174px; /*width of menu*/
}
.menutop
{
	width: 174px; /*width of menu*/
	clear: both;
}

.menutop2
{
	width: 174px; /*width of menu*/
	clear: both;
	float: left;
	border-bottom: 1px solid #cdcdcd;
	margin: 0px;
}

.menutop3
{
	width: 174px; /*width of menu*/
	clear: both;
	float: left;
	border-bottom: 1px solid #cdcdcd;
	margin: 0px;
}



.urbangreymenu .headerbar
{
	font: 11px Verdana;
	color: #000000;
	background-image: url(http://www.thegreenbook.com/images/menu_bg.jpg);
	background-repeat: no-repeat; /*background:  url(arrowstop.gif) no-repeat 8px 6px; last 2 values are the x and y coordinates of bullet image*/
	margin: 0px 0px 0px 0px; /*bottom spacing between header and rest of content*/
	padding: 10px 0px 0px 20px; /*31px is left indentation of header text*/
	height: 21px;
}

.urbangreymenu .headerbar a
{
	text-decoration: none;
	color: #000000;
	display: block;
}

.urbangreymenu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.urbangreymenu ul li
{
	padding: 0px 0px 1px 0px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a
{
	font: normal 11px Verdana;
	color: #000000;
	border-left: 1px solid #cdcdcd;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cdcdcd;
	display: block;
	padding: 6px 0;
	line-height: 17px;
	padding-left: 15px; /*link text is indented 8px*/
	text-decoration: none;
	margin-bottom: -2px;
}

.urbangreymenu ul li a:visited
{
	color: black;
	font-size: 11px;
}

.urbangreymenu ul li a:hover
{
	/*hover state CSS*/
	color: #0E4B78;
	font-size: 11px;
	background: url(http://www.thegreenbook.com/images/arrow.gif) no-repeat 10px 13px;
	background-color: #F0F0F0;
	text-decoration: underline;
}


.nav_main_up
{
	color: #000000;
	background-image: url(http://www.thegreenbook.com/images/menu_bg1.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 6px;
	padding-top: 9px;
	padding-right: 0px;
	margin: 0px;
	height: 16px;
}
.nav_main_up2
{
	color: #000000;
	background-image: url(http://www.thegreenbook.com/images/menu_bg2.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 6px;
	padding-top: 9px;
	padding-right: 0px;
	margin: 0px;
	height: 16px;
}


.menutop:link
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.menutop:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.menutop:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0E4B78;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.menutop:active
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}


