.slider {
	}
div#feature_list {
	width: 930px;
	height: 320px;
	overflow: hidden;
	position: relative;
}
div#feature_list ul {
	position: absolute;
	list-style: none;	
	padding: 0;
	margin: 0;
}
ul#tabs {
	top: 50px;
	right: 0px;
	z-index: 2;
	width: 280px;
}
ul#tabs li {
	font-size: 11px;
	width:100%;
	overflow:hidden;,
}
ul#tabs li a {
	text-decoration:none;
	display:block;
	cursor:pointer;
	height:60px;
}
ul#tabs li img {
	float: right;
}
ul#tabs li a:hover {
}
ul#tabs li a.current {
	background: url(../images/camera.gif) no-repeat;
}
ul#tabs li a.current:hover {
	text-decoration: none;
}
ul#output {
	position: relative;
	width:370px;
	height:250px;
	left: 270px;
	top: 40px;
	float:left;
}
ul#output li {
	position: absolute;
	width: 370px;
	height: 250px;
}

		/* links
*************************/

a:link, a:visited, a:hover, a:active
{
text-decoration: none;
}

/* inline elements
*************************/

strong
{
font-weight: bold;
}

/* menu-specifc
*************************/

#menu
{
z-index: 0;
position: relative;
width: 100%;
height: 40px;
line-height: 40px;
background: #ffb35a url(images/topbg.gif) repeat-x;
border-bottom: 1px solid #000;
}

#menu ul
{
margin: 0 auto;
}

#menu ul li.hasmore
{
background: url(images/drophighlight.png) no-repeat center 27px;
}

#menu ul li h4
{
margin: 0;
}

#menu ul li h4 a
{
font-size: 14px;
color: #000;
font-weight: bold;
padding: 0 15px;
}

#menu ul li a
{
color: #9b2021;
padding-left: 4px;
}

#menu ul li a img
{
vertical-align: middle;
}

#menu ul li a:hover
{
background: url(images/topselectionleft.png) top left no-repeat;
}

#menu ul li a span
{
display: block;
padding: 0 15px 0 11px;
}

#menu ul li a:hover span
{
background: url(images/topselectionright.png) top right;
}

#menu ul.dropdown
{
padding: 10px;
background-image: url(images/dropdown.png);
overflow:hidden;
border-bottom: 1px solid #dc902f;
width: 290px;
}

#menu ul.dropdown li a
{
border-bottom: 1px solid #e5cd8e;
line-height: 30px;
overflow: hidden;
height: 30px;
}

#menu ul.dropdown li.last a
{
border-bottom-width: 0;
}

#menu ul.dropdown li a:hover
{
background: url(images/menuarrow.png) no-repeat left center;
}

#menu ul li h4 a:hover
{
background-image: none;
}


/* NAVIGATION */
#nav {
	margin:0; 
	padding:0; 
	list-style:none;
		z-index: 0;
}	
/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nav li {
	float:left; 
	display:block; 
	_width:60px; 
	position:relative;
	z-index:2; 
}
/* this is the parent menu */
#nav li a {
	display:block; 
	font-weight:700;  
	height:85px; 
	text-decoration:none; 
	text-align:center; 
}
#nav li a:hover {
	color:#fff;
}
/* you can make a different style for default selected value */
#nav a.selected {
	color:#f00;
}
/* submenu, it's hidden by default */
#nav ul {
	position:absolute; 
	left:0; 
	display:none; 
	margin:0 0 0 -1px; 
	padding:0; 
	list-style:none;
	background: url(../images/nav-sub-bc.jpg);
}
#nav ul li {
	width:220px; 
	float:left; 
}
/* display block will make the link fill the whole area of LI */
#nav ul a {
	display:block;  
	height:20px;
	padding: 4px 4px; 
	color: Silver;
	font: 12px/21px Georgia, serif;
}
#nav ul a:hover {
	background: url(../images/menuarrow.gif) no-repeat left center;
	padding-left: 10px;

}
		/* fix ie6 small issue */
		/* we should always avoid using hack like this */
		/* should put it into separate file : ) */
*html #nav ul {
	margin:0 0 0 -2px;
}

