/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#header {padding:0; margin:0; list-style:none; width:1000px; height:160px; position:absolute; top:0px; left:10px;}
#menu {padding:0; margin:0; list-style:none; width:1000px; height:50px; position:absolute; top:160px; left:10px; background-color: #063;}
#menu li {position:relative; float:left;}
#menu li a {display:block; height:50px; padding:0; width:100px; float:left; color:#444; text-decoration:none; font-family:"trebuchet MS", sans-serif; font-size:14px; text-align:center; cursor:pointer; background: url(http://web.lemoyne.edu/~tarbymm/images/flat.gif); line-height:50px;}
#menu li a b {position:relative;}


#menu li a:hover, 
#menu li a:active,
#menu li a:focus,
.home #menu li#home a,
.single #menu li#single a,
.dropdown #menu li#dropdown a,
.dropline #menu li#dropline a,
.flyout #menu li#flyout a,
.support #menu li#support a,
.contact #menu li#contact a
{background: url(http://web.lemoyne.edu/~tarbymm/images/curled.png) no-repeat right top; cursor:pointer; color:#063;}

* html #menu li a:hover, 
* html #menu li a:active,
* html #menu li a:focus,
* html .home #menu li#home a,
* html .single #menu li#single a,
* html .dropdown #menu li#dropdown a,
* html .dropline #menu li#dropline a,
* html .flyout #menu li#flyout a,
* html .support #menu li#support a,
* html .contact #menu li#contact a
{background:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://web.lemoyne.edu/~tarbymm/images/curled.png', sizingMethod='scale');}

#menu li a:hover b,
#menu li a:active b,
#menu li a:focus b,
.home #menu li#home a b,
.single #menu li#single a b,
.dropdown #menu li#dropdown a b,
.dropline #menu li#dropline a b,
.flyout #menu li#flyout a b,
.support #menu li#support a b,
.contact #menu li#contact a b
{cursor:pointer;}
#content {padding:10px; margin:0; list-style:none; width:976px; position:absolute; top:210px; left:10px; background-color: #eee; border: 2px outset #063; font-family:"trebuchet MS", sans-serif; font-size:14px; }
#main{padding:10px; margin:0; width:400px; position:relative; float: left; clear: both; }
#twitter{padding:10px; margin:0; width:220px; position:absolute; top: 10px; right: 10px; float: right; }