/* ================================================================ 
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/menus/drop_lists.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.
=================================================================== */

	
#navline
{
	background-image: url(../images/navline.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width: 5.8em;	
}
#navline2
{
	background-image: url(../images/navline.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width: 7.5em;	
}

#navline3
{
	background-image: url(../images/navline.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width: 6.5em;	
}
#navline4
{
	background-image: url(../images/navline.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width: 8.2em;	
}
#navline5
{
	background-image: url(../images/navline.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width: 9.4em;	
}
#navline6
{
	background-image: url(../images/navline.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width: 8.4em;	
}
#navline7
{
	background-image: url(../images/navline.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width: 10.3em;	
}
#navline8
{
	background-image: url(../images/navline.gif);
	background-repeat:no-repeat;
	background-position:right top;
	width: 7.7em;	
}
#lists {padding:0; margin:0; list-style:none; position:relative; float:left; width:780px; z-index:500; border-bottom:1px solid #FFFFFF;} /* margins for this demonstration only */

#lists li {
display:inline;
float:left;
height:20px;
padding:0;
margin:0;	
	}

#lists li a.tl {
display:block; 
text-align:left; 
height:18px; 
text-decoration:none;
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
font-weight:bold;  
color: #ffd4be;
padding:2px 0 0 10px;
margin:0; 
}

#lists div {display:none;}

#lists li a:hover {text-decoration:none; color:#FFFFFF; white-space:normal;}
#lists li:hover > a {text-decoration:none; color:#FFFFFF; white-space:normal;}

#lists :hover div
{display:block; width:450px; background:#faebd7; position:absolute; left:0; top:20px; border:1px solid #800000;padding:5px 0 0 0;}
#lists :hover div.pos2 {background:#faebd7;}

#lists .two:hover {position:relative;}
#lists .single:hover {position:relative;}

#lists .two:hover div.pos3 {background:#faebd7; width:300px;}
#lists .single:hover div.pos4 {background:#faebd7; width:150px;}

#lists :hover div dl {display:inline; padding:0; margin:0; float:left; width:150px;}
#lists :hover div dl dt {width:179px; background:#888; margin:0; text-decoration:none; height:20px; line-height:20px;}
#lists .three:hover div {left:100px;}
#lists .two:hover div {left:-150px;}
#lists .two:hover div dl {width:129px;}
#lists .two:hover div dl dt {width:129px;}

#lists .single:hover div dl {width:129px;}
#lists .single:hover div dl dt {width:129px;}

#lists :hover div dl dd {padding:0; margin:0;}

#lists :hover div dt a {text-decoration:none; cursor:default; font-weight:normal; color:#fff;}
#lists :hover div dd a {display:block; text-decoration:none; font-weight:normal; font-size:12px; color:#800000; line-height:14px; padding:0 8px 5px 8px; width:134px;}
#lists :hover div dd a:hover {text-decoration:underline;}

#lists .clear {clear:both;}

p strong.normalize
{
  font-weight: normal;
}

p em.normalize
{
  font-style: normal;
}