﻿#Divmenu 
{
	background:red ;
	text-align:center ;
}
#Divmenu a
{
	display: block;
	float: left;
	width: 100px;
	color: #ffffff;
	height: 24px;
	background-color: #0033cc;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
	font-family: Tahoma;
	text-decoration: none;
}
#Divmenu a:hover
{
	display: block;
	float: left;
	width: 100px;
	color: #ffff66;
	height: 24px;
	background-color: #000066;
	text-align: center;
	text-decoration: underline;
}


