/*
-----------------------------------------------
Navigation
----------------------------------------------- */

/* navigation (horizontal subnavigation)
----------------------------------------------- */
ul.nav,
ul.nav * { margin:0;padding:0;}
ul.nav {
 	position:relative;
	max-width:100%;
  	height:20px;
	font-size:12px;
	text-transform:uppercase;
  }
ul.nav li {
	cursor:pointer;
	float:left;
	text-align:center;
	list-style-type:none;
	font-weight:normal;
	height:20px;
	margin-right:5px;
	background:#DC4900 url("/default/theme/images/nav_btnr.jpg") bottom right no-repeat;
}
ul.nav li a {
	color:#fff;
	background:url("/default/theme/images/nav_btnl.jpg") bottom left no-repeat;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	height:20px;
	line-height:1.7;
	padding:0 10px 0px 10px;
}
/*ul.nav li:hover a,
ul.nav li a:hover,
ul.nav li a:focus {color:#2f2ba8; background:url("/default/theme/images/nav_btn.jpg") bottom left no-repeat; background:red;}

*/

ul.nav li.current {
	background:#2f2aa8 url("/default/theme/images/nav_btnr.jpg") top right no-repeat;
}
ul.nav li.current a {
	color: #fff;
	background:url("/default/theme/images/nav_btnl.jpg") top left no-repeat;
}


ul.nav li:hover {
	color: #2F2AA8;
	background:#DC4900 url("/default/theme/images/nav_btnr.jpg") bottom right no-repeat;
}
ul.nav li:hover a{
	color: #2F2AA8;
	background:url("/default/theme/images/nav_btnl.jpg") bottom left no-repeat;
}





