.droplinetabs{
	overflow: hidden; /*underline across bottom of main tabs*/
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: gray;
}
#bg {
-	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


.droplinetabs ul{
width:725px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

.droplinetabs li{
	display: inline;
	padding: 0;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	list-style-type: none;
	font-weight:bold;
}


.droplinetabs a{
	float: left;
	color: white; /*default background color of tabs, left corner image*/
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-weight:bold;
	
	letter-spacing: 0px;
	background-color: #1e1e1e;
}

.droplinetabs a:link, .droplinetabs a::visited, .droplinetabs a:active{
color: white; font-weight:bold;
}

.droplinetabs a span{
	float: left;
	display: block; /*right corner image*/
	padding: 0px;
	cursor: pointer;
	background-color: #1e1e1e;
	background-repeat: no-repeat;
	font-weight:bold;
}

.droplinetabs a span{
float: none; font-weight:bold;
}


.droplinetabs a:hover{
background-color: #1e1e1e; /*background color of tabs onMouseover*/
color: white; font-weight:bold;
}

.droplinetabs a:hover span{
background-color: #1e1e1e; font-weight:bold;
}

/* Sub level menus*/
.droplinetabs ul li ul{
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0; /*sub menu background color */
	visibility: hidden;
	background-color: #1e1e1e; font-weight:bold;
}

/* Sub level menu links style */
.droplinetabs ul li ul li a{
	margin: 0; /*sub menu background color */
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	background-color: #1e1e1e;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px; font-weight:bold;
}

.droplinetabs ul li ul li a span{
	background-color: #1e1e1e;
}

.droplinetabs ul li ul li a:hover{ /*sub menu links' background color onMouseover. Add rounded edges in capable browsers */
-webkit-border-radius: 5px;  
-moz-border-radius: 5px; 
-khtml-border-radius: 5px;
	border-radius: 5px;
	background-color: #1e1e1e;
	color: #CCCCCC;
}
body {
	background-color: #000000;
}
