/* nav */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height:27px;
}

#nav a {
	display: block;
}

#nav li {
    float: left;
	margin: 0px;
	padding: 0;
	list-style:none;
	height:27px;
}

#nav img {
    border: none;
}
#nav li ul {
	position: absolute;
	width: 139px;
	left: -999em;
	z-index: 10;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav ul li {
    padding-top: 0;
}
#nav li ul li {
    margin-top: -3px;
}
#nav ul li a{
    background-color: #888c9f;
    border: 1px #b1b5c8 solid;
	padding: 5px 8px;
	text-align: left;
	color: #fff;
	text-decoration: none;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
}
#nav ul li a:hover, #nav ul li a.hover {
    background-color: #444a56;
	color: #fff;
}
#notfoundsubnav li{
	width: 150px;
}
#soundssubnav li{
	width: 150px;
}
/* subnav */
#subnav {
	clear: both;
    text-align: center;
	padding: 10px 0;
}
#subnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	font-size: 11px;
}
#subnav li{
    display: inline;
    color: #9b9634;
	margin: 0 2px;
}

#nav_home {
	background:url(../img/clayout/img_03.jpg) no-repeat;
	height:27px;
	width:88px;
}

#nav_home:hover {
	background:url(../img/clayout/img_03_active.jpg) no-repeat;
}

#nav_sounds {
	background:url(../img/clayout/img_04.jpg) no-repeat;
	height:27px;
	width:101px;
}

#nav_sounds:hover {
	background:url(../img/clayout/img_04_active.jpg) no-repeat;
}

#nav_videos {
	background:url(../img/clayout/img_05.jpg) no-repeat;
	height:27px;
	width:94px;
}

#nav_videos:hover {
	background:url(../img/clayout/img_05_active.jpg) no-repeat;
}

#nav_videos:active {
	background:url(../img/clayout/img_05_active.jpg) no-repeat;
}

#nav_pics {
	background:url(../img/clayout/img_06.jpg) no-repeat;
	height:27px;
	width:78px;
}

#nav_pics:hover {
	background:url(../img/clayout/img_06_active.jpg) no-repeat;
}

#nav_gear {
	background:url(../img/clayout/img_07.jpg) no-repeat;
	height:27px;
	width:85px;
}

#nav_gear:hover {
	background:url(../img/clayout/img_07_active.jpg) no-repeat;
}

#nav_contact {
	background:url(../img/clayout/img_08.jpg) no-repeat;
	height:27px;
	width:112px;
}

#nav_contact:hover {
	background:url(../img/clayout/img_08_active.jpg) no-repeat;
}

#nav_eelse {
	background:url(../img/clayout/img_09.jpg) no-repeat;
	height:27px;
	width:151px;
}

#nav_eelse:hover {
	background:url(../img/clayout/img_09_active.jpg) no-repeat;
}