﻿#menu1, #menu1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#menu1 {
	width: 80px;
	border-bottom-color: #222;
	border-top-color: #222;
	border-bottom-style: dotted;
	border-top-style: dotted;
	border-bottom-width: 1px;
	border-top-width: 1px;
	background-color: #B7B7B7;
	background-image: -webkit-linear-gradient(270deg,rgba(228,228,228,1.00) 1.04%,rgba(215,215,215,1.00) 23.32%,rgba(234,234,234,1.00) 46.63%,rgba(165,165,165,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(228,228,228,1.00) 1.04%,rgba(215,215,215,1.00) 23.32%,rgba(234,234,234,1.00) 46.63%,rgba(165,165,165,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(228,228,228,1.00) 1.04%,rgba(215,215,215,1.00) 23.32%,rgba(234,234,234,1.00) 46.63%,rgba(165,165,165,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(228,228,228,1.00) 1.04%,rgba(215,215,215,1.00) 23.32%,rgba(234,234,234,1.00) 46.63%,rgba(165,165,165,1.00) 100%);
	height: 20px;
	margin-bottom: auto;
	margin-top: auto;
	margin-right: auto;
	border-left: 1px dotted #222222;
}

#menu1 li {
	border-right: 1px dotted #222;
	box-shadow: 0px 1px;
	float: left;
}

#menu1 a {
	float: left;
	color: #222222;
	font-size: 12px;
	font-family: Arial, Helvetica;
	text-align: center;
	font-style: normal;
}

#menu1 li {
	float: left;
	border-right: 1px dotted #222;
	position: relative;
	height: 20px;
}

#menu1 a {
	float: left;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #222222;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica;
	text-align: center;
	line-height: 0px;
	text-decoration: none;
	font-style: normal;
	width: 80px;
}
#menu1 ul {
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	width: 245px;
	z-index: 500;
	height: 280px;
	top: 15px;
}
#menu1 li:hover > ul {
	opacity: 1;
	visibility: visible;
}

li ul p {
	border: 3px solid #347632;
	background-color: #F3FBF5;
	width: 249px;
	margin-left: -8px;
	padding-left: 5px;
}
