#nav-tab1{
	display:block;
	width:204px;
	float:left;
	height:35px;
	background: url(/images/nav-images/walsh-nav-tab1.png) top left no-repeat;
	cursor:pointer;
}
#nav #nav-tab1:hover{
	background-position: -204px 0;
}

#nav-tab2{
	float:left;
	width:204px;
	height:35px;
	background: url(/images/nav-images/walsh-nav-tab2.png) top left no-repeat;
	cursor:pointer;
}
#nav #nav-tab2:hover{
	background-position: -204px 0;
}

#nav-tab3{
	float:left;
	width:204px;
	height:35px;
	background: url(/images/nav-images/walsh-nav-tab3.png) top left no-repeat;
	cursor:pointer;
}
#nav #nav-tab3:hover{
	background-position: -204px 0;
}


#sub-navs{
	position:absolute;
	display:block;
	width:616px;
	height:112px;
	left:0;
	/*padding-left:7px;*/
	/*margin-top:9px;*/
}

#sub-nav-main{
	width:215px;
	background: url(/images/nav-images/ds_03.png) top left repeat-y;
	background-position: +1px  0;
}
#sub-nav-bottom{
	width:215px;
	height:19px;
	background:url(/images/nav-images/ds_06.png) top left no-repeat;
}
#nav-tab3-sub{ /* volkan - switch the styles of sub nav 1 and 3 */
	position:absolute;
	width:201px;
	left:7px;
}
#nav-tab2-sub{
	position:absolute;
	left:211px;
	width:201px;
}
#nav-tab1-sub{ /* volkan - switch the styles of sub nav 1 and 3 */
	position:absolute;
	left:415px;
	width:201px;
}

#sub-navs a{
	color:#CCC;
	font-family:Tahoma,Verdana, Geneva, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:12px;
	text-align:center;
	vertical-align:bottom;
	display:block;
	width:201px;
	height:28px;
	background: url(/images/nav-images/sub-nav-line.png) no-repeat;
	line-height:28px;
	text-shadow:1px 1px 3px #000000;
}
#sub-navs a:hover{
	background-position: -201px 0;
	color:#FFF;
}

#nav .active-tab1 {
	background: url(/images/nav-images/walsh-nav-tab1-active.png) top left no-repeat;
}

#nav .active-tab2 {
	background: url(/images/nav-images/walsh-nav-tab2-active.png) top left no-repeat;
}

#nav .active-tab3 {
	background: url(/images/nav-images/walsh-nav-tab3-active.png) top left no-repeat;
}