/*
Theme Name: TutToaster Navigation
Theme URI: http://tuttoaster.com
Description: Theme for TutToaster Multi-Level Wordpress Navigation Tutorial
Version: 2.9.2
Author: Cody Ryan Robertson
Author URI: http://tuttoaster.com
Tags: tuttoaster, navigation, unfinished
*/

/* Basic Reset */
#header * { /* margin: 0; padding:0; */}

#header * a {
	text-decoration: none;
}

/* Header */
#header {
    position: absolute;
    width: 1024px;
	top : 20px;
	z-index: 9000;
    height: 45px;

}

/* Top Level Menu */
#header ul {
	margin: 0 auto;
	width: 750px;
	float: right;
}

#header ul li {
    display: block;
    float: left;
    font-size: 15px;
    margin: 60px 0 0;
    padding: 10px 0;
    text-transform: capitalize;
    width: 85px;

}

#header ul li a {
	color: #444444;
}
#header ul.menu li a:hover {
  background:  #00AAAD;
    color: #FFF;
    padding: 1px 5px;		
	border-radius: 3px;
	}

/* Sub Level Nav */
#header ul li ul {
	background: #FFF;
	border: 0px solid #000;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
	padding: 0 10px 0;
	position: relative;
	width: 145px;	
	border-radius: 10px;
	border : 1px solid #ddd;
}

#header ul.sub-menu li {
    background: url("araw-sub.png") no-repeat center left;


}
#header ul.sub-menu li a:hover {
    background: none;
    color: #333;
    padding: 1px 5px;
		border-radius: 3px;

}
#header ul li ul li {
	display: block;
	float: none;
	height: 14px;
	padding: 8px 0;
	text-align: center;
	width: 145px;
	margin: 0;
}

#header ul li ul li a {
	color: #620d20;
	text-shadow: none;
}

#header ul li ul li a:hover {
	color: #000;
}

#header ul li ul li:last-child:not(li.arrow) {
	border: 0;
}

/* Arrow */
.arrow {
	background: url(arrow.png) no-repeat;
	border: 0;
	display: none;
	position: absolute;
		top: -10px;
		left: 63px;
	height: 11px;
	width: 20px;
	text-indent: -9999px;
}

	#searchsubmit {
		background: url("search.png") no-repeat scroll center center transparent;
		border: medium none;
		height: 23px;
		margin: 0;
		padding: 0;
		text-indent: -2000px;
		width: 28px;
		margin-left: -5px;
	}
	#search_submit {
		background: url("search.png") no-repeat scroll center center transparent;
		border: medium none;
		height: 23px;
		margin: 0;
		padding: 0;
		text-indent: -2000px;
		width: 28px;
		margin-left: -5px;
	}


	#header ul li.searchbox {
    display: block;
    float: right;
    width: 250px;
	padding : 10px ;

    width: 203px;
			background: url("search-bk.png") no-repeat center right transparent;
			
			}


	
#s {
	background : none;
    border: 0 none;
    color: #B0B0B0;
    font-size: 11px;
    height: 24px;
    margin: 0 0 0 20px;
    padding-bottom: 0;
    padding-right: 20px;
    padding-top: 0;
    width: 105px;
}