@charset "utf-8";
/* CSS Document */
li.menuwidth{
	
	height:40px;
	top:0em;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#ffffff;
	
	
}
#menu li { /* all list items */
	float:inherit;
	position: relative;
	color:#ffffff;
	font-weight:normal;
		
}
#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:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
}
li.menusize{
width:75px;
height:25px;
}


#menu li { /* all list items */
	float: left;
	position: relative;
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block; 
	top: 1em;
    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:14em;
	top:3.3em;
	left:1.5em;
 }		
/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 
}
/* Styles for Menu Items */
#menu ul a {
	text-align:center;
	display: block;
	text-decoration: none;
	vertical-align:bottom;
	COLOR:#ffffff;
	font-size : 12px;
	
	font-weight:normal;
	/* 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;
	 
} 
/* Sub Menu Styles */
#menu li ul a {
	width:150px;
	text-decoration: none;
	color: #ffffff;
	BACKGROUND:#8B8C8F ; /* IE6 Bug */
    padding: .35em 7px .35em 6px;
	border-bottom:.1em solid #CFCFCF;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	height:17px;
	
} 
#menu li ul a.lastmen {
	width:16em;
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;
	BACKGROUND:#8B8C8F ; /* IE6 Bug */
    padding: .35em 7px .35em 6px;
	border-bottom:.1em solid #CFCFCF;
	text-align:left;
	height:25px;
} 
#menu li ul a.special {
width:27.5em;
font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
	font-weight:normal;
	BACKGROUND:#8B8C8F ; /* IE6 Bug */
    padding: .1em 2px .1em 6px;
	border-bottom:.1em solid #CFCFCF;
	text-align:left;
} 


/* Sub Menu Styles */
 #menu ul ul ul{
	top:0em;
	left:0em;
	
}
/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #ffffff; 
	/* BACKGROUND:    #F0F0F0 no-repeat left bottom;*/
	BACKGROUND:   #383838 no-repeat left bottom;
	
} 
#menu li ul a.lastmen:hover { 
	color: #ffffff; text-decoration:underline; /*BACKGROUND:   #F0F0F0 no-repeat left bottom;*/
	BACKGROUND:   #383838 no-repeat left bottom;
} 
#menu li ul a.special:hover { 
	color: #ffffff; text-decoration:underline;
	BACKGROUND:   #383838 no-repeat left bottom;
	
} 
#menu li ul a.special1:hover { 
	color: #ffffff; text-decoration:underline; /*BACKGROUND:   #F0F0F0 no-repeat left bottom;*/
	BACKGROUND:   #383838 no-repeat left bottom;
} 





