.droplinetabs{
	overflow: hidden; /*underline across bottom of main tabs*/
	margin: 0px;
	padding: 0px;
	clear: both;
	height: auto;
}

.droplinetabs ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
}

.droplinetabs li{
	padding: 0px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	width: auto;
	display: inline;
}


.droplinetabs li a {
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
	display: block;
	padding-top: 7px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	cursor: pointer;
	height: auto;
	width: auto;
	background-image: url(../images/navbar.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FDA6D3;
	border-right-color: #FDA6D3;
	border-left-color: #FDA6D3;
}
.droplinetabs li a:hover{
background-color: #FC96CB; /*background color of tabs onMouseover*/
}

/* Sub level menus*/
.droplinetabs ul li ul{
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0; /*sub menu background color */
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	width: auto;
	background-image: url(../images/navbar.png);
	background-repeat: repeat-x;
}
.droplinetabs ul li ul li {
	display: inline;
}

/* Sub level menu links style */
.droplinetabs ul li ul li a{
	padding: 6px;
	padding-right: 8px;
	margin: 0;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.droplinetabs ul li ul li a:hover{ /*sub menu links' background color onMouseover. Add rounded edges in capable browsers */
	text-decoration: underline;
}

