@charset "utf-8";

/* NAVIGATION */

#topnav_items {
	width:auto;
	height:30px;
	float:right;
	display:table;
	text-align:right;
	margin-top:12px;
	font-size: 11px;
}

.topnav_static
{
	padding-left: 15px;
	font-size: 11px;
}

.topnav_static a
{
	display: block;
	/*padding-top: 7px;*/
	background-image: url(../images/interior/topnav/circle-off.png);
	/*background-position: 0px 9px;*/
	background-repeat: no-repeat;
	padding-left: 14px;
	font-family: Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
    text-transform:uppercase;
    color: #4D4D4D;
    text-align: left;
}

.topnav_static a:hover
{
	display: block;
	/*padding-top: 7px;*/
	background-image: url(../images/interior/topnav/circle-off.png);
	/*background-position: 0px 9px;*/
	background-repeat: no-repeat;
	padding-left: 14px;
	font-family: Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
    text-transform:uppercase;
    color: #FD7F01;
    text-align: left;
}

.topnav_dynamic
{
	text-align: left;
	border: solid 1px #898686;
	font-size: 11px;
}

.topnav_dynamic_link a
{
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 14px;
	background-color: #ffffff;
	/*background-image: url(../images/interior/topnav/circle-off.png);
	background-position: 0px 9px;
	background-repeat: no-repeat;*/
	padding-left: 14px;
	font-family: Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
    text-transform:uppercase;
    color: #4D4D4D;
    text-align: left;
}

.topnav_dynamic_link a:hover
{
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 14px;
	background-color: #FD7F01;
	/*background-image: url(../images/interior/topnav/circle-off.png);
	background-position: 0px 9px;
	background-repeat: no-repeat;*/
	padding-left: 14px;
	font-family: Helvetica, Arial;
	font-size: 11px;
	font-weight: normal;
    text-transform:uppercase;
    color: #FFFFFF;
    text-align: left;
}
	
.nav_products a { 
	display:block;
	width:72px;
	height:30px;
	background: url("../images/home/topnav/products_off.gif") 0 0 no-repeat;
	margin:0px 26px 0px 80px;
}

.nav_products a:hover {
	background: url("../images/home/topnav/products_on.gif") 0 0 no-repeat;
	width:72px;
	height:30px;
	background-repeat:no-repeat;
	margin:0px 26px 0px 80px;
}

.nav_solutions a { 
	display:block;
	width:74px;
	height:30px;
	background: url("../images/home/topnav/solutions_off.gif") 0 0 no-repeat;
	margin:0px 26px 0px 0px;
}

.nav_solutions a:hover {
	background: url("../images/home/topnav/solutions_on.gif") 0 0 no-repeat;
	width:74px;
	height:30px;
	background-repeat:no-repeat;
	margin:0px 26px 0px 0px;
}

.nav_training a { 
	display:block;
	width:65px;
	height:30px;
	background: url("../images/home/topnav/training_off.gif") 0 0 no-repeat;
	margin:0px 26px 0px 0px;
}

.nav_training a:hover {
	background: url("../images/home/topnav/training_on.gif") 0 0 no-repeat;
	width:65px;
	height:30px;
	background-repeat:no-repeat;
	margin:0px 26px 0px 0px;
}

.nav_support a { 
	display:block;
	width:63px;
	height:30px;
	background: url("../images/home/topnav/support_off.gif") 0 0 no-repeat;
	margin:0px 26px 0px 0px;
}

.nav_support a:hover {
	background: url("../images/home/topnav/support_on.gif") 0 0 no-repeat;
	width:63px;
	height:30px;
	background-repeat:no-repeat;
	margin:0px 26px 0px 0px;
}

.nav_events a { 
	display:block;
	width:53px;
	height:30px;
	background: url("../images/home/topnav/events_off.gif") 0 0 no-repeat;
	margin:0px 26px 0px 0px;
}

.nav_events a:hover {
	background: url("../images/home/topnav/events_on.gif") 0 0 no-repeat;
	width:53px;
	height:30px;
	background-repeat:no-repeat;
	margin:0px 26px 0px 0px;
}

.nav_estore a { 
	display:block;
	width:58px;
	height:30px;
	background: url("../images/home/topnav/estore_off.gif") 0 0 no-repeat;
	margin:0px 26px 0px 0px;
}

.nav_estore a:hover {
	background: url("../images/home/topnav/estore_on.gif") 0 0 no-repeat;
	width:58px;
	height:30px;
	background-repeat:no-repeat;
	margin:0px 26px 0px 0px;
}

.nav_company a { 
	display:block;
	width:70px;
	height:30px;
	background: url("../images/home/topnav/company_off.gif") 0 0 no-repeat;
	margin:0px 0px 0px 0px;
}

.nav_company a:hover {
	background: url("../images/home/topnav/company_on.gif") 0 0 no-repeat;
	width:70px;
	height:30px;
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
}