
/* TA Menu styles */
DIV.MenuButton SPAN.menu2
{
	color           : #7c7c7c;
	font-size			  : 12px;
	float           : left;
}
DIV.MenuButton A.menu2
{
  color           : #d60000;
  font-size				: 12px;
}
DIV.MenuButton SPAN.menu3
{
	font-weight			: lighter;
	font-size				: 11px;
	color           : #ffffff;
	text-decoration	: underline;
	float           : right;
  background      : url(/common/PrimaryWeapons/images/menu3_left.gif) no-repeat left top;
}
DIV.MenuButton A.menu3
{
	font-weight			: lighter;
	font-size				: 11px;
	color           : #ffffff;
	text-decoration	: underline;
	background			: url(/common/PrimaryWeapons/images/menu3_right.gif) no-repeat right top;
}

/* TA Menu styles */
DIV.MenuButton
{
   float            : left;
   width            : 100%;
   /*background       : #1078BE url(/common/images/transparent.gif) repeat-x bottom;*/
}

DIV.MenuButton UL
{
   margin           : 0px;
   padding          : 0px;
   list-style       : none;
}

DIV.MenuButton LI
{
   display          : inline;
   margin           : 0px;
   padding          : 0px;
}

DIV.MenuButton A
{
	clear: none;
	font-weight: bold;
	font-family: Sans-Serif;
	font-size: 14px;
	background: url(/common/PrimaryWeapons/images/menu1_right.gif) no-repeat right top;
	float: left;
	text-align: center;
	text-decoration: none;
}

DIV.MenuButton A:hover
{
   background-position: 100% -20px;
}

DIV.MenuButton A:link, DIV.MenuButton A:visited,DIV.MenuButton A:active
{
   color            : #a10000;
   text-decoration	: none;
}

DIV.MenuButton SPAN
{
   float            : right;
   display          : block;
   background       : url(/common/PrimaryWeapons/images/menu1_left.gif) no-repeat left top;
   padding          : 0px 0px;
   white-space      : nowrap;
   cursor:hand;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
DIV.MenuButton SPAN {float : right;}
/* End IE5-Mac hack */

DIV.MenuButton A:hover SPAN
{
   background-position: 0% -20px;
}

DIV.MenuButton LI#current A
{
   background-position: 100% -20px;
   border-width     : 0px;
}

DIV.MenuButton LI#current SPAN
{
   background-position: 0% -20px;
   padding-bottom			: 0px;
}

form
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}
DIV.dtree 
{
 	white-space     : nowrap;
}
DIV.dtree img {
	border: 0px;
	vertical-align: middle;
	filter          : alpha(opacity=80);
}

DIV.dtree A
{
  font-family     : Tahoma, Verdana, Times New Roman;
	color           : #7c7c7c;
	font-size			  : 12px;
	text-decoration : none;
  padding: 1px 2px 1px 2px;
}
DIV.dtree A:link, DIV.dtree A:visited
{
  color           : #7c7c7c;
	text-decoration : none;
}
DIV.dtree a.node:hover, DIV.dtree a.nodeSel:hover, DIV.dtree A:active, DIV.dtree a.nodeSel 
{
   color           : #d60000;
}

DIV.dtree .clip 
{
	overflow: hidden;
}
BODY{
	scrollbar-3d-light-color		: #d60000;
	scrollbar-arrow-color				: #d60000;
	scrollbar-base-color				: #ffffff;
	scrollbar-dark-shadow-color	: #7c7c7c;
	scrollbar-face-color				: #7c7c7c;
	scrollbar-highlight-color		: #ffffff;
	scrollbar-shadow-color			: #7c7c7c;
	margin											: 0px 0px 0px 0px;
}

A:link {
	color: #d60000;
	text-decoration: underline;
}

A:visited {
	color: #d60000;
	text-decoration: underline;
}

A:active {
	color: #d60000;
	text-decoration: underline;
}

A:hover {
	color							: #d60000;
	text-decoration		: underline;
}