a:link	{color: #000000;
	font-weight: regular; 
	text-decoration: underline;}

a:visited {color: #000000;
	font-weight: regular;
	text-decoration: underline;}

a:active {color: #000000;
	font-weight: regular;
	text-decoration: underline;}

a:hover {color: #191970;
	font-weight: regular;
	text-decoration: underline;}


a:link.menu	{color: #ffffff;
	font-weight: bold; 
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	text-transform: capitalize}

a:visited.menu {color: #ffffff;
	font-weight: bold; 
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	text-transform: capitalize}

a:active.menu {color: #ffffff;
	font-weight: bold; 
	text-decoration: none;
	font-family: verdana;
	font-size: 12px;
	text-transform: capitalize}

a:hover.menu {color: #dcdcdc;
	font-weight: bold; 
	text-decoration: underline;
	font-family: verdana;
	font-size: 12px;
	text-transform: capitalize}

#dropmenudiv {position:absolute;
	border:1px solid white;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;}


<a href="default.htm" onClick="return clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1, '150px')" onMouseout="delayhidemenu()">Web Design</a>