@charset "utf-8";
/* CSS Document */
li.menuwidth{
	
	width:100px;
	text-align:center;
	top:.6em;
	left:1.5em;
	/*height:25px;
	top:.7em;
	left:2em;*/
}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	text-align:center;
	vertical-align:middle;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	height:28px;
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block; 
	top:2.3em;
    left:2em;
	border-width: 1px;
	
}


/* Fix IE. Hide from IE Mac \*/
/* * html #menu ul li { float: left; height: 1em; }
 HTML #menu UL LI A {
	height:20px; 
	
}*/
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { 
	visibility:hidden;
	width:210px;
	top:2.0em;
	left:2em;
	height:20px;
	
 }		
/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 
	
}
/* Styles for Menu Items */
#menu ul a {
	text-align:center middle;
	display: block;
	text-decoration: none;
	vertical-align:bottom;
	COLOR:#EDFAFF;
	font-size :12px;
	height:12px;
	font-weight:bold;
/*	 background:#e2e2e2;
	padding-left:18px;
	padding-right:18px;
	padding-top:4px;
	padding-bottom:4px;
	border:.1em solid #999999;	*/
}
/* Hover Styles */
#menu ul a:hover { 
	 COLOR: #FFFFFF;
	/*background-color:#c2c0c0;*/
	 
} 
/* Sub Menu Styles */
#menu li ul a {
	width:150px;
	text-decoration: none;
	color: #EDFAFF;
	BACKGROUND:#B0AEA2; /* IE6 Bug */
    padding: .6em 1px .6em 1px;
	border-bottom:.1em solid #FFFFFF;
	text-align:left;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;

	
} 
#menu li ul a.lastmen {
	width:20em;
	text-decoration: none;
	color: #EDFAFF;
	font-weight:bold;
	BACKGROUND:#B0AEA2 ; /* IE6 Bug */
    padding: .6em 1px .6em 1px;
	border-bottom:.1em solid #FFFFFF;
	text-align:left;
	vertical-align:middle;

} 
#menu li ul a.special {
width:27.5em;
font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #EDFAFF;
	font-weight:bold;
	BACKGROUND:#B0AEA2; /* IE6 Bug */
    padding: .6em 1px .6em 1px;
	border-bottom:.1em solid #FFFFFF;
	text-align:left;
	vertical-align:middle;
} 


/* Sub Menu Styles */
 #menu ul ul ul{
	top:-5em;
	left:0em;
	
}
/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #FFFFFF; 
	/* BACKGROUND:    #F0F0F0 no-repeat left bottom;*/
	BACKGROUND:#8F8C7C ; 
	
} 
#menu li ul a.lastmen:hover { 
	color: #FFFFFF; text-decoration:underline; /*BACKGROUND:   #F0F0F0 no-repeat left bottom;*/
	BACKGROUND:#8F8C7C; 
} 
#menu li ul a.special:hover { 
	color: #FFFFFF; text-decoration:underline;
	/* BACKGROUND:    #F0F0F0 no-repeat left bottom;*/
	BACKGROUND:#8F8C7C; 
} 
#menu li ul a.special1:hover { 
	color:#FFFFFF; text-decoration:underline; /*BACKGROUND:   #F0F0F0 no-repeat left bottom;*/
	BACKGROUND:#8F8C7C; 
} 





