﻿
#download_button a
{
	display: block;
	width: 180px;
	height: 45px;
	background: url('images/download_button_new.png') 0 0 no-repeat;
	text-decoration: none;
	overflow: hidden;
	text-indent: -999px;

}

#download_button a:hover
{
	
}

blockquote
{
	color:#10BF06;
	margin: 1em;
	padding: 0 0 10px 40px;
	font-weight: bold;
	background: url('images/blockquote.png') no-repeat left top;	
}


.download_link {
	border-width: 0px 0px 1px 0px;
	font-size: 12px;
	border-bottom-style: dotted;
	border-bottom-color: #585858;
	letter-spacing: 0px;
}

a.download_link:link { 
		/*color:  #C9C9C9;*/
}

a.download_link:visited {
	
}


a.download_link:hover{
		border-width: 1px;
		color: #00ff00; 
}


a:visited {
	border-width: 0px 0px 0px 0px;
	color:#008800;
}


a:link {
	border-width: 0px 0px 0px 0px;
	color:#008800; /*:#1D7A21;*/
}

a:active {
}


a:hover {
	border-width: 0px 0px 1px 0px;
	text-decoration:underline;
	color:#008800;
}

a {
	font-weight:normal;
	text-decoration: none;
}


body {
	font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	font-size: 11px;
	/*font-weight: lighter;*/
	line-height: 145%;
	background-color: #141414; 
	color: black;
	text-align: justify;
	vertical-align: text-bottom;
	background-image:url('images/back.jpg');
	background-repeat:repeat;
	margin: 0; 
	padding: 0;
}
tbody{
	
}

table {
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-color: #303030;
	vertical-align: middle;
	text-align: justify;
	background-color:#f2f2f2;
}

td {
	vertical-align: bottom;
	text-align: left;

}
th {
	border-bottom: 1px ridge #888888;
	font-size: medium;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	color: #444444;
	font-family: "Times New Roman", Times, serif;
	background-image: none;
	background-repeat: no-repeat;
	
}

a.page_subheader:link { 
	color: #005500; 
	font-weight:bold;
	text-shadow: 1px 1px 1px #00cc00;

}
a.page_subheader:visited { 	
	color:#005500;
	font-weight:bold;
	text-shadow: 1px 1px 1px #00cc00;

}
a.page_subheader:active { }
a.page_subheader:hover { 
color: #333333; 
text-shadow: 0px 0px 0px #00cc00;
text-decoration:none;
border:0px;
}

.page_subheader {
	color: #005500;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;	
	text-align: left;
	text-shadow: 1px 1px 1px #00cc00;
	vertical-align: middle;
	letter-spacing: 1px;
	line-height: 28px;
	background-image: none; 
	border-color:#00ff00;
	border-style:ridge;
	border-width: 0px 0px 2px 0px;
}




.home_grad_bg {
	
	background-color: #eeeeee;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FBFBFB, endColorstr=#e1e1e1); 
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FBFBFB, endColorstr=#e1e1e1)";
    background: -moz-linear-gradient(center top , #FBFBFB, #E1E1E1) repeat scroll 0 0 transparent;  /* for firefox 3.6+ */ 
    background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#E1E1E1));         /* for webkit browsers */

	filter:progid:DXImageTransform.Microsoft.DropShadow(Color='#BBBBBB', OffX=0, OffY=0);

    -moz-box-shadow: 0px 5px 5px #BBBBBB;
	-webkit-box-shadow: 0px 5px 5px #BBBBBB;
    box-shadow: 0 5px 5px #BBBBBB;


    border: 1px solid #DDDDDD;
    border-radius: 4px 4px 4px 4px;

    padding-bottom:0px;
    margin-left:0px;

}

.post_title_row
{
	padding-left:10px;
	padding-top:10px;
}


.post_title
{
	font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	font-size:14px; 
	font-weight:bold;
	color:green;
}



/* Home page Sub section - title */
.post_section_title
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	/*font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size:20px; */
	font-weight:bold;
	color:#004200;
	vertical-align:middle;
		
}



/* Home page - sub section - title row */
.feed_title
{
	font-size:14px;
	font-weight:bold;
	vertical-align:top;
	color: green; 
	text-shadow: 1px 2px 6px white;
	/*line-height:180%;*/
}



.feed_row 
{
padding-top:15px;
padding-right:15px;
vertical-align:top;
}



/* Home page - sub section - second row */
.feed_date_row 
{
	font-size:10px;
	font-weight:normal;
	color:#888888;
	padding-top:4px;
/*	line-height:180%;*/

}


.feed_desc
{
	padding-top:4px;
	font-size:11px;
	text-align:justify;
	
}
	

.home_feed_image
{
	height:80px;
	width:100px;
	padding:3px;
	vertical-align:middle;
	margin-left:15px;
	-moz-box-shadow:0px 0px 4px 4px #ddd;
	-webkit-box-shadow: 0px 0px 4px 4px #ddd;
    box-shadow:0px 0px 4px 4px #ddd;
    border:0px;
}




/* applies to main section */
.post_author_date 
{
	font-size:10px;
	font-weight:normal;
	color:#888888;
	padding-left:45px;
	padding-top:0px;
	margin-top:-10px;

}












.highlight {
	color: black;
	font-weight: bold;
	letter-spacing: 1px;
}




a.downloadpage_header:link { 
	color: #00FF00; 
	border-bottom-style: none;
	background-image:none;
	font-weight:bold;
}


a.downloadpage_header:visited { 	
	color: #00FF00; 
	border-bottom-style: none;
	background-image:none;
	font-weight:bold;
}
a.downloadpage_header:active { }
a.downloadpage_header:hover { color: #F5F5F5; }

.downloadpage_header {
	border-style: solid solid dotted solid;
	border-width: 1px 0px 1px 0px;
	border-color: #003300;
	color: #00FF00;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 1px;
	background-image: url('images/bg_blackjack.jpg');   /*url('images/bg_header_menu_bar.gif');*/
	border-color:#4F4F4F;
	border-style:solid;
	border-width: 1px 0px 0px 0px;
	line-height: 28px;
}


.release_title
{
	font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	font-size:14px; 
	font-weight:bold;
	color:green;
}


.release_title_quote
{
	line-height:24px;
	font-size:11px;
	font-style:italic;
	color:#333333;
	font-weight:bold;
}




.button_text a:active 
{ 
}


.button_text, .button_text a, .button_text a:link, .button_text a:visited
{
	background-image: url('images/bg_menu.jpg');
	background-repeat: repeat-x;
	font-size:11px; 
	font-weight:bold;
	color:white;
	padding: 6px;
	padding-top:4px;
	border:0px solid white;
}

.button_text a:hover 
{ 
	/*background-image: url('images/bg_menu_highlight.jpg');*/
	/*	background-repeat: repeat-x;*/
	color: black; 
	border:0px solid blue;
	text-decoration:none;
}



 ul 
 {
list-style-image:url("images/sx_icon_about_bullet.png");
list-style-type:square;
/*margin-left:0;*/
/*padding-left:2em;*/
}


.video_subheader {
	color: #00FF00;
	font-weight: bold;
	font-size: small;
	font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	text-align: left;
	vertical-align: top;
	letter-spacing: 1px;
	background-image: url('images/videopage_subheader_bg.gif');
	line-height: 24px;
	background-repeat: repeat-x;
}



.page_sub_subheader_new {
	color: #006600;
	font-size: 14px;
	font-weight: bold;
	font-family: Cambria, Garamond, Georgia;
	vertical-align: middle;
	text-align: left;
	letter-spacing: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: green;
	background-repeat: repeat;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #006600;
	line-height: 26px;
	background-image: none; /*url('images/subheader_bg_general.gif');*/
}




/* Subtitle for each navigation page */
.page_subtitle {
	border-width: 1px;
	font-family: Garamond, Georgia;
	font-size: 24px;
	font-weight: bold;
	color: #222222;
	text-shadow: 1px 1px 2px #555555;
	vertical-align: middle;
	line-height: 34px;
	border-color:#333333;
	border-style:ridge;
	border-width: 0px 0px 2px 0px;
	background-image: none; 
}


/* Subtitle for each navigation page */
.page_subtitle_noquote  {
	border-width: 1px;
	font-family: Garamond, Georgia;
	font-size: 24px;
	font-weight: bold;
	color: #222222;
	text-shadow: 1px 1px 2px #555555;
	vertical-align: middle;
	line-height: 34px;
	border-color:#333333;
	border-style:ridge;
	border-width: 0px 0px 2px 0px;
	background-image: none; 
}





.page_main_title
{
	text-shadow: 2px 2px 4px #ffffff;
	font-family: Cambria, Garamond, Georgia;
	text-align:center;
	font-size:32px;
	font-weight:bold;
	color:#222222;
}



hr {
	color: #666666;
	font-size: 0px;
	line-height: 0mm;
	font-weight: lighter;
}




.page_sub_subheader {
	color:#333333;
	font-size: 13px;
	font-weight: bolder;
	font-family: Cambria, Garamond, Georgia;
	vertical-align: middle;
	text-align: left;
	letter-spacing: 1px;
	border-color:#aaa;
	border-style:solid;
	border-width: 0px 0px 1px 0px;
	line-height: 22px;
	/*text-shadow: 1px 1px 2px lime;*/

}






.page_code {
	font-family: monospace, "Courier New", Courier, "Bitstream Vera Sans Mono";
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color:#79FA05;
	text-align: left;
	background-color: #444444;
	padding:5px;
	padding-top:10px;
	padding-bottom:10px;
	
	border: 1px green solid;

}
.page_code_comment {
	font-family: monospace, "Courier New", Courier, "Bitstream Vera Sans Mono";
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	color:#cccccc;
}

.page_text {
	font-family: "Courier New", Courier, "Bitstream Vera Sans Mono", monospace;
	font-size: medium;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	vertical-align: bottom;
}

.page_title {
	font-family: Cambria, Garamond, Georgia;
	font-size: 24px;
	font-weight: bold;
	color: #cccccc;
	text-align: center;
	vertical-align: middle;
	line-height: 150%;
	letter-spacing: 1px;
	word-spacing: 2px;
}

.aboutpage_header {
	border: 0px solid #808080;
	color: #69D200;
	font-weight: bold;
	font-size: 15px;
	font-family: Georgia, Garamond;
	text-decoration: none;
	text-align: left;
	vertical-align: middle;
	letter-spacing: 1px;
}

.sidebar_header {
	color:#222222;
	font-weight: bold;
	font-size: small;
	font-family: Georgia, Garamond;
    text-shadow: 1px 1px 4px #ffffff;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	letter-spacing: 1px;
	background-image: none;
	border:#bbbbbb thin solid; 
	border-width: 0px 0px 1px 0px;
	
	line-height: 30px;
}


.sidebar_text {
	font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	line-height: 150%;
    margin-left: 4px;
}

a.sidebar_navtext:link {
 color: black;

 
 }
a.sidebar_navtext:visited { 
 color: black;
 

 }
a.sidebar_navtext:active { }
a.sidebar_navtext:hover { 
color:green;
text-decoration:underline;
 
}
a.sidebar_navtext {
	border: 0px solid #191919;
	vertical-align: bottom;
}

/* Styles for Sidebar END */

/* Styles for Header BEGIN */

.header_th_bottom {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	vertical-align: middle;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;	
	line-height: 24px;
	font-variant: normal;
	letter-spacing: 1px;
}


a.navtext:link {
	color: lime; /*#00CC00;*/
	text-decoration:none;
	border-width: 0px 0px 0px 0px;
	font-weight: bold;

}
a.navtext:visited {
	color: lime; /*#00CC00;*/
	text-decoration:none;
	border-width: 0px 0px 0px 0px;
	font-weight: bold;

}
a.navtext:active { 

 }

a.navtext:hover {
	color: white;
	border-width: 0px 0px 3px 0px;
	border-style: solid;
	border-color:#111111;
	text-decoration:none;
	font-weight: bold;
	
}

a.navtext {
	text-decoration: none;
	vertical-align:middle;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:1px;
	font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	padding-right: 6px;
	padding-left: 6px;
	border-bottom:0px;
}





a.graytext:link {
	vertical-align:middle;
	font-size: 11px;
	letter-spacing:1px;
	border-bottom:0px;
	color:#787878;
}



a.graytext:visited  {
	vertical-align:middle;
	font-size: 11px;
	letter-spacing:1px;
	border-bottom:0px;
	color:#787878;
}

a.graytext:hover {
	color: lime;
	border-bottom:0px;
}


.bottom_subheader
{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#606060;
	font-size:16px;
	line-height:34px;
	
}

.header_title_quote {
	font-family: Georgia;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: 1px;
}

/* Styles for Header END */

.copyright_text {
	color: #666666;
	font-size: 11px;
	vertical-align: middle;
	background-color: #080808; 
	background-image: none;
	font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	line-height: 28px;
}

.indexpage_subheader {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	text-align: left;
	vertical-align: top;
	background-image: none; 
	text-shadow: 0px 0px 0px #ffffff;
	
	border-color:#aaaaaa;
	border-style:solid;
	border-width: 0px 0px 1px 0px;
	background-color:#d5d5d5;
	line-height: 30px;
	background-repeat: repeat-x;
	letter-spacing:1px;
}





.indexpage_subheader a:link 
{
	color:white;
	font-weight: bold;
	

}

.indexpage_subheader a:visited
{
	color:white;
	font-weight: bold;
}



.indexpage_subheader a:hover
{
	color: lime;
	font-weight: bold;
	text-decoration:none;
}


.sidebar_background {
	background-image: none; /*url('images/sidebar_bg.gif');*/
	background-repeat: repeat-x;
	background-position: bottom;
	height: 100%;
	width: 95%;
}
.sidebar_seperator {
	line-height: 15px;
	width: 100%;
	border-color: #3C3C3C;
	border-width: 0px 0px 0px 0px;
	border-style: solid;
}
.indexpage_sub_subheader {
	color: #008A00;
	font-size: 12px;
	font-weight: bolder;
	font-family: Cambria, Garamond, Georgia;
	vertical-align: middle;
	text-align: left;
	letter-spacing: 1px;
	background-color: #050505;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #363636;
	background-repeat: repeat;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #191919;
	line-height: 18px;
}
.advmt_title {
	color: #00A400;
	font-weight: bold;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	background-color: #242424;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #191919;
	border-bottom-style: solid;
	background-image: none;
}
.advmt_text {
	font-family: monospace, "Courier New", Courier, "Bitstream Vera Sans Mono";
	font-size: 11px;
	font-weight: normal;
	color: #8c8c8c;
	text-align: justify;
	vertical-align: bottom;
}

.textbox {
	background-color: #f8f8f8;
	color:#333333;
	border: 1px solid #cccccc;
	font-family: Verdana, "Bitstream Vera Sans", "DejaVu Sans", Tahoma, Geneva, Arial, Sans-serif;
	font-size: 13px;
	height:22px;

}
.mainpage_background {
/*	background-image: url('images/background_mainpage.gif');*/
	background-repeat: repeat;
	background-attachment: scroll;
}


div {
	/*background-image: url('images/background_mainpage.gif');*/
}


.subpage_background {
	/*background-color: #121212;*/
}
.footer_background {
	background-image: url('images/background_footer.gif');
	background-repeat: repeat-x;
}

.header_th {
	border-width: 0px 0px 0px 0px;
	border-style: solid;
	vertical-align: top;
	font-size: 18px;
	line-height: 30px;
	color: #00FF00;
	letter-spacing: 0px;
	background-image:url('images/bg_blackjack.jpg');
	background-repeat:repeat;
	text-align:center;
    
    -moz-box-shadow: 0 0 20px 0px #222;
	-webkit-box-shadow: 0 0 20px 0px #222;
	box-shadow: 0 0 20px 0px #222;
}


.main_body
{
	border-bottom:1px #666666 solid;
	
	 -moz-box-shadow: 0px 0px 6px 3px #333333;
	-webkit-box-shadow: 0px 0px 6px 3px #333333;
	box-shadow: 0px 0px 6px 3px #333333;
}

.footer_body
{
	text-align:left;
	vertical-align:middle;
	 background-color:#101010;

	 -moz-box-shadow: 0px 0px 6px 2px #333333;
	 -webkit-box-shadow: 0px 0px 6px 2px #333333;	
	 box-shadow: 0px 0px 6px 2px #333333;
}


.sidebar_image
{
	-moz-box-shadow:0px 0px 4px 4px #ccc;
	-webkit-box-shadow: 0px 0px 4px 4px #ccc;
    box-shadow:0px 0px 4px 4px #ccc;
    
    border:0px;
}



#menubar
{
	float:left;
	background-image:none;
}

#searchbar
{
	float: right;
	background-image: none;
	margin-right: 0px;
	vertical-align: top;
}

.book {
	border-style: 1;
	border-width: 1px;
	border-color: #444444;
	padding: 2px;
}
.table_cell_padfile {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	border: 1px solid #008000;
	vertical-align: middle;
}

/* Index page - image thumbview related styles */

#image_thumb_border
{  
	width:200px;
	height:150px;
	background-color:green;
	border:1px solid #C0C0C0;
	text-align:left;
	vertical-align:bottom;
	font-size: 10px;
	padding-top:5px;
	color:white;
	background-image:  url('images/background_footer.gif');
	background-repeat: repeat-x;
	background-position: top;
	background-color:black;
}


	


#image_thumb_border a
{
	border:1px solid lime;
	text-decoration:none;
	color:#00FF00;
}


#image_thumb_border a:hover
{
	border:1px solid white;
	text-decoration:none;
	color:white;

}


#image_thumbnail a
{
	position:absolute;
	text-align:center;
	width: 160px;
	height: 120px;
	margin-left: 20px;
	margin-top:5px;
	border: 1px solid white;
	background: none 0 0 no-repeat;
	text-decoration: none;
	overflow: hidden;
	text-indent:-999;
}

#image_thumbnail a:hover
{
	border:1px solid lime;
	text-decoration:none;
}



#image_thumb_update
{
	text-align:center;
	width: 140px;
	position:relative;
	margin-left: 30px;
	margin-top:100px;
	font-size:10px;
}




/**
 *********************************************
 * Prototype of styles for horizontal CSS-menu
 * @data 30.06.2009
 *********************************************
 * (X)HTML-scheme:
 *  <div id="menu">
 *      <ul class="menu">
 *          <li><a href="#" class="parent"><span>level 1</span></a>
 *              <ul>
 *                  <li><a href="#" class="parent"><span>level 2</span></a>
 *                      <ul><li><a href="#"><span>level 3</span></a></li></ul>
 *                  </li>
 *              </ul>
 *          </li>
 *          <li class="last"><a href="#"><span>level 1</span></a></li>
 *      </ul>
 *  </div>
 *********************************************
 */

/* menu::base */
div#menu {
    height:41px;
    background:url(images_menu/main-bg.png) repeat-x;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 20px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 41px;
    display: block;
    float: left;
    line-height: 41px;
    text-decoration: none;
    font: bold 13px Trebuchet MS;
    letter-spacing:1px;
}
div#menu a:hover, div#menu a:hover span { color: #fff; }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(images_menu/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(images_menu/item-pointer-mover.gif);
}

/* menu::level1 */
div#menu a {
    padding: 0 10px 0 10px;
    line-height: 30px;
    color: lime;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/
div#menu li { background: url(images_menu/main-delimiter.png) 98% 4px no-repeat; }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
    top: 38px;
    left: -999em;
    width: 185px;
    padding: 5px 0 0 0;
    background: rgb(20,22,20);
    margin-top:1px;
    text-align:left;
    box-shadow: 12px 12px 12px #aaa;
    

}
div#menu ul ul a {
    padding: 0 0 0 15px;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: lime;
	font-size:12px;
}

div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    padding-right: 20px;
    color: lime;
}
div#menu ul ul a:hover span {
    color: #fff;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 163px !important;
    margin-left:172px;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); }
div#menu ul ul ul ul { background: rgb(38,38,38); }
div#menu ul ul ul ul { background: rgb(35,35,35); }

/* lava lamp */
div#menu li.back {
    background: url(images_menu/lava.png) no-repeat right -44px !important;
    background-image: url(images_menu/lava.gif);
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: -1px 0 0 -5px;
}
div#menu li.back .left {
    background: url(images_menu/lava.png) no-repeat top left !important;
    background-image: url(images_menu/lava.gif);
    height: 44px;
    margin-right: 8px;
}


