body{
/*	behavior: url(csshover.htc);*/
}

#horizontal a {
	color: #FFF;
	text-decoration: none;
	margin-top:6px;
}

#horizontal p {
	color: #FFF;
	text-decoration: none;
	margin-top:6px;
	padding-left:5px;
	text-align:left;
}

#horizontal2 p {
	color: #FFF;
	text-decoration: none;
	margin-top:6px;
	padding-left:5px;
}

#horizontal ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:120px;
}

#horizontal ul li {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight:bold;
	height:30px;
	background-image:url(../images/button.png);
	background-repeat:no-repeat;
	position: relative;
	float:left;
	width:113px;
	padding-bottom:5px;
}
	
#horizontal ul li ul li{
	background:#b52546;
	width:100%;
	height:100%;
}

#horizontal ul li a{
	display:block;
	padding-left: 5px;
	text-align:left;
}

#horizontal ul li a:hover {
	color:#b52546;
}

#horizontal ul li ul li a:hover{
	background: #b52546;
	color:#000;
}

#horizontal ul ul {
	position: absolute;
	top: 0;
	display:none;
}

#horizontal ul ul a{
	padding-bottom:2px;

}

#horizontal ul li:hover ul{
	display: block;
	left:113px;
}

#horizontal2 a {
	color: #FFF;
	text-decoration: none;
	margin-top:6px;
}

#horizontal2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:120px;
}

#horizontal2 ul li {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight:bold;
	height:30px;
	background-image:url(../images/button1.png);
	background-repeat:no-repeat;
	padding-bottom:5px;
	position: relative;
	float:left;
	width:113px;
	list-style:none;
}
	
#horizontal2 ul li ul li{
	background:#b52546;
	width:90px;
}

#horizontal2 ul li a{
	display:block;
	padding-left: 5px;
	text-align:left;
}
	
#horizontal2 ul li a:hover {
	color:#b52546;
}

/* ------------- */

#horizontal3 a {
	color: #FFF;
	text-decoration: none;
	margin-top:6px;
}

#horizontal3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:120px;
}

#horizontal3 ul li {
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight:bold;
	height:30px;
	background-image:url(../images/buttonred.png);
	background-repeat:no-repeat;
	padding-bottom:5px;
	position: relative;
	float:left;
	width:113px;
	list-style:none;
}
	
#horizontal3 ul li ul li{
	background:#b52546;
	width:90px;
}

#horizontal3 ul li a{
	display:block;
	padding-left: 5px;
	text-align:left;
}
	
#horizontal3 ul li a:hover {
	color:#000;
}