/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* customized by TwoDev, LLC */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:800;
text-align:center;
z-index: 1;
}

.suckertreemenu ul li a:link{
color: white;
z-index: 1;
}

.suckertreemenuitems li{
text-align:left;
font-weight:400;
z-index: 1;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #049189; /*overall menu background color*/
z-index: 1;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 120px; /*Width of top level menu link items*/
padding: 6px 6px 6px;
border: 1px solid white;
border-left-width: 0;
text-decoration: none;
color: white;
z-index: 1;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
z-index: 1;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
z-index: 1;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
z-index: 1;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 0px 0px; /* was 1 and 5  - fix for IE7 issue of dissapearing menus*/
border: 1px solid #049189;
z-index: 1;
}

.suckertreemenu ul li a:hover{
background-color: #124242;
color: white;
z-index: 1;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #049189 /*url(media/arrow-down.gif) no-repeat center right; */
}

/*Background image for subsequent level menu list links */
/*
.suckertreemenu .subfoldericon{
background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;
}
*/

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}


/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 51;}
* html .suckertreemenu ul li ul li { float: left;}
* html .suckertreemenu ul li ul li a{ margin-top:-2px; }
/* End */



#ticker {
	position: absolute;
	right: 400;
	top: 70px;
	left: 559px;
	width: 169px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-stretch: condensed;
	font-weight: 800;
	z-index: 0;
}

#home_photo {
	position: absolute;
	right: 100;
	top: 126px;
	left: 11px;
	z-index: 0;
}

#scrolling_text {
	position: absolute;
	top: 341px;
	left: 15px;
	z-index: 1;
}

#about_ixys {
	position: absolute;
	top: 123px;
	left: 663px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	z-index: 1;
	width: 536px;
	height: 276px;
}


/* search area */
#part_search {
	display: block;
	width: 190px; /*Width of top level menu link items*/
	padding: 3px 3px 3px;
	/* border: 1px solid black; */
	/* border-left-width: 1px; */
	text-decoration: none;
	color: black;
	position: absolute;
	left: 786px;
	top: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#go_button {
	position: absolute;
	left: 963px;
	top: 30px;
	background-color: #049189;
	padding: 2px 2px 3px 2px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
}

#pspice_search {
	display: block;
	width: 190px; /*Width of top level menu link items*/
	padding: 2px 2px 2px 4px;
	border: 1px solid #049189;
	background-color: #049189;
	border-left-width: 0;
	text-decoration: none;
	color: white;
	position: absolute;
	left: 786px;
	top: 54px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#cross_reference_search {
	display: block;
	width: 190px; /*Width of top level menu link items*/
	padding: 2px 2px 2px 4px;
	border: 1px solid #049189;
	background-color: #049189;
	border-left-width: 0;
	text-decoration: none;
	color: white;
	position: absolute;
	left: 786px;
	top: 79px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
text-decoration: none;
color: #13948D;
}

a:hover {
text-decoration: none;
color: #10423F;
font-weight: 800;
}

#bottom_navs {
	position: absolute;
	left: 12px;
	top: 422px;
	width: 974px;
	height: 168px;
}

#news_nav {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #13948D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	text-align:left;
	z-index: 1;
	left: 27px;
	top: 52px;
}

#product_nav {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #13948D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	text-align:left;
	z-index: 1;
	left: 226px;
	top: 52px;
}

#tech_nav {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #13948D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	text-align:left;
	z-index: 1;
	left: 428px;
	top: 52px;
}

#corp_nav {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #13948D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	text-align:left;
	z-index: 1;
	left: 626px;
	top: 53px;
}

#contact_nav {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #13948D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:400;
	text-align:left;
	z-index: 1;
	left: 819px;
	top: 52px;
	width: 156px;
}

/* start graphics for footer nav */
#news_nav_graphic {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 0;
	left: 1px;
	top: 0px;
	width: 160px;
}

#product_nav_graphic {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 0;
	left: 203px;
	top: 0px;
}

#tech_nav_graphic {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 0;
	left: 404px;
	top: 0px;
}

#corp_nav_graphic {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 0;
	left: 603px;
	top: 1px;
}

#contact_nav_graphic {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 0;
	left: 798px;
	top: 1px;
}
/* end graphics for footer nav */

#footer_image {
	position: absolute;
	left: 196px;
	top: 630px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:400;
	text-align:center;
}
