/* ================================================================ 
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.stunicholls.com/menus/pro_dropline_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
* {
	margin:0;
	padding:0;
	font-family:"tahoma",sans-serif;
}

#site_center {
	text-align:center;
	background-repeat: repeat-x;
	background-position: bottom;
}

#main { width:100%/*780px*/; margin:0 auto; text-align:left;}

#topo {
	width:100%;
	margin:0 auto;
	height: 150px;
}

#pro_linedrop {
	height:45px;
	width:960px;
	position:relative;
	font:bold 90%/1 "tahoma",sans-serif;
	font-size: 11px;
	z-index:100;
	margin:0 auto;
	background-image: url(lrimages/tray.gif)  ;
}

#pro_linedrop .select {
	margin:0 20px;
	padding:0;
	list-style:none;
	white-space:nowrap;
}

#pro_linedrop li {
	background:url("lrimages/tray-separator.gif") 100% 0 no-repeat;padding:0px 1px 0px 0px;
	float:left;

}

#pro_linedrop li.lrt {
float:right;

}


#pro_linedrop .select a {
	display:block;
	height:45px;
	float:left;
	padding:0 0px 0 0px;
	text-decoration:none;
	line-height:45px;
	white-space:nowrap;
}


#pro_linedrop .select li.lrt a {
	color:#FFFFFF;
	padding:0 15px 0 15px; background:url("lrimages/tray-separator.gif") 100% 0 no-repeat;
	display:block;
	float:left;
}


#pro_linedrop .select a b {
	display:block;
	padding:0 10px 0 10px;
}

#pro_linedrop .select li.line a b {
display:block; float:left; padding:0 10px 0 10px; 
}

#pro_linedrop .select a:hover, 
#pro_linedrop .select li:hover a {

padding:0 0 0 0px;
cursor:pointer; 

}
#pro_linedrop .select li#tray-active a {
background:url("lrimages/tray-active.gif");color:#FFF;}



#pro_linedrop .select li.lrt a:hover, 
#pro_linedrop .select li.lrt:hover a {
background: url(lrimages/tray-hover.gif); 
}

#pro_linedrop .select a:hover b, 
#pro_linedrop .select li:hover a b {
	display:block;
	float:left;
	padding:0 10px 0 10px;
	cursor:pointer;
	background-image: url(../imagens/tray-hover.gif);
	background-position: right top;
}

#pro_linedrop .select li.line a:hover b, 
#pro_linedrop .select li.line:hover a b {
background:url(lrimages/tray-hover.gif) right top; 
}

#pro_linedrop .select li.lrt a:hover b, 
#pro_linedrop .select li.lrt:hover a b {
background:url(../imagens/tray-hover.gif) right top; 
}

#pro_linedrop .select li.lrt a:hover b.arrow, 
#pro_linedrop .select li.lrt:hover a b.arrow {
background:url(lrimages/tray-hover.gif) right top; 
}

#pro_linedrop .sub {
position:absolute; left:-9999px; width:0;
}

/* IE6 only */
#pro_linedrop table {
border-collapse:collapse; 
margin:-1px -10px -1px -1px; 
font-size:1em; 
width:0; 
height:0;
}

#pro_linedrop .sub {
margin:0px; 
padding:0;
list-style:none;
}

#pro_linedrop .sub li {background:transparent;}

#pro_linedrop .select :hover .sub {
height:25px;
position:absolute;
width:100%;
top:45px; 
left:0; 
text-align:center;
background:#fff url(lrimages/fade.gif);
border-bottom:1px solid #aaa;
}

#pro_linedrop .select :hover .rt li {float:right;}

#pro_linedrop .select :hover .sub li a 
{display:block; height:25px; line-height:25px; float:left; background:#fff url(lrimages/fade.gif); padding:0 16px; margin:0; white-space:nowrap; color:#333;font-size:10px;}

#pro_linedrop .select :hover .sub li.subline a {color:#c00;}

#pro_linedrop .select :hover .sub li a:hover,
#pro_linedrop .select :hover .sub li:hover
{

	line-height:25px;
	position:relative;
	background:#fff url(lrimages/fade.gif) left bottom;
}
