	.iconmenu
	{
		padding: 0px;
		margin: 0px;
		width: 100%;
		height: 30px;
		background: url(../images/bg_off.gif);
		border-bottom: thin solid black;
	}

	.iconmenu li
	{
		height: 30px;
		width: 120px;
		float: left;
		display: block;
		list-style: none;
		text-align: center;
		background: url(../images/bg_div.gif) top right  no-repeat;
	}

	.iconmenu a
	{
		height: 30px;
		margin-right: 0px;
		display: block;
		text-decoration: none;
		padding: 7px 15px 0px 15px;
		color: white;
	}
	.iconmenu a:link	{		}
	.iconmenu a:visited	{	color: white;	}
	.iconmenu a:hover	{	background: url(../images/bg_on.gif) 0 0 repeat-x;		}
