#menu{
	font-family: Tahoma;
	font-size: 10px;
	color: Blue;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
}

#menu ul{
	margin: 0;
	padding: 0;
}

#menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menu a{
	width: 98px;
	height: 56px;
	padding-left: 58px;
	padding-right: 2px;

	padding-top: 1px;
	padding-bottom: 1px;

	display: block;
	text-decoration: none;
	text-align: center;
}

*html #menu a{
	width: 100%;
	w\idth: 98px;
}

#menu a.current{
	color: #a52a2a;
}

#menu a.l1:visited,
#menu a.l2:visited,
#menu a.l3:visited,
#menu a.l4:visited,
#menu a.l5:visited,
#menu a.l6:visited,
#menu a.l7:visited,
#menu a.l8:visited{
	text-decoration: none;
	color: blue;
}

#menu a.l1:hover,
#menu a.l2:hover,
#menu a.l3:hover,
#menu a.l4:hover,
#menu a.l5:hover,
#menu a.l6:hover,
#menu a.l7:hover,
#menu a.l8:hover{
	background-color: #cccccc;
	color: #a52a2a;
	/*text-decoration: underline;*/
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}



#menu a.l1:hover{
	background: #cccccc url(../images/hover/company_overview_circle.gif) no-repeat center left;
}
#menu a.l2:hover{
	background: #cccccc url(../images/hover/corp_services_circle.gif) no-repeat center left;
}
#menu a.l3:hover{
	background: #cccccc url(../images/hover/consulting_education_circle.gif) no-repeat center left;
}
#menu a.l4:hover{
	background: #cccccc url(../images/hover/software_solutions_circle.gif) no-repeat center left;
}
#menu a.l5:hover{
	background: #cccccc url(../images/hover/demos_downloads_circle.gif) no-repeat center left;
}
#menu a.l6:hover{
	background: #cccccc url(../images/hover/support_circle.gif) no-repeat center left;
}
#menu a.l7:hover{
	background: #cccccc url(../images/hover/login_circle.gif) no-repeat center left;
}
#menu a.l8:hover{
	background: #cccccc url(../images/hover/resources_links_circle.gif) no-repeat center left;
}

