body {
	background-image: url(background2.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	color:            #fff;

}

th {
	font-family: Arial, Helvetica, sans-serif;
}

 a:link { text-decoration:none }
 a:visited { text-decoration:none }
 

        ul.cssMenu, ul.cssMenu ul
        {
        	list-style:none;
        	margin:0; padding:0;
        	position: relative;
        }
		
		/*Style for 1st level menu header
		that will make changes to the "porfolios" position*/
        ul.cssMenu li
        {
		position: relative;
		float: left;
		zoom: 1;


        }
        ul.cssMenu li:hover
        { 
        	/*background: #AAAAAA backgrozund color of menu header (1st level) on hover;*/ 
        }
		
		
        ul.cssMenu li a
        {
			/*changes the individual portfolios properties*/
        	display: block; 
        	padding: 2px 6px; 
        	color:#ffffff;
        	font-family: 'Shadows Into Light Two';
        }
        
        /* Building menu items - for 2nd and more level menu items*/
        ul.cssMenu ul 						
        { 
        	display:none; /*initially menu item is hidden*/
        	position: absolute; /*absolute positioning is important for menu to float*/
			width: 256px; /*make this bigger for more porfolios*/
			
			/*Formating of menu items*/
        	padding:1px;
			color:#ffffff;
			font-size: 12px;

			
			/*optional - to change position of 2nd level menu item*/
			top: 70%; 
        	left: -70%; 
        }
        ul.cssMenu ul li
        { 
        	color: #fff; 
			display:inline; 
			float:left; 
			list-style:none; 
			height: 12px;
			
		}
									  
        ul.cssMenu ul li a
        { 
			font-family: 'Shadows Into Light Two';
        	color:#ffffff;
			font-size: 20px; 
        } 

        /* Menu item position for 3rd level and more */
        ul.cssMenu ul ul
        { 
        	left: 100%; 
        	top: 0;
        }
        
        /* Hover effect for menu*/
        ul.cssMenu li:hover > ul 			
        { 
        	display:block;
        }
/*Make sure your page contains a valid doctype at the top*/
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
border: 5px solid white;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: left;
padding: 2px 5px;
}
