/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D6D6D6;
	border-right-color: #D6D6D6;
	border-bottom-color: #D6D6D6;
	border-left-color: #D6D6D6;
	background-color: #D6D6D6;
}

.ddsubmenustyle li a{
	display: block;
	width: 160px; /*width of menu (not including side paddings)*/
	color: #595959;
	background-color: #F0F0F1;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D6D6;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 180px; /*width of menu (include side paddings of LI A*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


.ddsubmenustyle li a:hover{
	color: #000000;
	background-color: #F7F7F8;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	left: 100px;
	border: 0;
	padding-top: 3px;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}
.mattblackmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	width: 100%;
	height: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: left;
}

.mattblackmenu li{
	display: inline;
	margin: 0;
}

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: #2F2F2F;
	padding-right: 27px;
	padding-left: 27px;
	height: 27px;
	padding-top: 15px;
}
.seprator {
	float: left;
	height: 42px;
	width: 2px;
	background-image: url(../images/seprator.jpg);
}


.mattblackmenu li a:visited{
	color: #000;
}

.mattblackmenu li a:hover{
	color: #000000;
}

.mattblackmenu a.selected{
	color: #000;
}


#btn {



	float: left;
	height: 42px;
	width: 977px;
	margin-top: 4px;
	background-image: url(../images/btn.png);
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 1px 1px 3px #cdcdcd;
	padding-right: 5px;
	padding-left: 5px;
margin-left:7px;
}


#header_right {color:gray;
	float: right;
	height: auto;
	width: 400px;
	margin-top: 7px;
}
.header_btn {
backround-color:red;
	margin-top: 17px;
	float: right;
	height: 11px;
	width: 200px;
	color: #999999;

}
#header_right .header_btn a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin-left: 2px;
	color: #0C0C0C;

}