/*
#formatSelector{
	height: 50px;
	margin : 5px;
	
	
}

#formatsH{
	display:block;
	width: 220px;
	color: white;
	background-color: gray;
	height: 16px;
	/*font-weight: bold;*/
	padding-top: 4px;
	padding-bottom : 2px;
	padding-left: 10px;
	border: 1px solid black;
}

#formatsH:hover{
	color:red;
}


#formatSelector ul#nav {
	list-style: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#formatSelector li {
	float: left;
	position: relative;
	/*width: 100px;*/
	
}

#formatSelector ul#nav li a {
	display: block;
	background-color: #B0E0E6;
	width : 180px;
	height: 25px;
	border: 1px solid #000080;
	margin: 1px;
	padding-left: 20px;
	padding-top: 8px;
	font-size : 12px;
	color: black;
}

#formatSelector li ul {
	display: none;
	position: absolute;
	top: 0;
	left: 10px;
	margin-left:-1px;
	list-style: none;

}


.formats-wrapper{
	/*background-color: #DCDCDC;
	border: 1px solid black;*/
}

#formatSelector li>ul {
	top: auto;
	left: 6px;

}

#formatSelector li:hover ul, li.over ul {
	display: block;
	z-index :99999;
}

#formatSelector ul#nav li a:hover{
	background-color: #87CEFA;
}
*/