/* Grey Fox Racing, http://www.greyfoxracing.co.uk/ */
/* css released under Creative Commons ShareAlike License v1.0 - http://creativecommons.org/licenses/sa/1.0/  */
/* All associated graphics copyright 2008,  Grey Fox Racing International and various sources */

.greyfoxblue {
	color:#0099ff;
	right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
.greyfoxgrey {
	color:#333333;
	right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}
.greyfoxgallery {
	color:#333333;
	right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	padding-top: 10px;
}
.greyfoxgallery p {
	margin: 0px 0px 10px 0px;
	padding:0px;
}
.greyfoxgallery a {
	margin: 0px 0px 10px 0px;
	padding:0px;
}
.greyfoxtext {
	color:#000000;
	right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	padding: 10px 10px 5px 10px;
}
#syndtext {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
}
#syndtext p {
	margin: 0px;
	padding-left: 0px;
}
.greyfoxwhite {
	color:#ffffff;
	right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
}
.greyfoxblack {
	color:#000000;
	right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 12px;
}
.greyfoxtitle {
	color:#ffffff;
	right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 130px;
	padding: 0px 0px 0px 17px;
}
.greyfoxmenuheader {
	color:#0099ff;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 12px;
	line-height: bold;
	padding: 0px 0px 0px 10px;
}
.greyfoxmenu {
	color:#0099ff;
	font-family: Verdana, Arial, Helvetica,sans-serif;
	font-size: 11px;
	line-height: normal;
}
.greyfoxwhitelight {
	color:#ffffff;
	right: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
}
.webaddress {
	position: absolute;
	right: auto;
	top: 0px;
	left: 805px;
	color:#ffffff;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.dan {
	font: Verdana, Arial, Helvetica, sans-serif;
	color:#000099;
	background color: #cc0000;
	right: auto;
	padding: 20px 0px 0px 40px;
}
a:link, a:visited, a:active {
	text-decoration: none; color:#0099ff;
}
a:hover {
	text-decoration: none; color:#0099ff;
	text-decoration:underline;
}
a.premierbold:link, a.premierbold:visited, a.premierbold:active {
	text-decoration: none; color:#0099ff;
}
a.premierbold:hover {
	text-decoration: none; color:#0099ff;
	text-decoration:underline;
}

/* Top Nav */

.indentmenu{
font: bold 9px Arial;
width: 100%; /*leave this value as is in most cases*/
font-family:Arial, Helvetica, sans-serif;
size: 9px;
font-weight: bold;
position:relative;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #564c66; /*dark purple border*/
border-width: 0px 0;
}

.indentmenu li{
display: inline;
position:relative;
float:left;
}

.indentmenu ul li a{
display: block;
float: left;
color: #3b2c27; /*text color*/
padding: 5px 15px;
text-decoration: none;
border-right: 1px solid #3b2c27; /*dark purple divider between menu items*/
text-transform:uppercase;
}

.indentmenu ul li a:visited{
color: #3b2c27;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: #003366 !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../images/indentbg2.gif) center center repeat-x;
}

/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.indentmenu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	padding:0px 0px 0px 0px;                              /* this is our box border width */
}



/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.indentmenu ul li:hover ul,
.indentmenu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	top:20px;         /* place us just up underneath the top-level images */
	left:0px;       	/* left-align our drop-down to the previous button border */
	height:14px;      /* the drop-down height will be determiend by line count */
	width:12em;
	color:#000000;       /* this sets the unselected-text color */
	/*-moz-opacity: .9;
	KhtmlOpacity: .9;opacity:0.9;
	text-transform:capitalize;*/
}

.indentmenu ul li:hover ul.skinny,
.indentmenu ul li a:hover ul.skinny {             /* 2nd level skinny drop-down box */
	width:120px;   /* with a 12px default font, this is 97px width (97/12) */
}

.indentmenu ul li:hover ul li a,
.indentmenu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:5px 15px;
	height:auto;
	color:#000000;               /* this sets the unselected drop-down text color */
	/*background:#333333;        this sets the drop-down menu background color */
	background: #FFFFFF;         /* this sets our menu's effective "border" color */
	background-image: none;
	border: 1px solid #999999;
	width:80px;
	font-weight: normal;
}

.indentmenu ul li:hover ul li a.disabledlink,
.indentmenu ul li a:hover ul li a.disabledlink {                   /* 2nd level unselected items */
	color:#000;               /* this sets the unselected drop-down text color */
}

.indentmenu ul li:hover ul li:hover a,
.indentmenu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	background: black url(../images/indentbg2.gif) center center repeat-x;
	color: #003366;
	font-weight: normal;
}

.indentmenu ul li:hover ul li:hover a.disabledlink,
.indentmenu ul li a:hover ul li a.disabledlink:hover {                /* 2nd level selected item */
	font-weight: normal;
	color: #fff;
	background:#542471;
}

.indentmenu ul li:hover ul.skinny li a,
.indentmenu ul li a:hover ul.skinny li a,
.indentmenu ul li:hover ul.skinny li a:hover,
.indentmenu ul li a:hover ul.skinny li a:hover {     /* 2nd level un+selected items */
	width:12em;
}

.indentmenu ul li:hover ul.skinny li a.disabledlink,
.indentmenu ul li a:hover ul.skinny li a.disabledlink,
.indentmenu ul li:hover ul.skinny li a.disabledlink:hover,
.indentmenu ul li a:hover ul.skinny li a.disabledlink:hover {     /* 2nd level un+selected items */
	font-weight: normal;
	color: #fff;
	background:#542471;
}

.indentmenu ul li:hover ul.skinny li a:hover span {
	color:#fff;
}
