@CHARSET "UTF-8";
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;

}
#sddm li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#sddm li a#middle
{	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 2px;
	min-width: 100px;
	width:auto !important;
	width:110px;
	height:13px;
	background-color: #eb631b;
	/*background-image:url(../img/site/nav_button.jpg);*/
	color: #ffffff;
	text-decoration: none;
	text-align:center;
	
}

#sddm li a#first
{	
	display: block;
	margin: 0 1px 0 0;
	padding: 4px 0px;
	min-width: 100px;
	width:auto !important;
	width:110px;
	height:13px;	
	background-image:url(../img/site/first_nav_button.jpg);
	background-repeat:no-repeat;
	background-color:#eb631b;
	color: #ffffff;
	text-decoration: none;
	text-align:center;	
}

#sddm li a#first:hover,  #sddm li a#first.selected_nav
{
	background-image:url(../img/site/first_nav_button_hover.jpg);
	background-repeat:no-repeat;
	background-color:#003676;
}

#sddm li a#last
{	
	display: block;
	margin: 0px;
	padding: 4px 0px;
	min-width: 100px;
	width:auto !important;
	width:110px;
	height:13px;	
	background-image:url(../img/site/last_nav_button.jpg);
	background-repeat:no-repeat;
	background-color:#eb631b;
	background-position:right;
	color: #ffffff;
	text-decoration: none;
	text-align:center;	
}

 
#sddm li a.selected_nav#last, #sddm li a#last:hover
{
	background-image:url(../img/site/last_nav_button_hover.jpg);
	background-repeat:no-repeat;
	background-color:#003676;
	min-width: 100px;
	width:auto !important;
	width:110px;
	height:13px;
	background-position:right;
}

#sddm li a#middle:hover,  #sddm li a#middle.selected_nav
{	
	background-color: #003674;
	min-width: 100px;
	width:auto !important;
	width:110px;
	height:13px;	
}

#sddm div
{	position: absolute;
	/*visibility: hidden;*/
	display: none;
	margin: 0;
	padding: 0;
	background-color: #666666;
}
#sddm div a
{
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: 100px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background-color: #666666;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
#sddm div a:hover
{
	background-color: #000000;
	color: #ffffff;
	text-decoration: underline;
}
