


/* ------------------------------------------------------------------ */
/* noflash-menu */

	#noflashContainer {
	
		height:504px;
		clear:both;
		overflow:hidden;
		background:url(../images/noflash_img01.jpg) no-repeat top;
		display:none
		
	}
	
	#noflash-menu {
		
		width:840px;
		height:29px;
		clear:both;
		margin-top:301px;
		margin-left:30px
	
	}


	div.cmDiv ul {
	
		list-style-type:none;
	
	}
	
	.clickMenu {
	
		cursor: default
	
	}
	
		.clickMenu ul {
		
			min-width:100px
		
		}
		
		.clickMenu div.outerbox {
		
			display: none;
			position:relative;
			top:29px;
			min-width:106px;
		
		}

		.clickMenu div.inner {
		
			left: 0;
			margin: 0
		}

			.clickMenu div.inner div.outerbox {
			
				margin: 0;
				left: 98px;
				top: -3px
			
			}
		
		.clickMenu li {
		
			position: relative;
			text-align:center;
			color:#fff;
			font-family:Arial, Tahoma, Verdana
			
		}


		.clickMenu li.hover {
		
			z-index: 1 !important;
			background: url(../images/menu_back_on.gif) no-repeat bottom right #820031
		
		}
		
		
		.clickMenu li.main {
		
			width:137px;
			height:17px;
			float:left;
			padding:6px 3px 6px 0;
			font-size:12px
		
		
		}

			.clickMenu li.main li {
				
				width:140px;
				height:14px;
				clear:both;
				z-index: 2;
				min-width: 78px;
				color:#fff;
				font-size:11px;
				background:#640026;
				text-transform:uppercase;
				padding:8px 0;
				border-bottom:1px solid #7f163e;
				cursor:pointer
				
			}
			
			.clickMenu li a {
				
				color:#fff;
				text-decoration:none
				
			}
			
			.clickMenu li.main li.hover {
			
				background:#7b022f;
			
			}


			.clickMenu li.main li.first-sub {
				
				background:url(../images/menu_gradient_off.gif) repeat-x top #640026
			
			}
			
			.clickMenu li.main li.first-sub:hover {
				
				background:url(../images/menu_gradient_on.gif) repeat-x top #7b022f
			
			}



/* thats for the shadowbox */

	html>body div.outerbox {
	
		padding: 0 5px 5px 0;
	}
	
	html>body div.shadowbox1 {

		position: absolute;
		right: 0;
		bottom: 5px;
		width: 5px;
		height: 100%;
		background: url(../images/myshadow.png) no-repeat right top

	}

	html>body div.shadowbox2 {
	
		position: absolute;
		bottom: 0;
		right: 5px;
		height: 5px;
		width: 100%;
		background: url(../images/myshadow.png) left bottom
		
	}
	
	html>body div.shadowbox3 {
	
		position: absolute;
		bottom: 0;
		right: 0;
		height: 5px;
		width: 5px;
		background: url(../images/myshadow.png) no-repeat right bottom
	
	}
	
	html>body .innerbox {
	
		margin: 0;
		display: inherit
	}
	
	
	
