/******   H3    */
ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	background:transparent url("images/off.png") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:4px solid #333399;
	border-top:1px solid #A9ADD4;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	pading:0;}
ul#menu li a{
	display:block;
	float:left;
	color:#6d7078;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("images/divider.png") no-repeat top right;
	}
ul#menu li a:hover{
	background:transparent url("images/hover3.png") no-repeat top right;	
	}

.ItemAddButtonRed
{
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:6px;
	height:26px;
	width:132px;
background-image: url("images/buttonoff.png");
border: none 0px transparent;
}

.ItemAddButtonRed:hover

{
background-image: url("images/buttononr.png");color:White;
}

.ItemAddButtonGreen
{
	background-image: url("images/buttonoff.png");
	color:#FFFFFF;
	font-weight:bold;
	height:26px;
	width:132px;
	border: none 0px transparent;
	margin:0px; padding:0px;
	overflow:visible;}

.ItemAddButtonGreen:hover

{
background-image: url("images/buttonong.png");color:White;
}