@charset "utf-8";
/* Akra Navigation */

/* - Main Menu - */
#hide {
	height: 0px;
	overflow: hidden;
	visibility: hidden;
}

#nav {
	margin-bottom: 0pt;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0pt;
	padding-bottom: -5px;
	padding-right: 0pt;
	padding-top: 0pt;
	position: relative;
	width: 900px;
	z-index: 2;
	padding-left: 0px;
}

#nav ul {
	display: block;
	list-style-type: none;
	margin: 0pt;
	padding: 0pt;
}

#nav ul li {
	display: block;
	float: left;
	margin: 0pt;
}

#nav ul li .strip {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url('images/strip.png');
	background-position: 0%;
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 8px;
	margin: 0pt;
	width: 200px;
}

#nav ul li a {
	display: block;
	height: 47px;
	overflow: hidden;
	text-indent: -999999em;
}

#nav ul li.home a{
	background-attachment: scroll;
	background-color: transparent;
	background-image: url('images/home_btn_up.png');
	background-position: 0%;
	background-repeat: no-repeat;
	width: 112px;
}

#nav ul li.home a:hover {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/home_btn_over.png);
	background-position: 0%;
	background-repeat: no-repeat;
	width: 112px;
}

#nav ul li.about a {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url('images/about_btn_up.png');
	background-position: 0%;
	background-repeat: no-repeat;
	width: 142px;
}

#nav ul li.about a:hover {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/about_btn_over.png);
	background-position: 0%;
	background-repeat: no-repeat;
	width: 142px;
}

#nav ul li.services a {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url('images/services_btn_up.png');
	background-position: 0%;
	background-repeat: no-repeat;
	width: 130px;
}

#nav ul li.services a:hover {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/services_btn_over.png);
	background-position: 0%;
	background-repeat: no-repeat;
	width: 130px;
}

#nav ul li.experiences a {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url('images/experiences_btn_up.png');
	background-position: 0%;
	background-repeat: no-repeat;
	width: 152px;
}

#nav ul li.experiences a:hover {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/experiences_btn_over.png);
	background-position: 0%;
	background-repeat: no-repeat;
	width: 152px;
}

#nav ul li.qa a {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url('images/qa_btn_up.png');
	background-position: 0%;
	background-repeat: no-repeat;
	width: 212px;
}

#nav ul li.qa a:hover {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url('images/qa_btn_over.png');
	background-position: 0%;
	background-repeat: no-repeat;
	width: 212px;
}

#nav ul li.contact a {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url('images/contact_btn_up.png');
	background-position: 0%;
	background-repeat: no-repeat;
	width: 152px;
}

#nav ul li.contact a:hover {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/contact_btn_over.png);
	background-position: 0%;
	background-repeat: no-repeat;
	width: 152px;
}

/* - Sub Menu - */
#nav .subnav {
	font-size: 12px;
	position: relative;
	top: -2px;
	font-family: Verdana, Geneva, sans-serif;
	left: -1px;
}

#nav .subnav ul {
	display: block;
	list-style-type: none;
	margin-bottom: 0pt;
	margin-left: 3px;
	margin-right: 0pt;
	margin-top: 0pt;
	padding: 0pt;
	position: absolute;
	width: 210px;
	z-index: 1;
	visibility: hidden;
}

#nav .subnav ul li a {
	background-image: url('images/submenu_bg.png');
	background-repeat: repeat;
	color: rgb(255, 255, 255);
	list-style-type: none;
	height: auto;
	margin: 0pt;
	padding-bottom: 8px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 6px;
	position: relative;
	text-decoration: none;
	text-indent: 0pt;
	white-space: normal;
	width: 180px;
}

#nav .subnav ul li a:hover {
	background-image: url('images/submenu_bg_over.png');
	background-repeat: repeat;
	color: rgb(255, 255, 255);
	width: 180px;
	list-style-type: none;
}

#nav .subnavBottom {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url('images/submenu_bottom_left.png');
	background-position: 0%;
	background-repeat: no-repeat;
	height: 6px;
	width: 200px;
}

#nav ul li .strip { 
	margin: 0pt; background: transparent url('images/strip.png') no-repeat scroll 0% 0%; 
	display: block; float: left; 
	height: 8px; 
	width: 200px; 
}
