@charset "utf-8";
.linkz {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.linkline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold

}

a:link{color: blue; text-decoration: underline;}
a:visited{color:#0b9efb; text-decoration: underline;}
a:hover{color: red; text-decoration: none; cursor: hand;}

.toolz {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	background:url(images/bg.jpg)
}

.dropdown {
	padding-top:1px;
	padding-left:1px;
	position:absolute;
	margin-top:20px;
	width: 230px;
	background:#b5b5b5;
}

.dropdown ul {
	padding: 0px;
	list-style-type:none;
	margin:0px;
}

.dropdown a {
	display: block;
	width: 219px;
	background:#f3f3f4;
	margin-bottom:1px;
	padding-left:10px;
}

.dropdown a:hover {
	background-color:#EEEEEE;
	text-decoration:underline;
}

#dropdown1 {
	width:200px;
}

#dropdown1 a {
	width:189px;
}

#dropdown2 {
	width:100px;
}

#dropdown2 a {
	width:89px;
}
