/*------------------------------------------------------------------------- 
CSS Document 
NAV STYLES FOR SITE
DESIGN: DIGITALTURTLE.CO.UK
AUTHOR: MATT BENTLEY
EMAIL: MATT@DIGITALTURTLE.CO.UK
---------------------------------------------------------------------------*/
#nav_content
{
	width: 171px;
	background: url(/images/backgrounds/nav.gif) repeat-y right top;
}
#nav_footer
{
	float: right;
	width: 144px;
	height: 75px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='/images/backgrounds/nav_bottom.png');
}
.nav_footer[class] {
  background: url(/images/backgrounds/nav_bottom.png) top left no-repeat;
}

#nav ul
{
	clear: both;
	list-style-type:none;
	padding-left: 40px;
	padding-bottom: 6px;
}

#nav li
{
	width: 105px;
	margin-bottom: 3px;
}
#nav li a
{
	width: 105px;
	height: 25px;
	display: block;
	line-height: 25px;
	color: #2F2F2F;
	text-decoration: none;
	font-size:11px;
	padding-left: 8px;
	background: url(/images/backgrounds/nav_item.gif) no-repeat left top;
}

#nav .subnavul
{
	padding-left: 0px;
	list-style-type:none;
}

#nav .subnav
{
	width: 105px;
	height: 25px;
	line-height: 25px;
	margin-bottom: 3px;
}

#nav .subnav a
{
	color: #B41CAE;
	background: url(/images/backgrounds/sub_nav_bg.gif) no-repeat left top;
}

#nav li a:hover {
	color: #2F2F2F;
	background: url(/images/backgrounds/nav_item_on.gif) no-repeat left top;
}

#nav_button_2
{
	width: 28px;
	height: 24px;
	display: block;
	background: url(/images/backgrounds/nav1.gif) no-repeat left top;
}

.nav_button
{
	float: right;
	margin-right: 15px;
	margin-bottom: 12px
}

/*STYLES FOR SEARCH BUTTON ON NAV 
#nav h1
{
	font-size: 11px;
	color: #545454;
	padding-left: 40px;
	padding-bottom: 2px;
}

#nav input
{
	width: 85px;
	height: 22px;
	line-height: 22px;
	border: 1px solid #839EAF;
	margin-left: 40px;
	margin-bottom: 10px;
}
#nav #search_button
{
	width: 31px;
	height: 22px;
	border: 0px solid #839EAF;
	background: #ffffff;
	margin-left: -3px;
	color: #474747;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}*/
