@charset "utf-8";
/* CSS Document */
li.menuwidth{
	width:130px;
	height:25px;
	
	
}
#menu li { /* all list items */
	float:inherit;
	position: relative;
	color:#CCCCCC;
	font-weight:bold;
		
}
#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:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
}
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: 2em;
    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:2.5em;
	left:2.3em;
 }		
/* 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: #0000CC;
	font-size : 11px;
	
	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: #0000CC;
	 background:#FFFEF1;
} 
/* Sub Menu Styles */
#menu li ul a {
	width:120px;
	text-decoration: none;
	color: #0000CC;
	BACKGROUND:#C9C9C9 no-repeat left bottom; /* IE6 Bug */
    padding: .35em 7px .35em 6px;
	border-bottom:.1em solid #FFFFFF;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px
} 
#menu li ul a.lastmen {
width:120px;
	text-decoration: none;
	color: #0000CC;
	font-weight:bold;
	BACKGROUND:#C9C9C9 no-repeat left bottom; /* IE6 Bug */
    padding: .35em 7px .35em 6px;
	border-bottom:.1em solid #FFFFFF;
	text-align:left;
	height:25px;
} 
#menu li ul a.special {
width:120px;
font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #0000CC;
	font-weight:bold;
	BACKGROUND:#C9C9C9 no-repeat left bottom; /* IE6 Bug */
    padding: .1em 2px .1em 6px;
	border-bottom:.1em solid #FFFFFF;
	text-align:left;
} 


/* Sub Menu Styles */
 #menu ul ul ul{
	top:0em;
	left:13em;
	
}
/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #0000CC; 
	 BACKGROUND:    #F0F0F0 no-repeat left bottom;
} 
#menu li ul a.lastmen:hover { 
	color: #0000CC; text-decoration:underline; BACKGROUND:   #F0F0F0 no-repeat left bottom;
} 
#menu li ul a.special:hover { 
	color: #0000CC; text-decoration:underline;
	 BACKGROUND:    #F0F0F0 no-repeat left bottom;
} 
#menu li ul a.special1:hover { 
	color: #0000CC; text-decoration:underline; BACKGROUND:   #F0F0F0 no-repeat left bottom;
} 
