/*
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 */
#submenu {
	
	height: 16px;
		z-index:999;
}

#submenu-position{



		margin: 20px 0 0 -46px;
	padding: 0 10px 0;
       position:absolute;
     left: 513px;
    top:8px;
	
		z-index:999;
}

#submenu-bg {
	background:url(../images/submenu_bg.html)  no-repeat 0px 0px;
	width:180px;
	height:133px;
	z-index:-8;
}


.submenu-text {
	top:46px;
		margin: 10px 0 0 12px;
	padding: 0px 10px 10px 20px;
	 position:relative;
	 line-height:26px;
	 
	 
	 
	 	font-family: 'COM4tNuvuRegular';
	font-size:20px;
	color:#9f9f9f;
	z-index:1;
	
	
}




@font-face {
    font-family: 'COM4tNuvuRegular';
    src: url('com4nrg-webfont.eot');
    src: url('com4nrg-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('com4nrg-webfont.woff') format('woff'),
         url('com4nrg-webfont.ttf') format('truetype'),
         url('com4nrg-webfont.svg#COM4tNuvuRegular') format('svg');
 

}