﻿#main_nav_container
{
	width:750px;
	height:60px;
}

#main_nav, .sub_nav
{
	width:750px;
	height:30px;
	margin:0;
	padding:0;
	position:relative;
	
}

.sub_nav
{
	width:748px;
	height:25px;
	position:absolute;
	top: 0;
	left: 0;
	border-bottom:1px solid gray;
	border-right:1px solid gray;
	border-left:1px solid gray;
	font-size:12px;
	z-index:23222333;
}

#main_nav{
	background:url(../images/main_menu/nav-background.gif);
}
#main_nav li{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
}
#main_nav li, #main_nav a{
	height:30px;
	display:block;
}
.sub_nav li{
	margin-top:5px;
	height:15px;
	display:block;
	float:left;
	border-right:1px solid #999999;
}
.sub_nav a{
	padding-left:16px;
	padding-right:16px;
	height:15px;
	display:block;
	text-decoration: underline;
	color:#999999;
	float:left;
}
.sub_nav a:hover{
	color:black;
}

#main_nav li a:hover, .current_nav_item{
	background-image:url(../images/main_menu/nav-background-on.gif);
}

#nav_item_solutions{
	left:0;
	width:84px;
}
#nav_item_solutions a:hover, .solutions-current{
	background-position:0 0;
}
#nav_item_products{
	left:84px;
	width:143px;
}
#nav_item_products a:hover, .products-current{
	background-position: -84px 0;
}
#nav_item_training{
	left:227px;
	width:140px;
}
#nav_item_training a:hover, .training-current{
	background-position: -227px 0px;
}
#nav_item_news{
	left:367px;
	width:111px;
}
#nav_item_news a:hover, .news-current{
	background-position:-367px 0;
}
#nav_item_partners{
	left:478px;
	width:73px;
}
#nav_item_partners a:hover, .partners-current{
	background-position:-478px 0;
}	
#subnav_current_item{
	color:black;
	font-weight:bold;
}	
#nav_search{
	left:564px;
	width:182px;
	height:24px;
	background-image:url(../images/search-input-background.png);
}
#nav_search_input{
	border:0;
	color:#999999;
	margin-left:5px;
	width:150px;
	margin-right:5px;
	margin-top:5px;
	float:left;
}
#nav_search_arrow{
	margin-top:5px;
	float:left;
	cursor:pointer;
}

.sub_nav_hidden
{
	display:none;
}
#sub_nav{
	z-index:33333333;
}
#breadcrumb 
{
	position:absolute;
	top:39px;
	left:15px;
	color:#666666;
	font-family:Trebuchet MS;
	font-size:11px;
}
#sub_nav li{
	letter-spacing:0.045em;
}