#nav ul {
	background-color: #000000;			/* menu background color */
	font-family: Verdana;				/* font-family for menu */
	list-style: none;
	padding: 0em 1px 0em 1px;			/* menu padding */
	margin: 0;
	font-size: 11px;				/* font size */
	border: 0px solid #000000;			/* menu border color */
	border-left-width: 0px;				/* left border size */
	border-right-width: 0px;			/* right border size */
	border-top-width: 0px;				/* top border size */
	border-bottom-width: 0px;			/* bottom border size */
	width: 150px;					/* menu width */
}

#nav ul li a {
	background-color: #676168;			/* menuitem background color */
	border: 1px solid #000000;			/* menuitem border color */
	border-top-width: 0px;				/* left border size */
	border-left-width: 0px;				/* right border size */
	border-right-width: 0px;			/* top border size */
	border-bottom-width: 1px;			/* bottom border size */
	font-family: Verdana;				/* font-family for menuitem */
	font-size: 11px;				/* font size */
	font-weight: normal;				/* font weight */
	font-style: none;				/* font style */
	color: #FFFFFF;					/* menuitem text color */
	display: block;
	padding:  0.2em 0px 0.2em 0px;			/* menu item padding */
	text-decoration: none;				/* whether to underline the menu link or not */
	cursor:default;				/* cursor to be displayed on the menuitem */
	width: 150px;					/* menu width */
}

#nav ul li a:hover {
	background-color: #968a99;			/* selected background color */
	border: 1px solid #000000;			/* selected border color */
	border-top-width: 0px;				/* left border size */
	border-left-width: 0px;				/* right border size */
	border-right-width: 0px;			/* top border size */
	border-bottom-width: 1px;			/* bottom border size */
	color: #000000;					/* selected menu item text color */
	cursor:default;				/* cursor to be displayed on the selected menuitem */
	width: 150px;					/* menu width */
}


#nav li {
	background-color: #E3E7EB;			/* menuitem background color*/
	display: block;
	float: left;
	position: relative;
	text-align: left;				/* menu text alignment */
	border-width: 1px 1px;				/* menuitem border width */
	cursor:default;				/* cursor to be displayed on the menuitem */
	width: 150px;					/* menu width */
}


#nav ul li {
	background-color: #FFFFFF;			/* menuitem background color*/
	border: 1px solid #000000;			/* menu item border color */
	border-top-width: 0px;				/* top border size */
	border-left-width: 0px;				/* left border size */
	border-right-width: 0px;			/* right border size */
	border-bottom-width: 0px;			/* bottom border size */
	display: block;
	float: none;
	padding: 0em 0px 0em 0px;			/* menuitem padding */
	cursor:default;				/* cursor to be displayed on the menuitem*/
	width: 150px;					/* menu width */
}

.menuItems{
	background-color: #000000;			/* menu highlight color */
	position:absolute;
	top:0;
	left:0;
	visibility: hidden;
}

.submenu{
	background-image: url('triangle.gif');		/* arrow image for submenu */
	background-repeat: no-repeat;			
	background-position: right;			/* arrow image location*/
}
