/* CSS Document */



/*-----------------------------------*/
/* Sitename of the page				*/
/*-----------------------------------*/
.name_of_page  {clear: both; float: left; position: absolute; width: 700px;  top: 10px; margin: 0px; padding-left: 18px; background-color: transparent;}
.name_of_page a{ color:#333; font-weight: bold; font-size: 25px; padding:0px; position:relative; font-family:Georgia, "Times New Roman", Times, serif; text-decoration:none;  }
.name_of_page a:hover { color:#777;  font-weight: bold; font-size: 25px; padding:0px; position:relative; font-family:Georgia, "Times New Roman", Times, serif; padding-right: 10px;  border-right: solid 3px #777; text-decoration: none;}
.name_of_page span{ font-size:25px; color: #C34A2C; text-decoration: overline  underline;}
.name_of_page a:hover span{ font-size:25px;  color: #C34A2C; text-decoration: none; }



/*-----------------------------------*/
/* main menu vertical	*/
/*-----------------------------------*/
.main_menu {width:800px; clear:both; position:relative; float: left;  background-color: #333333; }
.main_menu ul { float: left; margin:0px; list-style:none; padding: 0px; }
.main_menu li { float: left; white-space: nowrap; background-color: #ababab;  border: solid 1px #993300;}
.main_menu li a {  color:#993300; margin:0px; text-decoration:none; display:block; padding: 4px 5px 4px 5px;}
.main_menu li a:hover { color:#000000; text-decoration:none; background-color: #FFFFFF; }




/*-----------------------------------*/
/* Body Meny Settings                                */
/*-----------------------------------*/
.page_body_menu { width:120px; margin: 0px; float:left; text-align:left; background-color: #FFFFFF;  padding: 0px;}





/***************************************** MENU *********************************************/


/* hack for Internet Explorer */
* html #menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
   background-color: #000000;  
   width: 800px;
   height: 15px;
   
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
#menu_horiz {
   background-color: #000000;  
   width: 800px;
   height: 3em;
}

#menu_horiz ul {
   margin: 0;
   padding: 1PX;
}


/* menu list items */
#menu_horiz li {
   float: left; /* makes the list horizontal */
   list-style: none; /* hides the list bullet */ 
   margin: 0 ;
   border-right: 0px solid #FFF;
}

/* the links, that is each list item */
#menu_horiz a {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #FFF;
   display: block; /* IE has problems with this, fixed above */
}


/* hover state for links */
#menu_horiz li a:hover {
   background-color: #444;
}
