/* 
	cache-default.10.0.7-b806253b377cb6353ce14a8690b193e8 (2,566)
 */

/* --------- CACHE-DEFAULT.10.0.7-B806253B377CB6353CE14A8690B193E8 --------- */
body {
background: #66A1F1 url(/@api/deki/files/131/=background.png) no-repeat fixed center top;
}

a.external {
background-image: none;
}
.body .bodyHeader {
display:none;
}

.button, button, input[type="submit"], input[type="button"] {
height:30px;
background-image:none;
background:#dc4229;
font-size:18px;
border-style:groove;
border-width:3px;
border-color:#000;
}

#frifooter{
width:750px;
height:15px;
background-color:#fff500;
padding-left:5px;
}
.custom custom5{
padding-left:9px;
}

.hierarchy {
display:none;
}

#hometab{
background-image: url(/@api/deki/files/98/=invertab.png);
background-repeat:no-repeat;
}

#toptoc{
font-size:30px;
}
.pageTitle {
display:none;
}

html body.user-loggedin .pageTitle {
display:block;
}
.custom custom2{
display:block;
}

/* Dropdown Navigation */
body {font-family:arial; font-size:12px;}
.clear {clear:both}	
/* remove the list style */
#nav {
	margin:0; 
	padding-left: 9px;
	list-style:none;
}	
	
	/* make the LI display inline */
	/* it's position relative so that position absolute */
	/* can be used in submenu */
	#nav li {
		float:left; 
		display:block; 
		width:150px; 
 		position:relative;
		z-index:90; 
		margin:0 1px;
	}

  /* Not using    #nav li a.parent{
	         background-image: url('/@api/deki/files/51/=fributton.png');
	} */


 #nav li a.parent{
	        background-image: url('/@api/deki/files/50/=bbutton.png');
	}
   
	/* this is the parent menu */
	#nav li a {
		display:block; 
		padding:8px 5px 0 5px; 
		font-weight:700;  
		height:23px; 
		text-decoration:none; 
		color:#fff; 
		text-align:center; 
		color:#333;
	}

      

	#nav li a:hover {
		color:#fff;
	}
	
	/* you can make a different style for default selected value */
	#nav a.selected {
		color:#f00;
	}
	
		/* submenu, it's hidden by default */
		#nav ul {
			position:absolute; 
			left:0; 
			display:none; 
			margin:0 0 0 -1px; 
			padding:0; 
			list-style:none;
		}
		
		#nav ul li {
			width:150px; 
			float:left; 
			border-top:1px solid #fff;
		        background: #fff500;	
		}
		
		/* display block will make the link fill the whole area of LI */
		#nav ul a {
			display:block;  
			height:15px;
			padding: 8px 5px; 
			color:#666;
		}
		
		#nav ul a:hover {
			text-decoration:underline;	
			color:#666;
		}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}

