ul#ourservices {
	margin: 0; padding: 0;
	float:left;
	width: 100%; _width:120px;
}
ul#ourservices li {
	float: right;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/ z-index:230;  
}
ul#ourservices li a {
	text-indent: -0px; /*--Push text off of page--*/ font:12px tahoma; text-decoration:none; border:0px solid #999; color:#fff; padding:4px 10px 12px 10px;
		/*--Bottom right rounded corner--*/
	-moz-border-radius-topright: 5px;
	-khtml-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-topleft: 5px;
	-khtml-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
}

ul#ourservices li:hover a, ul#ourservices li a:hover { background:#2A2A2A;}

ul#ourservices li .sub {
	position: absolute; top: 26px; left: 0; width:150px;
	z-index: 99999;
	background: #2A2A2A;
	padding: 10px 20px 20px 20px; _padding:5px 2px 2px 2px;
	border-left:0px solid #3F3F3F;
	border-right:0px solid #3F3F3F;
	border-bottom:0px solid #3F3F3F; border-top:0px solid #ccc;
	float: right; text-align:right;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	/*	-moz-box-shadow: 0px 1px 2px #000;
	-webkit-box-shadow: 0px 1px 2px #000;*/
}
ul#ourservices li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 0px;
}
ul#ourservices li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 100%;
	float: left;
}
ul#ourservices .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #333; padding:6px 0px 2px 0px; border-bottom:1px dashed #8A8A8A;
}
ul#ourservices .sub ul li img{ margin-left:10px; float:right;}
ul#ourservices .sub ul li a {
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	padding: 3px 0px 3px 0px;
	display: block;
	text-decoration: none;
	color:#f9f9f9; font:12px tahoma; text-align:right; float:right; background:none; border:none;
}

.smallnmber
	{
	font:10px Tahoma;
	}
	
ul#ourservices .sub ul li a:hover {
	color: #ffffff; background:none;
}