/* Top Tabs */

a.tab span.buttonLeft {
	background: transparent url('/images/header/tab_left.png') no-repeat top left;
	height: 30px;
	width: 9px;
	display: block;
	float: left;
	clear: none;
}

a.tab {
	float: left;
	clear: none;
	display: block;
	background: transparent url('/images/header/tab_right.png') no-repeat top right;
	height: 30px;
	line-height: 30px;
	margin: 0px 1px;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	padding-right: 9px;
}

a.tab:hover {
	position: relative;
	top: 2px;
}

a.tab img {
	position: relative;
	top: 5px;
}

a.tab span.highlight {
	font-weight: bold;
	color: #E71926;
}

/* Main Menu */

div.menu_bar a ,
div#menu_bar a 
{
	display: block;
	float: left;
	clear: none;
	color: #303030 !important;
  font-weight: bold;
	text-decoration: none;
	font-size: 13px;
  line-height: 33px;
  padding: 0px 15px;
}

div.menu_bar a:hover ,
div#menu_bar a:hover {
  text-decoration: underline;
}

div.menu_bar span.separator ,
div#menu_bar span.separator {
  display: block;
  float: left;
  clear: none;
  width: 2px;
  height: 31px;
  margin-top: 1px;
  background: transparent url('/images/menu/menu_bar_separator.png') repeat-y top left;
}

/* Left Hand Menu */

div.left_column a.button ,
div#left_column a.button {
	width: 214px;
	height: 30px;
	line-height: 30px;
	color: #404040;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	float: left;
	clear: both;
	display: block;
	background: transparent url('/images/menu/left_menu_bg.png') no-repeat top left;
}

div#left_column a.button span.buttonLeft {
	background: transparent;
	display: block;
	float: left;
	clear: none;
	width: 20px;
}

div#left_column a.button:hover,
div#left_column a.selected {
	background-position: 0px -40px;
	color: #FFFFFF;
}

div#left_column a.topButton {
	background-position: 0px -70px !important;
	color: #FFFFFF !important;
	margin-bottom: 15px;
}

ul.subCategories {
  width: 212px;
  float: left;
  clear: both;
  margin: 0px;
  padding: 5px 0px;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #DDDDDD;
}

ul.subCategories li {
  margin: 0px;
  padding: 0px;
  padding-left: 25px;
  list-style: none;
  line-height: 150%;
  font-size: 12px;
}

ul.subCategories li a {
  color: #001E3C !important;
  text-decoration: none;
  font-weight: bold;
}

ul.subCategories li a:hover {
  text-decoration: underline;
}

ul.subCategories li a.selected {
  font-weight: bold;
  color: #4B95F4 !important;
}


div.innerBoxContent button.formSubmit
{
  border:0;
  background:url(/images/blue_arrow.png) top right no-repeat;
  height:21px;
  color:white;
  vertical-align:middle;
  padding:0px 10px 3px 5px;
  margin:0px;
}
