<style type="text/css">
/* ================================================================ 
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/simple_dropline.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.
=================================================================== */
/* for this demo only */
#nav {margin:20px 0 80px 10px;}

/* the styling */
#nav {width:950px; height:20px; position:relative; margin-left: 10px;}

#nav .select, #nav .current {margin:0; padding:0; list-style:none;}
#nav .current li {
	background-color: #FFF;
}

#nav li {display:inline; margin:0; padding: 1px 10px 4px 10px; height:auto;}

#nav .select a,
#nav .current a {display:block; height:20px; float:left; text-decoration:none; font-size:12px; line-height:20px; white-space:nowrap;}
* html #nav .select a, * html #nav .current a {width:1px; height:21px;}


#nav .select a:hover, 
#nav .select li:hover a {cursor:pointer; color:#c7c7c7;}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0;}

#nav .current a {background:#FFF; color:#d91515; font-style: normal;}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover { color:#d91515; text-decoration: underline}

#sub_nav .sub_active .current_sub a, 
#sub_nav .sub_active a:hover { color:#d91515; text-decoration: underline}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {display:block; position:absolute; width:750px; top:22px; left:0; margin-top:0; padding:0; z-index:100; color:#fff; font-size:11px;}

#nav .sub, #sub_nav .sub_active {margin:0; padding:0; list-style:none; }
#nav .sub {
	 background-image:url(../img/bg_subnavi.gif); 
	 background-repeat: repeat-x;
}
#sub_nav .sub_active {display:block; left:0; margin-top:0; padding:0; z-index:10; }
* html #sub_nav .sub_active, * html #sub_nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}
#sub_nav .sub_active li,
#nav .sub li {
	border-width: 0px;
}
#sub_nav .sub_active a { text-decoration:none; line-height:16px; white-space:nowrap; display:block; float:left; padding:1px 5px 0px 5px; margin:0; font-size:11px; white-space:nowrap; border:0; color:#333;}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {display:block; padding:1px 5px 0px 5px; margin:0; white-space:nowrap; border:0; color:#333; font-size:11px;}


</style>

