@charset "UTF-8";
/* CSS Document */
	#main-nav {clear:both;
}
#main-nav ul {
	padding:0 0 0 16px;
	margin:0px;
}
#main-nav ul li {
	list-style-type:none;
	float:left;
	height:25px;
	
}
#main-nav {
	width:846px;
	margin:0px 0 0px 0;
	padding:0 0 0 0px;
	
	height:27px;
	background-image:url("../images/menuBack.jpg");
	background-position:left top;
	background-repeat:no-repeat
}
#main-nav a {
text-indent:-1999px;
	padding:0px;
	margin:0 0 0 0px;
	display:block;
	height:25px;
}
#main-nav #home a {
	width:67px;
	background-image:url("../images/Abacus-menu.png");
	background-position: left top;
	background-repeat:no-repeat
}
#main-nav #home a:hover {
	background-position: 0 -27px;
}
#main-nav #about a {
	width:92px;
	background-image:url("../images/Abacus-menu.png");
	background-position: -67px 0;
}
#main-nav #about a:hover {
	background-position: -67px -27px;
}
#main-nav #contact a {
	width:104px;
	background-image:url("../images/Abacus-menu.png");
	background-position: -159px 0;
}
#main-nav #contact a:hover {
	background-position: -159px -27px;
}
#main-nav #products a {
	width:94px;
	background-image:url("../images/Abacus-menu.png");
	background-position: -263px 0;
}
#main-nav #products a:hover {
	background-position: -263px -27px;
}
#main-nav #servicesSolutions a {
	width:155px;
	background-image:url("../images/Abacus-menu.png");
	background-position: -357px 0;
}
#main-nav #servicesSolutions a:hover {
	background-position: -357px -27px;
}
#main-nav #home a:hover {
	background-position: 0 -27px;
}
.urbangreymenu h3 {
	padding: 0px 0px;
	margin:12px 0 0px 0px;
}
#subMenuWrapper {
	width:269px;
	margin-left:13px;
	padding:0 0 40px 0px;
}
.urbangreymenu {
	padding:0px;
	margin:0px;
}
.urbangreymenu .headerbar {
	border-bottom: 1px solid #ccc;
	font: 10px;
	font-weight:normal;
	color: #000;
	background: url("arrowstop.gif.html") no-repeat 8px 6px; /*last 2 values are the x and y coordinates of bullet image*/
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 0 0 0 10px; /*31px is left indentation of header text*/
}
.urbangreymenu .headerbar a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size:11px;
	padding: 0 0 0 10px; /*31px is left indentation of header text*/
}
.urbangreymenu ul {
	list-style-type: none;
	margin: 0;
	padding: 7px 0 7px 20px;
	margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
	background-image:url("../images/backgrounds/submenuTile.gif");
	background-repeat:repeat-y;
}

.urbangreymenu ul #overview a {
	font-weight:bold; color:#c63;
}
.urbangreymenu ul li {
	padding-bottom: 2px 0px; /*bottom spacing between menu items*/
}
.urbangreymenu ul li a {
	font: normal 11px Arial;
	color: black;
	display: block;
	padding: 0px 0 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;
	text-indent:9px;
}
.urbangreymenu ul li a:visited {
	color: black;
}
.urbangreymenu ul li a:hover { /*hover state CSS*/
	background-image:url("../images/nav/iconHover.gif");
	background-repeat:no-repeat;
	color:#060;
}
.submenu h5 {
	padding:5px 0 0 0px;
	margin:0px;
	font-size:11px;
	color:#444;
}
#headerbar {
	background-image:url("../images/backgrounds/subnavBack.gif");
	background-repeat:repeat-y;
	background-position:left top;
	padding: 5px 0;
}
.headerbar a:hover {
	background-image:url("../images/backgrounds/subnavBack.gif");
	background-repeat:repeat-y;
	background-position:left top;
}

