img {
	margin: 0;
	padding: 0;
}
#droplinetabs1 {
	margin: 0px;
	padding: 0px;
/*
	width: 520px;
	width: 100%;
*/
	/*border: solid;*/
	z-index: 50;
}
.droplinetabs{
	overflow: hidden;
	/*underline across bottom of main tabs*/
	/*border-bottom: 1px solid white;*/
}

.droplinetabs ul{
	font: normal 11px Georgia, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

.droplinetabs li{
	display: inline;
	margin: 0 0 0 0;
	padding: 0;
	/*text-transform: uppercase;*/
}


.droplinetabs a{
	float: left;
	color: #A096AF;
	/*default background color of tabs, left corner image*/
	/* background: #c76023 url(leftedge.gif) no-repeat left top; */
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-left: 0px;
	text-decoration: none;
	letter-spacing: 1px;

	/* 
		Increased the padding for the sub-menus to
		enable a big 'hit state' as a bit tricky atm
		to select items on the hover state
	*/
}

/*.droplinetabs a:link, .droplinetabs a::visited, .droplinetabs a:active{
	color: white;
}*/

.droplinetabs a span{
	float: left;
	display: block;
	/*right corner image*/
	/* background: transparent url(rightedge.gif) no-repeat right top; */
	padding-top: 1px;
	padding-left: 0px;
	padding-right: 14px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	cursor: pointer;
	/* 
		Increased the padding for the sub-menus to
		enable a big 'hit state' as a bit tricky atm
		to select items on the hover state
	*/
	padding-bottom: 17px;
	padding-bottom: 10px;
}

.droplinetabs a span{
	float: none;
}


.droplinetabs a:hover{
	/*background color of tabs onMouseover*/
	/* background-color: green; */
	color: white;
}

.droplinetabs a.selected:link, .droplinetabs a.selected:visited {
	/* SELECTED CLASS */
	/*background color of tabs onMouseover*/
	/* background-color: orange; */
	color: white;
	/* text-decoration: underline; */
}
.droplinetabs a.selected:hover, .droplinetabs a.selected:active{
	/* SELECTED CLASS */
	/*background color of tabs onMouseover*/
	/* background-color: blue; */
/*
	color: white;
	text-decoration: underline;
	background-image: url(down.gif);
	background-position: bottom;
	background-repeat: no-repeat;
*/
}

.droplinetabs a:hover span{
	/*background-color: transparent;*/
}

/* Sub level menus*/
.droplinetabs ul li ul{
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
	/*sub menu background color */
	background: #484151;
	visibility: hidden;
}

/* Sub level menu links style */
.droplinetabs ul li ul li a{
	font: italic 11px Georgia, sans-serif;
	letter-spacing: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	margin: 0;
	/*sub menu background color */
	background: #484151;
	text-decoration: none;

	/* 
		Increased the padding for the sub-menus to
		enable a big 'hit state' as a bit tricky atm
		to select items on the hover state
	*/
	padding-top: 6px;
	padding-bottom: 7px;
	background-image: none;
	position: relative;
	z-index: 51;
}

.droplinetabs ul li ul li a span{
	/*sub menu background color */
	background: #484151;
}

.droplinetabs ul li ul li a:hover{ 
	text-decoration: none;

	/*sub menu links' background color onMouseover. Add rounded edges in capable browsers */
	/*
	background: #714421;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px; 
	-khtml-border-radius: 5px;  
	border-radius: 5px;
	*/
}

