body { 
	background-color: #000; 
	color: #333; 
	background-image: url('../img/bg2.jpg');
	background-repeat: no-repeat;
	background-position: center; 
	background-attachment: fixed;
}


/************************ T H I C K   T A B S **************************/
div.thickconteiner{
	border-top: 1px solid #7E311D;
	border-bottom: 1px solid #7E311D;
}

#thicktabs li a{
background: transparent url(../img/firebg.gif) top right no-repeat;
}
#thicktabs li a:hover{
background-image: url(../img/firebgover.gif); /*background image swap on hover*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: none; /*left border style*/
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: none; /*right border style*/
}



/*********************D R O P - D O W N      ME N U*******************/
#dropmenudiv {
background-color: lightyellow;
border:1px solid #7E311D;
}

#dropmenudiv p{
border-bottom: 1px solid #7E311D;
background-color: #ad7318;
}

#dropmenudiv a{
color: black;
background: transparent url(../img/firebgmenu.gif) top right;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #bd8c10;/*#9a9f06;*/
background-image: url(../img/firebgmenuover.gif);
}