div.menu
{
	width		: 1004px;
	padding		: 19px 0 0 0 ;
}
div.menu ul
{
	list-style		: none;
	background		: transparent;
	line-height		: 31px;
}

div.menu ul ul
{
	display			: none;
	border 			: 1px solid #006633;
	top				: 30px;
	*top			: 26px;
	left			: -1px;
	position 		: absolute;
	width			: 200px;
	background		: transparent;
	line-height		: 25px;
}

div.menu ul li
{
	position		: relative;
	border-right	: solid 1px white; 
	display 		: inline;
	text-align		: left;
	padding			: 6px 20px;
}
div.menu ul ul li
{
	background		: url('images/subMenu.jpg') repeat-x top right;
	border			: 0px;
	display 		: block;
	text-align		: left;
	padding			: 2px 20px;
	height			: 25px; 
	border-bottom	: 1px solid white;  
}
div.menu ul ul li.last
{
	border	: 0;
}
div.menu ul li.first
{
	border-left		: solid 1px white; 
}
div.menu ul li a
{
	background		: transparent;
	font-size		: 12px;
	color			: white;
	text-decoration	: none;
	cursor			: pointer;
}
div.menu ul li a:hover
{
	text-decoration	: underline;
}