/* ================================================================ 
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.cssplay.co.uk/pro_dropline7.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: white;
}

#dropline {position:relative; height:26px; padding-left: 15px; background:url(img/pico_bolivar_04.jpg);}

#dropline, #dropline ul {padding-left: 20px; margin:0; list-style:none; width:930px;}

#dropline table {border-collapse:collapse; margin:-1px -10px; 0 0; padding:0; width:0; height:0;}
#dropline li {float:left; height:26px; margin-right:10px;}
#dropline li a {float:left; display:block; height: 26px; line-height: 18px; padding:0 0 0 5px; font-family:arial, sans-serif; font-size:11px; color:#000; text-decoration:none; font-weight:bold;}
#dropline li a.down {background-color: transparent; height: 26px;}
#dropline li ul li a.down {font-size:15px; color:#ff0; font-weight:normal; height: 26px;}

#dropline li a:hover {white-space:nowrap; color:#444;}
#dropline li a.down:hover {white-space:nowrap; color:#444; background: transparent;}

#dropline li:hover > a {color:#444;}
#dropline li:hover > a.down {color:#444; background: transparent;}

#dropline li ul {position:absolute; top:26px; left:-9999px; z-index:5; background: transparent;}
#dropline li ul.floatRight li {float:right;}

#dropline :hover ul,
#dropline :hover ul :hover ul,
#dropline :hover ul :hover ul :hover ul,
#dropline :hover ul :hover ul :hover ul :hover ul,
#dropline :hover ul :hover ul :hover ul :hover ul :hover ul {left:0; background: transparent;}

#dropline :hover ul ul,
#dropline :hover ul :hover ul ul,
#dropline :hover ul :hover ul :hover ul ul,
#dropline :hover ul :hover ul :hover ul :hover ul ul {left:-9999px; top:26px; background:transparent;}

