#tab_page {
	margin: auto;
	width: 1256px;
        background: #f7941e;
        font-size: 1.0em;
}
UL.mytabs {
	position: relative;
	z-index: 2;
}
UL.mytabs, UL.mytabs LI {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
UL.mytabs LI { padding: 0 0px; }
UL.mytabs LI A {
	float: left;
	padding: 7px;
	/*border: 1px solid #CCCCCC;
	border-bottom: 1px solid #E0E0E0;*/
	background: #f7941e;
	text-decoration: none;
        font-weight: bold;
	color: #000000;
	height: 130px;
        width: 195px;
        background: url('../images/gallery_div.png') 100% 32px no-repeat;
        text-align: center;
}
UL.mytabs LI A:HOVER, UL.mytabs LI.current A {
	/*background: #FFFFFF;*/
        text-shadow: #FFFFFF 0 0 10px;
}
UL.mytabs LI.current A {
/*	font-weight: bold;*/
        text-shadow: #FFFFFF 0 0 10px;
	/*font-size: 14px;*/
	/*border-bottom: 1px solid #f7941e;*/
}

UL.mytabs LI.current A div#menu_icon {
        background-position: 0px -90px;
}

UL.mytabs LI.current A div.arrow_down {
        background-position: 0px -10px;
}

.mytabs-container {
	position: relative;
	z-index: 1;
	clear: both;
/*	border: 1px solid #E0E0E0;*/
	padding: 1px;
	top: 0px;
        
        width: 1230px;
        padding-left: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
}