#menu {
	height: 36px;
	background-color: #000;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	list-style-type: none;
	display: inline;
	position: relative;
	float: left;
	z-index: 0;
}

#menu li a {
	display: block;
	float: left;
	color: #ffffff;
	position: relative;
	cursor: pointer;
	background-color:#000;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #272727;
	font-size: 11px;
	height: 36px;
	line-height: 35px;
	padding-left: 9px;
	padding-right: 10px;
	background-repeat: no-repeat;
	background-position: right;
}
#menu li a:hover {
	background-color: #242424;
}
#menu ul li ul {
	position: absolute;
	visibility: hidden;
	width: 210px;
}
#menu ul li ul li a {
	margin: 0px;
	background-color: #242424;
	text-decoration: none;
	float: left;
	display: block;
	color: #FFFFFF;
	text-align: left;
	width: 240px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}
#menu ul li ul li a:hover {
	color: #FFFFFF;
	background-color: #333;
}



/* arrow images */
.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
	display: none;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
	display: none;
}
