html, body {
	padding: 0;
	margin: 0;
	background-color: Black;
}
body, p, br, tr, td, ul, ol, div, input, textarea,reset,submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: white;
	line-height: 25px;
}
#footer {
	font-size: 11px;
}
#footer a:link, #footer a:visited {
	color: #FDDBE3;
	text-decoration: none;
}
#footer a:hover {
	color: #D0CECE;
}
#lang {
	padding-left: 22px;
	font-size: 12px;
}
#lang a:link, #lang a:visited {
	margin-left: 15px;
	font-size: 18px;
	text-decoration: none;
	color: white;
}
#lang a:hover {
	color: #FFB1D8;
}
a:link, a:visited {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: #FFB1D8;
	text-decoration: none;
}

/*   TOP NAVIGATION   */

#nav { 
	list-style: none; 
	padding: 0;
	margin: 0;
}

 #nav ul { 
padding: 0;
	margin:0;
	list-style: none;
    width:80px;
	 height: 60px;
    z-index:99;
    position:relative;
    overflow:visible;  
	 border: 1px solid #507DB6;
	 background-color: black;
   }

#nav li { 
    margin:0;   
    position: relative; 
    float:left;
	width: 99px;
	background-color: transparent;
    display:block;
    height:auto;
	 text-align: center;
}
#nav ul li { 
	width: 80px;	
	height: 18px;
		line-height: 18px;
	text-indent: 10px;
	text-align: left;
}
 
#nav a {
    text-decoration:none; 
    display:block;
font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	width: auto;

}

#nav a:hover, #nav li:hover{
   color: #FFB1D8; 
}
#nav ul li:hover, #nav ul li a:hover { 
background-color:black;


}


#nav ul{
    display:none;   
}

/*all see this */
#nav ul ul, #nav ul ul ul{
    display:none; 
    position:absolute; 
    margin-top:-1.8em; 
    margin-left:12em;
}

/* non-IE browsers see this */
 #nav ul li>ul, #nav ul ul li>ul{
    margin-top:-1.35em; 
 }

 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{
    display:none; 
}

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{
    display:block;
}



li>ul { 
	top: auto;
	left: auto;
}
/* site style */
#holdm{
	position: absolute;
	top:22px !important;
	z-index:90;
	width:417px;
}

	/*   end TOP NAVIGATION   */

