#menu {
	color:#000;
	background: #ddd;
	border-top : 1px solid Black;
	border-bottom : 1px solid Black;
	height:26px;
	margin : -5px -5px 0 -5px;
}
	
#menu .selected {
	background: #eee url(selected.gif);
}

ul, li, form {
	margin: 0px 0px 0px 0px;
	text-align : center;
	vertical-align : baseline;
	padding-bottom : 0px;
	padding-top : 0px;
}
#menu li {
	width:110px;

	background: #ddd url(menu0001.gif);
	float:left;
	min-width:10%;
	max-width:200px;
	height:24px;
	line-height:24px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding-left : 0px;
	border-right:1px solid #aaa;
}


#menu li a:link, #menu li a:visited, #menu li a {
	width:110px;

	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	display:block;
	height:24px;
	color:#000;
	text-decoration:none;
	margin: 0px 0px 0px 0px;
	padding-left : 3px;
	padding-right : 3px;
	padding-top : 3px;
}


#menu li a:hover{
	text-decoration : none;
	background:url(hover000.gif) #5d5d5d;
	color : White;
}

#menu .selected {
	background:url(selected.gif) #eee;
	color:#000;
}


#menu p, p {
	clear:both;
	color:#555;
	background-color : #cdcdcd;
	line-height:13px;
	padding:0 10px 0 5px;
	font-weight : bold;
	font-size:9px;
	margin: 0 -5px 15px -5px;
	border-bottom : 1px solid Black;
}


#menu p a, p a {
	color: #B70004;
	text-decoration : none;
	letter-spacing : 1pt;
	font : normal normal 8pt Century Gothic; 
	text-transform : lowercase;
	margin-left : 1px;
	margin-right : 1px;
}


.arrow {
	float:right;
	margin:-7px 1px 0px 0px;
	background:transparent url(arrow000.gif) no-repeat bottom right;
	height:6px;
	width:10px;
}



.jsMenu {
	position:absolute;
	display:none;
	background-color:#fff;
	border:1px solid #000;
	font-family:arial, sans-serif;
}
.jsMenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
.jsMenu li {
	border-bottom:1px solid #000;
	margin:0px;
	text-align : left;

}
.jsMenu li:hover {
	background-color:#dfdfdf;
	text-decoration:none;
	color : Black;
}
.jsMenu li.separator {
	line-height:1px;
	height:1px;
	background-color:#333;
	padding:0px;
	margin:0px;
}
.jsMenu li.heading {
	background:url(hover000.gif) #5d5d5d;
	font-weight:bold;
	color:#fff;
}
.jsMenu li a {
	display:block;
	width:100%;
	text-decoration:none;
	color:#000;	
	padding:2px 2px 2px 2px;	
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.jsMenu li a:hover {
	text-decoration:none;
	color : #B70004;
	background-color:#dfdfdf;	
}
