@charset "utf-8";
/* Top Menu Styles */

#header {
	width:100%;
	height:128px;/* Height of logo image */
}
#logo {
	float:left;
	z-index:2;
}

/* Main Menu */
#mainmenu {
	position:relative;
	z-index:1;
}

#mainmenu ul {
	list-style-type: none;
}
#mainmenu li {
	display:inline-block;
	
	/* Fix for float issue */
	margin-bottom: -3px;
	margin-left: -2px;
	margin-right: -2px;
}
#mainmenu a {
    display: block;
    text-decoration: none;
	height: 52px;
}
#mainmenu a:hover {
	background-position: 0 -52px !important;
}
#mainmenu a.active{ /* Yes, this is a class NOT an anchor state. (dot) is intentional */
	background-position: 0 -52px !important;
}
.altText {
	display: none;
}

/* Submenu */
#submenu {
	margin-top:0px;
	padding-left: 10px;
	height:35px;
	z-index:1;
	line-height: 35px;
}
#submenu a {
	text-decoration:none;
	/*font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10pt;
	font-style:italic;
	
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	
	border-right-width: 1px;
	border-right-style: solid;
}

#submenu #right, #submenu #left{
	display:inline;
}
#submenu #right{
	float:right;	
}
#submenu #left{
	float:left;
}
a#sarabellumlink {
	border-right-width: 0px;
	border-collapse:collapse;
	
	padding-left:60px;
	display: block;
}

a#sarabellumlink:hover {
	background-position: 0 -35px !important;
}
a#sarabellumlink.active{ /* Yes, this is a class NOT an anchor state. (dot) is intentional */
	background-position: 0 -35px !important;
}

a#endlink {
	border-right-width: 0px;
}

