/**
 * Various CSS styles relating to the menu.
 */
#menu {
	position: relative;
	float: left;
	height: 95px;
	background: url(/include/layouts/default/images/hr_halfcircle.png) no-repeat;
	width: 700px;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
	display: block;
}
#menu li a {
	display: block;
	background: white;
	text-decoration: none;
}
#menu li span {
	display: none;
/*	color: #585858;
	width: 125px;
	text-align: center;
	font-size: 10pt;*/
}
#menu li.one span {
	width: 90px;
}
#menu li.two span {
	width: 110px;
}
#menu li.size {
	display: none;
}

#menu li img {
	display: block;
	width: 125px;
	height: 95px;
}

/*#menu a:hover span {
	display: block;
	position: absolute;
	bottom: -1em;
}*/

#menu li.six { /* currently the home icon... */
	display: none;
}


/**
 * Page links in the header...
 */
#header .menu {
	font-family: "Verdana", "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	float: right;
}
#header .menu ul {
	list-style-type: none;
	margin: 0;
	padding: 2px 0;
}
#header .menu li {
	display: inline;
	float: left;
	border-left: 1px solid white;
	padding: 0 5px;
}
#header .menu li a {
	text-transform: lowercase;
	text-decoration: none;
}
#header .menu li img {
	display: none;
}

#header .menu .one {
	border-left: none ! important;
}
#header .menu li.six span { /* currently the home icon... */
	display: none ! important;
}
#header .menu li.six img { /* currently the home icon... */
	display: block ! important;
	width: 15px;
	height: 15px;
}



/**
 * Subpage links in the content...
 */
#content ul.subpages {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#content ul.subpages li {
	display: inline;
	border-left: 1px solid white;
	padding-left: 10px;
	padding-right: 5px;
}
#content ul.subpages li.one {
	border-left: none ! important;
	padding-left: 0 ! important;
}
#content ul.subpages li.current a:link,
#content ul.subpages li.current a:visited,
#content ul.subpages li.current a:hover,
#content ul.subpages li.current a:active {
	cursor: text;
	text-decoration: none;
}

#content ul.toplinks {
	font-family:  "Lucida Calligraphy", "Lucida Handwriting", "Kids", "Comic Sans MS", "Georgia", "Times New Roman", serif;
	font-size: 10pt;
	text-decoration: bold;
}
#content ul.bottomlinks {
	font-family:  "Lucida Calligraphy", "Lucida Handwriting", "Kids", "Comic Sans MS", "Georgia", "Times New Roman", serif;
	font-size: 8pt;
	text-decoration: bold;
}