

#header {
	position: relative;
	width: 100%;
	height: 1.5in;
	background-image: url('../images/header_bg.png');
	background-size: 100% 1.5in;
	background-repeat: repeat-x;
}


#headerContents {
	position: relative;
	margin: 0 auto;
	width: 9in;
	height: 1.5in;
	text-align: left;
}


/* logo */

#logo {
	padding-top: .5em;
	color: #ffd700;
	font-family: serif;
	font-size: .25in;
}

#logo .title {
	display: block;
	font-size: .5in;
	line-height: .5in;
	text-decoration: underline;
}


/* menu */

#menu {
	position: absolute;
	right: 0;
	bottom: 0;
}

#menu .side_left, #menu .side_right {
	display: table-cell;
	margin: 0;
	padding: 0;
	width: .125in;
}

#menu .side_left {
	background-image: url('../images/menu_left.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#menu .side_right {
	background-image: url('../images/menu_right.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#menu .menuItem {
	display: table-cell;
	margin: 0;
	padding: .1in .125in .1in .125in;
	background-color: #000080;
	background-image: url('../images/gloss.png');
	background-size: 100% 100%;
	background-repeat: repeat-x;
	color: #ffd700;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	background-image: url('../images/gloss_hl.png');
	background-size: 100% 100%;
	background-repeat: repeat-x;
}

#menu .selected {
	background-image: url('../images/gloss_inv.png');
	background-size: 100% 100%;
	background-repeat: repeat-x;
}

#menu .spacer {
	display: table-cell;
	margin: 0;
	width: 2px;
	background-color: #000080;
}


/* practice areas submenu */

.submenu {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	margin: 0;
	padding: 0.125in 0 0.125in 0;
	background-color: #000080;
}

.submenu .menuItem {
	display: block;
	padding: 0 0.125in 0 0.125in;
	color: #ffd700;
	text-decoration: none;
}

.submenu a:hover {
	background-color: #303080;
}

.submenu .spacer {
	display: block;
	height: 0.125in;
}




