@media screen {
	#tsxcomNav {
		display: block;
		
		position: absolute;
		top: 0;
		left: 50px;
		z-index: 990;
		
		background-color: #411400;
		
		height: 15px;
		margin:0;
		padding-left: 10px;
		padding-right: 0px;
		
		font-family: Lucida Console, Monaco, monospace;
		font-size: 14px;
		
		clear: both;
		
		border-radius-bottomleft: 3px;
		border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		-moz-border-radius-bottomright: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
	}
	#tsxcomNavLogo {
		position: relative;
		
		width: 70px;
		height: 50px;
	}
		#tsxcomNavLogo img {
			position: relative;
			
			width: 40px;
			margin: 5px 15px 0;
			padding: 0;
			background: none;
			
			border: 0px none;
		}
	#tsxcomNavMenu {
		position: relative;
		
		height: 30px;
		
		padding-left: 10px;
		padding-right: 10px;
	}
		#tsxcomNavMenu a {
			display: block;
			
			position: relative;
			
			height: 30px;
			line-height: 30px;
			
			padding-left: 10px;
			padding-right: 10px;
			
			float: left;
			
			text-decoration: none;
			color: #FED0A6;
			font-weight: normal;
			
			border: 0px none;
			border-bottom: 0px none;
			border-top: 0px none;
			border-left: 0px none;
			border-right: 0px none;
		}
		#tsxcomNavMenu a.selected {
			background-color: #9C2B0C;
		}
		#tsxcomNavMenu a:hover {
			background: url(http://code.thespiritx.com/tsxcomNav/arrow.png) bottom center no-repeat;
		}
		#tsxcomNavMenu a.selected:hover {
			background: #9C2B0C url(http://code.thespiritx.com/tsxcomNav/arrow.png) bottom center no-repeat;
		}
	
	.tsxcomModule {
		background-color: #DE5B05;
		float: left;
		margin-right: 10px;
		
		border-radius-bottomleft: 3px;
		border-radius-bottomright: 3px;
		-moz-border-radius-bottomleft: 3px;
		-moz-border-radius-bottomright: 3px;
		-webkit-border-bottom-left-radius: 3px;
		-webkit-border-bottom-right-radius: 3px;
	}
}
@media print {

}