	#ddmenu1 {
		margin: 0;
		padding: 0}

		#ddmenu1 li {
			float: left;
			list-style: none;}

		#ddmenu1 li a	{
			display: block;
			font-family:arial;
			font-size:9pt;
			background: #8c0f0d;
			text-decoration: none;
			border-left: 1px solid white;
			width: 102px;
			height:23px;
			line-height:23px;
			color: #fed432;
			text-align:center;}

		#ddmenu1 li a:hover	{
			background: #460706}

			#ddmenu1 li ul	{
				margin: 0;
				padding: 0;
				position: absolute;
				visibility: hidden;
				border-top: 1px solid white}

				#ddmenu1 li ul li	{
					float: none;
					display: inline}

				#ddmenu1 li ul li a	{
					width: 102px;
					background: #8c0f0d;
					color: #fed432;
					border-bottom:1px solid #ffffff;}

				#ddmenu1 li ul li a:hover {
					background: #460706}

.border2 {border-right:1px solid #ffffff;}