

#menu {
	margin: auto;
	width: 640px;
}

#nav, #nav ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	border: solid #eda;
	z-index: 100;
	border:1px solid gray;
	font: 12px arial, helvetica, serif;
	font-weight: bold;
}

#nav a {
	display: block;
	width: 83px;
	color: #333333;
	text-decoration: none;
	border:1px solid #ccc;
	padding: 3px 0px 3px 0px;
	margin-left: 7;
	z-index: 100;
}


#nav li {
	float: left;
	padding: 0;
	width: 83px;
	text-align: center;
	border-left:3px solid #666666;
	border-right:3px solid #ff0000;
	z-index: 100;
}

.SelMenu {
	background-color: #e1e1e1;
}

.folder {
	background-image: url("/images/rightarrow.gif");
	background-position: center right;
	background-repeat: no-repeat;
}

.folderSel {
	background-color: #e1e1e1;
	background-image: url("/images/rightarrow.gif");
	background-position: center right;
	background-repeat: no-repeat;
}
 

#nav li ul {
	position: absolute;
	left: -999em;
	width: 160px;
	height: auto;
	font-weight: normal;
	border-width: 0;
	margin: 0 0 0 -45px;
	border-top:2px solid #333333;
	border-bottom:2px solid #333333;
}

#nav li li {
	width: 155px;
	text-align: left;
}


#nav li ul a {
	width: 150px;
	border:1px solid gray;
	padding-left: 5px;
}


#nav li ul ul {
	margin: -1.75em 0 0 100px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em; 
  
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #cccccc;
}


#sitemap li.SMtopmenu a, li.SMtopmenu a:visited , li.SMtopmenu a:active {
	font-family: arial, helvetica, serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#sitemap li.SMtopmenu a:hover {
	color: #ccc;
}

#sitemap li.SMmenu2 {
	list-style: disc;
}

#sitemap li.SMmenu2 a {
	font-size: 12px;
	color: #c00;
	font-weight: normal;
}

#sitemap li.SMmenu3 {
	list-style: disc;
}



