@charset "UTF-8";


#sddm
{	margin: 0;
	padding: 0;
	z-index: 100}

/*
#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial}
*/

/*
#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width: 60px;
	background: #fff;
	color: #444;
	text-align: center;
	text-decoration: none}
	*/
/*
#sddm li a:hover
{	background: #49A3FF}
*/


.nospace{
clear: both; 
height: 0px; 
overflow: hidden;
*margin: -10px 0px -10px 0px; 
}

#sddm td
{
	margin: 0;
	padding: 0;
	display: block;
	width: 164px;
	}



#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	*padding: 2px 0px 10px 0px; /*Fixes IE5 space top and bottom of entire div*/
	background: #fff;
	border-right: 1px solid #a7a9ac;
	border-bottom: 1px solid #a7a9ac;
	border-left: 1px solid #a7a9ac;	
	
	width: 163px;
	*width: 161px; /*Fixes IE5 drop down width */
	
	}

#sddm div a
	{	
		position: relative;
		display: block;
		margin: 0;
		padding: 10px 0px 10px 10px;
		*padding: 7px 0px 0px 10px; /*Fixes IE5 space top and bottom from lines*/
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #fff;
		color: #444;
		font-family: "Verdana", serif;
		font-size: 11px;
		line-height: 10px;
		
		
		}
		
		

#sddm div a:hover
	{
		color: #e36f1e;
		font-family: "Verdana", serif;
		font-size: 11px;
		line-height: 10px;
		
	}