/*
 * Header Settings:
 */

	/*
	 * Generic or main settings.
	 */
	.header
	{
    background-image: URL('images/headeratomskillfusionatom(grey)2.gif');
    background-position: top left;
    background-repeat: no-repeat;
    width: 739px;
    height: 82px;
    /*border: 1px solid #323232;*/
	
	}
	
	.logoLink
	{
    padding-top: 10px;
    padding-left: 7px;
    width: 240px;
    height: 32px;
    cursor: hand;
	}
	
	.Row
	{
		 font-family: Verdana;
		 font-size: 10px;
		 text-align: center;
		 padding-left: 5px;
		 padding-right: 5px;
		 color:white;
	}	
	
	
	/*
	 * Settins for the top row.
	 */
	.topRow
	{
		 vertical-align: top;
		 padding-top:5px;
		 padding-left: 5px;
		 font-weight: bold;
		 font-family: Verdana;
		 font-size: 10px;
		 text-align: left;
		 color: white;
	}
	
	.goCboBox
	{
		font-size: 10px;
		font-weight: bold;
		font-family: tahoma;
		color: #686868;
		margin-left: 3px;
		margin-right: 3px;
		

	}

	/*
	 * Settings for the bottom Row 
	 * This includes: Home and Contact Link. And right alingned header links.
	 */
	
	.headerLinkDiv
	{
    display: inline;
    padding: 3px;
    font-weight: bold;
	}
	
	.headerLinkDiv a, .headerLinkDiv a:active, .headerLinkDiv a:visited, .headerLinkDiv a:link
	{
		color: white;
    font-family: Verdana;
    font-weight: bold;
    font-size:10px;
    text-decoration: underline;
        
	}
	
	.headerLinkDiv a:hover
	{
		font-weight: bold;
		/*color: #323232;*/
	}
	

/*
 * Menu Settings
 */
 
/*
 * Sets the style for the element used
 * as background for submenus.
 *
 * Note: A separate element is used as a background because
 * an opacity filter is desired just on the background of a sub menu.
 */
  .submenu_Back
  {
    
    visibility:hidden;
    position: absolute;
    z-Index: 1;
    
    background-color: #f5f7f7;
    border: 1px solid #5E5E5E;
    
    -moz-opacity:0.9;
    filter:alpha(opacity=90);

  }
 
	
	.menuDiv
	{
		z-index:2;
		position: absolute;
		visibility: hidden;
		border: 2px Solid #585858;
		/*background-color: #f5f7f7;*/
    background-color: transparent;
		
		/* hide the overflow of menu items. (Not using overflow-x, because mozilla does not support it.)*/
		overflow: hidden;
	}
	
	.menuItem
	{
		font-weight: bold;
		font-size: 10px;
		font-family: Verdana;		
		padding: 6px;
		white-space: nowrap;
		/*background-color: #f5f7f7;*/
    background-color: trnsparent;    
		cursor: hand;
		
		/*issue with mozilla, menu items overflow the menu div. */
		width:100%;
	}	

	.headerLink, a.headerLink 
	{
		text-decoration: none;
    font-family: Verdana;
    font-size: 10px;
		color: white;
	}

	a.headerLink:hover
	{
		text-decoration: underline;        
		color: white;
	}
