@charset "UTF-8";

ul.MenuBarHorizontal
{
	height: 45px;
	width: 856px;
	background-color: #7f85b1;

}
ul.MenuBarHorizontal li
{
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	float: left;
	background-color: #7f85b1;

}
ul.MenuBarHorizontal ul li
{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #454A7F;	

}
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #7F85B1;
	color: #FFF;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 16px;
	padding-left: 16px;
	width:60px;
	height:25px;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7077A7;
}
ul.MenuBarHorizontal-ru a{
	width:100px;
	padding-right: 9px;
	padding-left: 9px;
	font-size:9px;
}
ul.MenuBarHorizontal-ru ul a{
	font-size:11px;
}
ul.MenuBarHorizontal ul
{
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	width: 8.0em;
	position: absolute;
	left: -1000em;
}
ul.MenuBarHorizontal ul a
{
	padding-top: 8px;
	padding-right: 16px;
	padding-left: 16px;
	border:0;
	height: 15px;
	padding-bottom: 5px;
}
ul.MenuBarHorizontal ul ul a
{
	width:275px;
	text-align:left;
	padding-right: 3px;
	padding-left: 5px;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #454A7F;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #454A7F;
	color: #FFF;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */


/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;
	padding-top: 78px;
	width:287px;
	background-repeat: no-repeat;
	background-position: left top;
}
ul.menubar31{
	background-image: url(../images/TPU-top.jpg);
}
ul.menubar32{
	background-image: url(../images/CPU-top.jpg);	
}

ul.menubar40 a {
	width: 150px;
	text-align: left;
}
ul.menubar41-ru a {
	width: 175px;
}
ul.MenuBarHorizontal-cn ul ul{
	width:196px;
	background-repeat: no-repeat;
	background-position: center top;
}
ul.MenuBarHorizontal-cn ul ul a{
	width:188px;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}


ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}

