@charset "utf-8";
/* CSS Document */

.button {
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../img/browserbar.png);
	background-position: top;
	background-repeat: repeat-x;
	color: #003300;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bolder;
	font-family: verdana;
}
.button:hover {
	border: 1px solid #001100;
	color: #001100;
	cursor: pointer;
}


div#footer a {
	color: #666666;
}
div#footer a:hover {
	color: #333333;
	text-decoration: underline;
}

/**********************************************/
/*
/*  NAV MENU BUTTONS & DROPDOWN
/*
/**********************************************/

#sddm {
	margin: 0;
	padding: 0;
	z-index: 1000
}

#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	font: bold 11px verdana;
}

#sddm li a {
	color: #003300;
	height: 16px;
	display: block;
	padding-top:  7px;
	padding-left:   10px;
	padding-right:  10px;
	padding-bottom:  5px;

	border-top: none 0px;
	border-left: none 0px;
	border-right: none 0px;
	border-bottom: none 0px;

	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bolder;
	font-family: verdana;
}

#sddm li a:hover {
	color: #FFFFFF;
	cursor: pointer;
	background-image: url(../img/browserbar_select.png);
}

#sddm div {
	position: absolute ;
	visibility: hidden;
	position: fixed;
	margin: 0;
	padding: 0;
	border: 1px solid
}

#sddm div a	{	
	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	font-size: 10px;
	background-image: none;
	background: #FFFFFF;
}

#sddm div a:hover {
	color: #003300;
	background: #CCCCCC;
}
