    
* {padding:0; margin:0}
#menu { margin:0 0 0 10px; }
.dropdown {float:left;}
.dropdown dt {  width:175px; font-weight:bold; cursor:pointer;}
.dropdown dt:hover {background:url(images/header_over.gif)}
.dropdown dd {position:absolute; overflow:hidden; width:175px; display:none; background:#fff; z-index:200; opacity:0}
.dropdown ul {width:175px; border:2px solid #9ac1c9; list-style:none; border-top:none}
 .dropdown ul { list-style:none; border-top:none; margin:0; padding:0;}

.dropdown li {display:inline; padding:10px 0;  padding:0;  background-image:none;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px 0 0 5px; margin:0; color:#333; text-decoration:none; width:175px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; font-size:11px; text-align:left; }
.dropdown a:hover {background:#d9e1e4; color:#000;}
.dropdown .underline {border-bottom:1px solid #b9d6dc; }

a.button{
	background:url(../img/button.gif);
	display:block;
	color:#eef; font-size:13px; 
	font-weight:bold;
    min-height:50px;
    height: auto !important;
    height: 50px;
	line-height:49px;
	text-decoration:none;
	width:175px;
}
a:hover.button, a:visited.button{
 background:none; 
 color:#eef; 
 color:#D7B303; font-size:13px; 
}

/* -------------------- */
/* CLASSES				*/
/* -------------------- */
	.add{
		background:url(../images/icon-about.gif) no-repeat;
		text-indent:60px;
		display:block;
	}
	.home-btn{
		background:url(../images/icons.gif) no-repeat 0 0;
		text-indent:60px;
		display:block;
	}
	.about-btn{
		background:url(../images/icons.gif) no-repeat 0 -50px;
		text-indent:60px;
		display:block;
	}
	.tools-btn{
		background:url(../images/icons.gif) no-repeat 0 -100px;
		text-indent:60px;
		display:block;
	}
	.direct-btn{
		background:url(../images/icons.gif) no-repeat 0 -150px;
		text-indent:60px;
		display:block;
	}
	.contact-btn{
		background:url(../images/icons.gif) no-repeat 0 -200px;
		text-indent:60px;
		display:block;
	}
