.urbangreymenu{
width: 221px; /*width of menu*/
height: 30px; /*height of menu*/
}

.urbangreymenu ul{
list-style-type: none;
margin: 1;
padding: 4px;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
margin-top: 0; /*top spacing between each UL and rest of content*/
}

.urbangreymenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.urbangreymenu ul li a{
font: bold 12px Arial;
color: white;
background: #00ae97;
display: block;
padding: 2px 0;
line-height: 18px;
padding-left: 15px; /*link text is indented 8px*/
text-decoration: none;
}

.urbangreymenu ul li a:visited{
color: black;
}

.urbangreymenu ul li a:hover{ /*hover state CSS*/
color: white;
background: black;
}

.border {
	BORDER-RIGHT: #c1c1c1 1px solid; BORDER-TOP: #c1c1c1 1px solid; BORDER-LEFT: #c1c1c1 1px solid; BORDER-BOTTOM: #c1c1c1 1px solid
}

body {
	margin-bottom: 0px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
}
td, textarea, input, select {
	font-family: Tahoma;
	font-size: 10px;
	color: 767676;
	font-weight: normal;
}
.tableDetail {
	font-size: 10px;
	font-family: Verdana;
	color: #49394E;
}
A:link {
	COLOR: #404040; TEXT-DECORATION: none
}
A:visited {
	COLOR: #404040; TEXT-DECORATION: none
}
A:hover {
	COLOR: #00ae97; TEXT-DECORATION: none
}
A:active {
	COLOR: #cccccc; TEXT-DECORATION: none
}
.image {
	WIDTH: 100%


