.topheader #list {
	min-width: 250px;
	min-height: 100px;
	display: none;
	position: absolute;
	z-index: 100001;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-rigth: 30px;
	padding-left: 0px;
	background: #204462;
	margin-right: 0px;
	right: 0;
	margin-top: -5px;
	border-radius: 0 0 0 15px;
	border-bottom: 2px solid rgba(30,87,153,1);
	border-left: 2px solid rgba(30,87,153,1);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;		
}

#topheader1:hover ~ #list {
 display: block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;		
}

#list:hover
{
 display: block;
}

#list ul {

display: table-cell;
text-align:left;
}

#list li {
-ms-user-select: none;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;		

 list-style-type: none;
 font-weight:400;
/* font-family:inherit; */
 font-size:14px;
 padding-top:8px;
 padding-bottom:4px;
 padding-left:5px;
 padding-right:10px;
 text-decoration:none;
 /* border:1px solid #fff; */
 color:#fff;
 cursor:pointer;
}

#list ul li a:link {
 outline: none;
 text-decoration:none;
 font-weight:400;
/* font-family:inherit; */
 font-size:14px;
 color: #fff;
 /* font-weight:inherit;  */
 font-size:14px;
 font-family: sans-serif;
}
#list ul li a:hover {
 color: #fff;
 text-decoration:underline;
}
#list ul li a:visited {
 color: #fff;
}