#styleone{
	position:relative;
	display:block;
	height:29px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	text-transform: uppercase;
}
#styleone ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}
#styleone ul li{
	display:block;
	float:left;
/*	background:transparent url(/images/navigation/tab_off_background.png) repeat-x top left;*/
	margin:0 8px 0 0;
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #333;
	border-bottom: 1px solid #336600;
}
#styleone ul .nav_main {
	background:transparent url(/images/tab_navigation/bignav_normal.gif) repeat-x top left;
}
#styleone ul .nav_right {
	background:transparent url(/images/tab_navigation/tab_navigation_background.gif) repeat-x top left;
}

#styleone ul li a{
	display:block;
	float:left;
	color:#FFF;
	text-decoration:none;
	padding:6px 10px 0 10px;
	height:22px;
}
#styleone ul li a:hover,#styleone ul li a.current{
	color:#FFF;
/*	background:transparent url(/images/navigation/tab_on_background.png) repeat-x top left;*/
	background:transparent url(/images/tab_navigation/bignav_normal.gif) repeat-x top left;

	text-decoration:none;
}
#nav_panel {
	width: 994px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
	position: relative;
	background-image: url(/images/master_layout/main_nav_background.png);
	height: 29px;
	padding-top: 8px;
}

/*#navbar {
	width: 994px;
	background-image: url(/images/tab_navigation/tabnav_left_gutter.png);
	height: 38px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #336600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}
*/