.suckerdiv{
	background-color:#BFD7EB; 
	}

.suckerdiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	background-color:#BFD7EB; 
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.suckerdiv ul li {
	position: relative;
	background-color:#BFD7EB;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/*Sub level menu items */
.suckerdiv ul li ul {
	position: absolute;
	width: 170px; /*sub menu width*/
	top: 0;
	visibility: hidden;
	background-color:#BFD7EB;
}
/* Sub level menu links style */
.suckerdiv ul li a {
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	display: block;
	overflow: auto; /*force hasLayout in IE7 */
	text-decoration: none;
	padding: 1px 5px;
	border-bottom : 1px solid #a3b7c8;
	border-top : 1px solid #e3f0fb;
	padding-left:20px;
	line-height:28px;
	background : url(../images/service_arrow.jpg) no-repeat 5px 13px #BFD7EB;
}
.suckerdiv ul li a:visited {
color#996600;
background-color:#BFD7EB;
background : url(../images/service_arrow.jpg) no-repeat 5px 13px #BFD7EB;
}
.suckerdiv ul li a:hover {
	background-color: #AED2EF;
}
.suckerdiv .subfolderstyle {
	background: url(media/arrow-list.gif) no-repeat center right; background-color:#BFD7EB;
}
/* Holly Hack for IE \*/
* html .suckerdiv ul li {
	float: left;
	height: 1%;
}
* html .suckerdiv ul li a {
	height: 1%;
}
/* End */
/* ------------------ SERVICES START FORM HERE -----------------------*/
.personal { list-style:none; margin:10px 0 0 0; width:500px; background:none; border:none;}
.personal ul {list-style:none;}
.personal ul li{ float:left; padding:0 10px 0 10px; background:#024462; margin:0 0 0 15px;}
.personal ul li.none{ margin:0px; }
.personal ul li a{ font:bold 11px/24px  Arial, Helvetica, sans-serif; color:#FFFFFF; text-decoration:none; }
