@charset "utf-8";
/* CSS Document */
li.menuwidth{
	
	width:120px;
	text-align:center;
	top:1em;
	left:0em;
	height:44px;
	/*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-weight: bold;
	font-size:14px;
	color:#000;
	text-align:center;
	vertical-align:middle;
	height:43px;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	height:28px;
}

#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:210px;
	top:2em;
	left:0em;
	
 }		
/* 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:#000;
	font-size:14px;
	height:15px;
	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: #006;
	/*background-color:#B0DBF4;*/
	 
} 
/* Sub Menu Styles */
#menu li ul a {
	width:200px;
	text-decoration: none;
	color: #000;
	BACKGROUND:#91CCF0; /* IE6 Bug */
    padding: .6em 1px .6em 1px;
	border-bottom:.1em solid #438577;
	text-align:left;
	vertical-align:middle;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:15px;
	
} 
#menu li ul a.lastmen {
	width:20em;
	text-decoration: none;
	color: #000;
	font-weight:bold;
	BACKGROUND:#91CCF0 ; /* IE6 Bug */
    padding: .6em 1px .6em 1px;
	border-bottom:.1em solid #FFFFFF;
	text-align:left;
	vertical-align:middle;
	height:15px;
} 
#menu li ul a.special {
width:27.5em;
font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	font-weight:bold;
	BACKGROUND:#91CCF0; /* 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: #006; 
	/* BACKGROUND:    #F0F0F0 no-repeat left bottom;*/
	BACKGROUND:#B0DBF4 ; 
	
} 
#menu li ul a.lastmen:hover { 
	color: #006;  text-decoration:underline; /*BACKGROUND:   #F0F0F0 no-repeat left bottom;*/
	BACKGROUND:#B0DBF4; 
} 
#menu li ul a.special:hover { 
	color: #006;  text-decoration:underline;
	/* BACKGROUND:    #F0F0F0 no-repeat left bottom;*/
	BACKGROUND:#B0DBF4; 
} 
#menu li ul a.special1:hover { 
	color:#FFFFFF; text-decoration:underline; /*BACKGROUND:   #F0F0F0 no-repeat left bottom;*/
	BACKGROUND:#B0DBF4; 
} 




.security_key {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	background-color: #CCCCCC;
	height: 18px;
	width: 75px;
	border: 1px solid #000000;
	font-size: 10px;
}

