/*
Cascading Style Sheet for © Liavaag.org
Created by Morten René Liavaag Strømsborg
 _     _                                               
| |   (_)
| |    _  __ ___   ____ _  __ _  __ _   ___  _ __ __ _ 
| |   | |/ _` \ \ / / _` |/ _` |/ _` | / _ \| '__/ _` |
| |___| | (_| |\ V / (_| | (_| | (_| || (_) | | | (_| |
\_____/_|\__,_| \_/ \__,_|\__,_|\__, (_)___/|_|  \__, |
                                 __/ |            __/ |
All Rights Reserved             |___/            |___/
SEO - Liavaag.org
*/
h1#global-logo {
	display:none;
}
/*
Global Menu Styles
*/
div#globalmenu {
	width:100%;
	height:36px;
	color:#ffffff;
	display:table;
	text-align:left;
	border-bottom:1px solid #666666;
	background:#000000 url('globalMenu.png') repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
}
div#globalmenu-width {
	width:960px;
}
div#globalmenu ul {
	width:960px;
	font-size:14px;
	letter-spacing:2px;
	list-style-type:none;
}
div#globalmenu ul li {
	display:inline;
}
div#globalmenu ul li a {
	float:left;
	width:300px;
	height:26px;
	color:#3399cc;
	text-align:center;
	padding:10px 0 0 0;
	text-decoration:none;
	background:transparent;
	border-right:1px solid #666666;
}
div#globalmenu ul li a:hover {
	color:#3399cc;
	background:url('globalMenuHover.png') repeat-x;
}