/* CSS Document */
/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul{
	margin: 0;
	padding: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	overflow: hidden;
	width: auto;
}

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

.mattblackmenu li a{
	float: left;
	display: block;
	text-decoration: none;
	margin: 0; /*right divider between tabs*/
	color: white;
	padding: 0px;
}

.mattblackmenu li a:visited{
color: white;
}

.mattblackmenu li a:hover{
background: black; /*background of tabs for hover state */
}

.mattblackmenu a.selected{
background: black; /*background of tab with "selected" class assigned to its LI */
}



/* ######### 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;
	background: white;
	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: #99A7B2;
	border-right-color: #99A7B2;
	border-bottom-color: #99A7B2;
	border-left-color: #99A7B2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}


.ddsubmenustyle li a{
	display: block;
	width: 160px;
	color: black;
	background-color: #CECAC9;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99A7B2;
	width: 175px;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
	background-color: #FF6600;
	color: white;
}



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

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

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

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: none;
}
.technology {
	cursor: pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF6600;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.thelanguage {
	clear: both;
	color: #0066CC;
	font-size: 12px;
	text-align: justify;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thelanguag {
	clear: both;
	color: #737373;
	font-size: 12px;
	text-align: justify;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.multiple-links-container a   {
	cursor: pointer;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.abstract {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.abstract-close {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/minus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.ddsubmenustyle1 li a {
	display: block;
	width: 160px;
	color: black;
	background-color: #CECAC9;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99A7B2;
	width: 100px;
}



.ddsubmenustyle1, .ddsubmenustyle1 ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	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: #99A7B2;
	border-right-color: #99A7B2;
	border-bottom-color: #99A7B2;
	border-left-color: #99A7B2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
* html .ddsubmenustyle1 li a {
	display: inline-block;
}
.ddsubmenustyle1 li a:hover {
	background-color: #FF6600;
	color: white;
}









/*ddsubmenustyle2*/


.ddsubmenustyle2 li a {
	display: block;
	width: 170px;
	color: black;
	background-color: #CECAC9;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99A7B2;
	width: 100px;
}

.ddsubmenustyle2, .ddsubmenustyle2 ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	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: #99A7B2;
	border-right-color: #99A7B2;
	border-bottom-color: #99A7B2;
	border-left-color: #99A7B2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
* html .ddsubmenustyle2 li a {
	display: inline-block;
}
.ddsubmenustyle2 li a:hover {
	background-color: #FF6600;
	color: white;
}

