/* ================================================================ 
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.
=================================================================== */
/* style the outer div to give it width */
#dropline {padding:0 0 0 10px; list-style:none; text-align:center; margin:0; float: right; font-size:12px; font-family:arial, sans-serif; height:44px; position: absolute; right: 0;
		background:url('../images/menu-back.png') no-repeat left top; width: 630px;}
#dropline div {padding:0; margin:0 auto; list-style:none; position:absolute; left: -9999px; text-align: center; }


#dropline li { display:inline; margin:0; text-align:center;}
#dropline ul li a {display: block; float:left; height:30px; line-height:30px; margin:0; padding:0 10px; background:transparent; font-weight:bold; font-size:11px;}

/* #dropline li a.sub {background:url(button-arrow.gif) right top;} */

html>/**/body #dropline li {display:inline-block; padding:0;}

* html #dropline li a {margin-bottom:-4px; margin-right:3px;}

#dropline li a { display: block; font-weight: bold; height: 44px; line-height: 44px; float:left; padding: 0 7px; cursor: pointer; text-decoration: none; 
			float: left; margin: 0; color: #000000; }
#dropline li a font { font: bold 13px 'Tahoma'; line-height: 22px; }

#dropline li a:hover { background:url('../images/menu-hover.png') repeat-x left bottom; color:#008296;}
#dropline li:hover > a { background:url('../images/menu-hover.png') repeat-x left bottom; color:#008296;}
#dropline :hover div { left:0; top:41px;}
#dropline :hover ul li a:hover { text-decoration:underline; color:#008296; background: none; }

#dropline li div ul { width: 630px; text-align: center; }
#dropline li div ul li { float: none; }