
.menu1{
	height:20px;
	/*border-bottom:1px solid red; */
	margin-left:8px;
	
}



.menu2{
	text-align:right;
	padding-right:10px;
	padding-top:2px;
	
	/*
	border:1px solid red; 
	*/
}



.main{

	width:660px;
	border:0px solid red;
	float:right;
	text-align:left;
}


#content{
	margin:20px 20px 0 1px;
}


#archive .header {
	background: url(../images/en/up_baner_archive.jpg) no-repeat center top;
	
}


#night .header {
	background:  url(../images/en/up_baner_night.jpg) no-repeat center top;
	
}


.boxes{
	width:180px;
	
	float:left;
	
}


.credits {
	margin-right: auto;
	margin-left: auto;
	padding:6px 0px 20px 0px;
	width:850px;
	color:white;
	font-size:11px;
	/*background-color:#D9D3B9;*/
}


.credits #left{
	float:left;
	padding-left:5px;
}
.credits #right{
	float:right;
	padding-right:5px;
}


#seasons-menu{
	float:right;
}

.seasons-menu{
	text-align:right;
}

.seasons{
	width:62px; 
	height:18px;
	float:right; 
	margin-right:9px;  
}




.logos{
	/*border:1px solid red;*/
	position:absolute;
	width:900px;
	top:0px;
	left:0px;
}


.logos #right{
	float: right;
	width:53px;
	text-align:center;
	/*border:1px solid orange;*/
}

.logos #left{
	float: left;
	width:53px;
	/*border:1px solid orange;*/
	/*
	text-align:right;
	*/
}

.logos img{
	border:none;
}



.news{
	text-align:left; 
	height:145px; 
	overflow:hidden; 
	background:url(/themes/default/images/news.jpg) no-repeat;
	margin:0px;
	padding:5px;
}



/* $Id: nice_menus.css,v 1.14.2.13 2007/12/20 14:16:09 add1sun Exp $ */
/*
  This file contains the basic logic for nice menus, and should not be
  edited.  To customize the menus, it's recommended to create a custom CSS
  file using nice_menus_default.css as a template, then configure the module
  to use your custom CSS file (this is done in the global settings tab of
  the theme administration.)
*/

/* Below should fix menu being a few pixels away in some themes, and menus disappearing behind other stuff. */
.block-nice_menus {
  line-height: normal;
  z-index: 12;
  
  width:auto;
  
}

#menu1 .block-nice_menus {
  z-index: 12;
}

#menu2 .block-nice_menus {
  z-index: 10;
}

ul.nice-menu, ul.nice-menu ul {
  z-index: 5;
  position: relative;
  clear:both;
  width:100%;
}

#menu1 ul.nice-menu, #menu1 ul.nice-menu ul {
  z-index: 4;
}

#menu2 ul.nice-menu, #menu2 ul.nice-menu ul {
  z-index: 3;
}

ul.nice-menu li {
  position: relative;
}


ul.nice-menu ul,
/* For Garland header. */
#header-region ul.nice-menu ul {
  position: absolute;
  display: none;
}

ul.nice-menu li.over ul {
  display: block;
}

ul.nice-menu ul li {
  display: block;
}

ul.nice-menu:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Show submenus when over their parents. */
ul.nice-menu li:hover ul,
ul.nice-menu li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.over ul,
ul.nice-menu li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.menuparent li.over ul,
/* Repeat all this stuff just for Garland headers. */
#header-region ul.nice-menu li:hover ul,
#header-region ul.nice-menu li.menuparent li:hover ul,
#header-region ul.nice-menu li.menuparent li.menuparent li:hover ul,
#header-region ul.nice-menu li.over ul,
#header-region ul.nice-menu li.menuparent li.over ul,
#header-region ul.nice-menu li.menuparent li.menuparent li.over ul {
  display: block;
}

/* Hide sub-menus initially. */
ul.nice-menu li:hover ul ul,
ul.nice-menu li:hover ul ul ul,
ul.nice-menu li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover ul ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul,
ul.nice-menu li:hover li:hover li:hover ul ul ul,
ul.nice-menu li.over ul ul,
ul.nice-menu li.over ul ul ul,
ul.nice-menu li.over li.over ul ul,
ul.nice-menu li.over li.over ul ul ul,
ul.nice-menu li.over li.over li.over ul ul,
ul.nice-menu li.over li.over li.over ul ul ul,
/* Repeat all this stuff just for Garland headers. */
#header-region ul.nice-menu li:hover ul ul,
#header-region ul.nice-menu li:hover ul ul ul,
#header-region ul.nice-menu li:hover li:hover ul ul,
#header-region ul.nice-menu li:hover li:hover ul ul ul,
#header-region ul.nice-menu li:hover li:hover li:hover ul ul,
#header-region ul.nice-menu li:hover li:hover li:hover ul ul ul,
#header-region ul.nice-menu li.over ul ul,
#header-region ul.nice-menu li.over ul ul ul,
#header-region ul.nice-menu li.over li.over ul ul,
#header-region ul.nice-menu li.over li.over ul ul ul,
#header-region ul.nice-menu li.over li.over li.over ul ul,
#header-region ul.nice-menu li.over li.over li.over ul ul ul {
  display: none;
}

/***************
 IE 6 Fixes
***************/

/* Iframe to fix z-index bug when menu hovers over <select> fields. */
ul.nice-menu li.menuparent ul,
/* For Garland header. */
#header-region ul.nice-menu li.menuparent ul {
	overflow: visible !important;
	/* overflow: hidden; */
}

ul.nice-menu li.menuparent ul iframe,
/* For Garland header. */
#header-region ul.nice-menu li.menuparent ul iframe {
	display: none;
	display/**/: block;
	position: absolute;
	top: 0;
	left: 0;
	/*z-index: -1;*/
	filter: mask();
	width: 20px;
	height: 20px;
}

























/* $Id: nice_menus_default.css,v 1.1.2.5 2007/10/29 16:35:34 add1sun Exp $ */
/*
  This is the default layout template for nice menus, and will provide
  a starting point for the look of your menus. To customize, it's
  recommended to create a custom CSS file using this file as a template,
  then configure the module to use your custom CSS file
  (this is done in the global settings tab of the theme administration.)

  To help understand the CSS, the HTML looks like this, where
    x is a number;
    TYPE is down/left/right;
    PATH is the menu path such as node/343;
    MID is the menu id such as 33):
  <ul id='nice-menu-x' class='nice-menu nice-menu-TYPE'>
    <li id='menu-MID' class='menu-path-PATH'><a href='#'>This is a menu item</a></li>
    <li class='menuparent menu-path-PATH'><a href='#'>A submenu</a>
      <ul...><li...>...</li>
      </ul>
    </li>
    ...
  </ul>

  If you have more than one nice-menu and want to target a particular one,
  use its id (e.g. ul#nice-menu-2).

  See README.txt and the handbook page (http://drupal.org/node/185543)
  for some CSS customization examples.
*/

/******************************
 Global CSS for ALL menu types
******************************/

ul.nice-menu li {
  border: none; /*0px solid #ccc;
  border-top: 0;*/
  float: left;
  background-color: #EBE9D2;
  /* Additional overrides to deal with Garland theme. */
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  background-image: none;
  
}



#menu2 .block-nice_menus {
	/*z-index:111;*/
	/*width:650px;*/
	float:right;
}


 #menu2 ul.nice-menu li {
 	float:right;
 	background-color:transparent;
 	margin:0px 0xp 1px 0px;
 	padding:0px 0xp 0px 0px;
}

ul.nice-menu a {
  padding: 3px 1px 3px 18px;
  font-size:11px;
  display: block;
}

ul.nice-menu ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
  top: 1.5em;
  left: 0px;
  border: 0;
  
  /*border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;*/
  margin-left: 0px;
  margin-right: 0px;
  /*background-color:#DAD3B9;*/
  background-color:transparent;
  text-align:left;
  width:110px;
}

#menu2 ul.nice-menu ul{
	margin-top:-2px;
	margin-left:5px;
	/*background-color:#EBE9D2;*/
	border:none;
}
/* Override for Garland header. */
#header-region ul.nice-menu ul {
  top: 1.7em;
}

ul.nice-menu ul li {
  width:110px;
  /*width: 10.5em;*/
  left:0px;
  margin-left:0px;
  margin-bottom:1px;
  /*background-color:#DAD3B9;*/
}



/******************************
 HORIZONTAL (down) menus
******************************/

ul.nice-menu-down {
  float: right;
  border: 0;
}

ul.nice-menu-down li ul li ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li ul li ul {
  right: 12.5em;
  top: -1px;
}

ul.nice-menu-down .menuparent a {
  padding-left: 15px;
}

ul.nice-menu-down li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent {
  background: #eee url(arrow-down.png) left center no-repeat;
}

ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li.over {
  background: #ccc url(arrow-down.png) left center no-repeat;
}

ul.nice-menu-down li li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent {
  background: #eee url(arrow-right.png) left center no-repeat;
}

ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent:hover,
#header-region ul.nice-menu-down li li.over {
  background: #ccc url(arrow-right.png) left center no-repeat;
}



#menu1 li{
	background:#7A9137 url(/themes/default/images/menu1bg.jpg) left top no-repeat;
	
	
}


#menu2 li{
	background:#7A9137 url(/themes/default/images/menu2bga.jpg) left top no-repeat;
	margin-left:5px;
	/*padding-right:10px;*/
	
}

#menu2 li a {
	margin:0px 0px 0px 0px;
	padding:3px 5px 3px 5px;
}



.GalleryThumb{
	height:122px; 
	width:100px; 
	border:0px solid red; 
	float:left; 
	margin-left:0px; 
	margin-right:25px;
	margin-bottom:25px;
}

