@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	line-height: 14px;
}
.large {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}
.background {
	background-image: url(images/ground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.smallnav {
	font-family: tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
a:hover	{
	color:#FF9900;

}
a {
	color: #FF6600;
	text-decoration: underline;
}
.largeorange {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF6600;
	line-height: 18px;
	letter-spacing: 2px;
}
.backgroundt {
	background-image: url(http://www.underdog.co.za/new_website/images/backt.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.largeblack {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.largeorange2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9900;
	line-height: 18px;
	letter-spacing: 2px;
}
.smallorange {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	line-height: 18px;
	letter-spacing: 2px;
}
.smallblack {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
}
.tbline {
	background-image: url(images/grey_dot.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	text-decoration: none;
	text-align:left;
}

#nav li ul {
	position: absolute;
	background: #ffffff;
	left: -999em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:left;
	border:#D2D2D2 solid 1px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;

}

#nav a:hover {
color:#000000;
background-color:#F2F2F2;
}