@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 1050px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header1 {
	background: #666 url(images/background_headertop.jpg) no-repeat bottom; 
	font: small bold Verdana, Arial, Helvetica, sans-serif;
	height: 63px;
	margin:0;
	/*padding: 0 10px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header1 a{
	text-decoration:none;
	color:#000;
}

.twoColFixLtHdr #header1 a:hover{
	text-decoration: underline;
}

.twoColFixLtHdr #header2 {
	background: #FFFFFF url(images/zemlogo.jpg) no-repeat left top; 
/*	height: 91px;*/
	height: 95px;
	width: 1050px;
	z-index:100;
	/*padding: 0 10px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
/*.menu a{ color:#003; text-decoration:none;}*/
ul.menu, li.menu, p.menu  {
	display:inline-block;
	list-style:none;
	font: bold smaller;
}
.twoColFixLtHdr #navcontainer {
	height:90px;
	float:right;
	padding:0;
	margin:0;
	padding: 0;
	list-style:none;
	width:100%;
	display: inline-block;
	text-align:center;
	font-size:smaller;
	z-index:102;
}
.twoColFixLtHdr #headspace { 
	background: #FFFFFF; 
	height: 61px;
	float:right;
	width:20px;
/*	clear:both;*/
	/*padding: 0 10px;   this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header2 h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color:#600;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 228px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px 15px 20px;/* top and bottom padding create visual space within this div  */
	margin-bottom: 10px;
}
.sidebar h2, .sidebar h3, .sidebar h4, .sidebar p, .sidebar li {
	padding:0;
	/* 	margin-left: 40px; the left and right margin should be given to every element that will be placed in the side columns */
/*	margin-right: 10px; */
	margin:0 10px 0 20px;
	font-size: 0.8em;
}
.sidebar object {
	padding:0;
/* 	margin-left: 40px; the left and right margin should be given to every element that will be placed in the side columns */
/*	margin-right: 10px; */
	margin:10px 0 10px 3px;
}

.sidebar h4 {
	color:#000;
	font:1.2em bold Verdana, Geneva, sans-serif;
	margin:0 10px 0 20px;
	}

.sidebar img {
	border:none;
}
.sidebar a {
	color: #039;
	text-decoration: none;
	font-weight:bold;
}
.sidebar a:hover {
	text-decoration:underline;
}
.sidebar h3 a {
	color:#fff;
}

.twoColFixLtHdr #sidebartop {
	width: 228px; /* since this element is floated, a width must be given */
	height: 31px;
	/*	display:block;*/
	background: #FFFFFF url(images/sidebartop.jpg) no-repeat top left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
	color: #ffffff;
	font-size:18px;
	line-height:26px;
}
.twoColFixLtHdr #sidebarledemid {
	width: 226px; /* since this element is floated, a width must be given */
/*	display:block;*/
/*	background: #FFFFFF url(images/sidebarledemid_back.jpg) repeat-y;  the background color will be displayed for the length of the content in the column, but no further */
	background: #DEF;
	border:1px solid #000;
	padding: 0px; /* top and bottom padding create visual space within this div  */
	color: #000000;
	font-size:1em;
}
.twoColFixLtHdr #sidebarledebot {
	width: 228px; /* since this element is floated, a width must be given */
/*	display:block;*/
	background: #FFFFFF url(images/sidebarlede_bottom.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* top and bottom padding create visual space within this div  */
	margin: 0;
}
.twoColFixLtHdr #sidebartail {
	clear:both;
	width: 228px; /* since this element is floated, a width must be given */
	/*	display:block;*/
	background: #FFFFFF url(images/sidebar_tail_middle.jpg) repeat-y; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* top and bottom padding create visual space within this div  */
	color: #000000;
	font-size:.8em;

}
.twoColFixLtHdr #sidebartailbot {
	width: 228px; /* since this element is floated, a width must be given */
/*	display:block;*/
	background: #FFFFFF url(images/sidebar_tail_bottom.jpg) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* top and bottom padding create visual space within this div  */
	margin-bottom: 15px;
}

/* .twoColFixLtHdr #sidebartop h3 {

}*/

/* Tips for mainContent:
1. The space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. Be aware it is possible to cause float drop (the dropping of the non-floated mainContent area below the sidebar) if an element wider than it can contain is placed within the mainContent div. WIth a hybrid layout (percentage-based overall width with em-based sidebar), it may not be possible to calculate the exact width available. If the user's text size is larger than average, you will have a wider sidebar div and thus, less room in the mainContent div. You should be aware of this limitation - especially if the client is adding content with Contribute.
3. In the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This may help avoid several IE-specific bugs.
*/
.twoColFixLtHdr #mainContent { 
	width: 726px;
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:#FFFFFF;
	z-index:1;
} 
.twoColFixLtHdr #mainbodtab_container {
	width: 726px;
	margin: 0 0 0 268px;
	background:#FFFFFF;
	float:left;
	padding:0;
	margin:0;
}
.twoColFixLtHdr #mainbodtabtop_container {
	height:34px;
	padding:10px 0 0 0;
	margin:0;
}
.twoColFixLtHdr #mainbodul {
	background:url(images/mainbod_ul.jpg) no-repeat bottom;
	height:34px;
	width:27px;
	float:left;
}
.twoColFixLtHdr #mainbod_titlebar {
	background:  url(images/mainbod_titlebar.jpg) repeat-x bottom;
	height:34px;
	width:672px;
	float:left;
	color:#ffffff;
	font-size:18px;
	line-height:26px;
}
.twoColFixLtHdr #mainbodur {
	background: url(images/mainbod_ur.jpg) no-repeat bottom;
	height:34px;
	width:27px;
	float: left;
}
.twoColFixLtHdr #mainbod_container {
	background: #ffffff;
	width:726px;
	color: #000000;
	font-size:.8em;
	text-align:left;
	margin:0;
	float: left;
}
.twoColFixLtHdr #mainbodside {
/*	background: #FFF url(../images/mainbod_side.jpg); */
	background: #000000;
	width: 1px;
	float:left;
}
.twoColFixLtHdr #mainbodtext {
	background: #ffffff;
	width:714px;
	float:left;
	padding: 5px;
	margin:0;
	border: 1px solid #000;
}
.twoColFixLtHdr #mainbodtextinterior {
	background: #FFF;
	width:420px;
	float:left;
	padding: 20px 10px;
	margin: 0px;
	border: none;
}
.twoColFixLtHdr #mainbodtextinterior a{
	color:#039;
	text-decoration:none;
	font-weight:bold;
}
.twoColFixLtHdr #mainbodtextinterior a:hover {
	text-decoration: underline;
}

.twoColFixLtHdr #mainbodtextintwide {
	background: #FFF;
	width:650px;
	float:left;
	padding: 10px;
	margin: 0px;
	border: none;
}

.bodtext h1, .bodtext h2, .bodtext h3, .bodtext h4{
	color: #600;
}
.twoColFixLtHdr #mainbodtextcallout {
	background: #CCF;
	width:225px;
	float:right;
	padding: 10px 5px;
	margin: 10px 5px;
	border: thin solid;
}
.twoColFixLtHdr #mainbodtextcallout li {
	padding-bottom: 8px;
}
.twoColFixLtHdr #mainbodtextcallout a {
	color:#039;
	text-decoration:none;
	font-weight:bold;
}
.twoColFixLtHdr #mainbodtextcallout a:hover {
	text-decoration:underline;
}


/* ............ FOOTER..............*/
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff; 
} 
.twoColFixLtHdr #footermenu_container { 
	padding: 0;
	width: 1050px;
	height:50px;
	text-align:center;
	margin: 0;/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.twoColFixLtHdr #footermenu_item{ 
	padding: 0;
	list-style:none;
	display: inline-block;
	text-align:center;
}
.twoColFixLtHdr #footermenu_item a{ 
	text-decoration: none;
	font-size:smaller;
	font-weight:bold;
}
.twoColFixLtHdr #footermenu_item a:hover{ 
	background: #FF0;
	text-decoration: underline;
}

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.required {
	color:#F00;
}
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.fltmid { /* this class can be used to float an element left in your page */
	float: none;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/* .......................... css dropdown menu styles for Main Menu..................... */
#prodnav {
    font-size:11px;
    font-family:arial,helvetica,sans-serif;
    font-weight:bold;
    width:auto;
    }
#prodnav, #prodnav ul {
    float:right;
    list-style:none;
    line-height:12px;
    padding:0;
    border:0;
    margin:0;
    width:92px;
	height:61px;
    }
#prodnav a {
    display:block;
	height:61px;
	width:92px;
    color:#237;
    text-decoration:none;
    padding:5px 0 0 0;
    }
#prodnav li {
	background:#fff url(images/navbar-housekeeping5.jpg) no-repeat;
	height:61px;
    float:right;
    padding:0;
	background-position:0px;
	}
#prodnav ul {
    position:absolute;
    left:-999em;
    width:92px;
    margin:0;
    border:0;
	height:auto;
    }
#prodnav li li {
    background:#237;
	height: 40px;
	width:91px;
    border-bottom:1px solid #666666;
    font-weight:bold;
    font-family:arial,helvetica,sans-serif;
	margin:0;
	padding:0;
    }
#prodnav li li a {
    padding:2px 0;
    width:91px;
    font-size:10px;
    color:#dddddd;
    }
#prodnav li ul ul {
    margin:-21px 0 0 100px;
    }
#prodnav li li:hover {
    background: #FC3;
    }
#prodnav li ul li:hover a, #prodnav li ul li li:hover a, #prodnav li ul li li li:hover a, #prodnav li ul li li li:hover a {
    color:#333;
    }
#prodnav li:hover a, #prodnav li.sfhover a {
    color:#333;
    }
#prodnav li:hover li a, #prodnav li li:hover li a, #prodnav li li li:hover li a, #prodnav li li li li:hover li a {
    color:#ddd;
    }
#prodnav li:hover ul ul, #prodnav li:hover ul ul ul, #prodnav li:hover ul ul ul ul, #prodnav li.sfhover ul ul, #prodnav li.sfhover ul ul ul, #prodnav li.sfhover ul ul ul ul {
    left:-999em;
    }
#prodnav li:hover ul, #prodnav li li:hover ul, #prodnav li li li:hover ul, #prodnav li li li li:hover ul, #prodnav li.sfhover ul, #prodnav li li.sfhover ul, #prodnav li li li.sfhover ul, #prodnav li li li li.sfhover ul {
    left:auto;
    background:#444444;
    }
#prodnav li:hover, #prodnav li.sfhover {
	background: #FFFFFF url(images/navbar-housekeeping5.jpg) no-repeat;
	background-position:-92px;
    }
	
#home_btn {
    font-size:11px;
    font-family:arial,helvetica,sans-serif;
    font-weight:bold;
    width:auto;
    }
#home_btn, #home_btn ul {
    float:right;
    list-style:none;
    line-height:12px;
    padding:0;
    border:0;
    margin:0 2px 0 0;
    width:92px;
	height:61px;
    }
#home_btn a {
    display:block;
	height:61px;
	width:92px;
    color:#237;
    text-decoration:none;
    padding:5px 0 0 0;
    }
#home_btn li {
	background:#fff url(images/navbar-housekeeping5.jpg) no-repeat;
	height:61px;
    float:right;
    padding:0;
	background-position:-1122px;
    }
#home_btn ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:92px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    }
#home_btn li li {
    background:#237;
	height: 26px;
	width:91px;
    border-bottom:1px solid #666666;
    font-weight:bold;
    font-family:arial,helvetica,sans-serif;
    }
#home_btn li li a {
    padding:4px 0;
    width:92px;
    font-size:12px;
    color:#dddddd;
    }
#home_btn li ul ul {
    margin:-21px 0 0 100px;
    }
#home_btn li li:hover {
    background: #fff;
    }
#home_btn li ul li:hover a, #home_btn li ul li li:hover a, #home_btn li ul li li li:hover a, #home_btn li ul li li li:hover a {
    color:#333;
    }
#home_btn li:hover a, #home_btn li.sfhover a {
    color:#333;
    }
#home_btn li:hover li a, #home_btn li li:hover li a, #home_btn li li li:hover li a, #home_btn li li li li:hover li a {
    color:#ddd;
    }
#home_btn li:hover ul ul, #home_btn li:hover ul ul ul, #home_btn li:hover ul ul ul ul, #home_btn li.sfhover ul ul, #home_btn li.sfhover ul ul ul, #home_btn li.sfhover ul ul ul ul {
    left:-999em;
    }
#home_btn li:hover ul, #home_btn li li:hover ul, #home_btn li li li:hover ul, #home_btn li li li li:hover ul, #home_btn li.sfhover ul, #home_btn li li.sfhover ul, #home_btn li li li.sfhover ul, #home_btn li li li li.sfhover ul {
    left:auto;
    background:#444444;
    }
#home_btn li:hover, #home_btn li.sfhover {
	background:#fff url(images/navbar-housekeeping5.jpg) no-repeat;
	background-position:-1215px;
    }
	
#contact_btn {
    font-size:11px;
    font-family:arial,helvetica,sans-serif;
    font-weight:bold;
    width:auto;
    }
#contact_btn, #contact_btn ul {
    float:right;
    list-style:none;
    line-height:12px;
    padding:0;
    border:0;
    margin:0;
    width:93px;
	height:61px;
    }
#contact_btn a {
    display:block;
	height:61px;
	width:93px;
    color:#237;
    text-decoration:none;
    padding:5px 0 0 0;
    }
#contact_btn li {
	background:#fff url(images/navbar-housekeeping5.jpg) no-repeat;
	height:61px;
    float:right;
    padding:0;
	background-position:-934px;
    }
#contact_btn ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:93px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    }
#contact_btn li li {
    background:#237;
	height: 26px;
	width:91px;
    border-bottom:1px solid #666666;
    font-weight:bold;
    font-family:arial,helvetica,sans-serif;
    }
#contact_btn li li a {
    padding:4px 0;
    width:93px;
    font-size:12px;
    color:#dddddd;
    }
#contact_btn li ul ul {
    margin:-21px 0 0 100px;
    }
#contact_btn li li:hover {
    background: #FC3;
    }
#contact_btn li ul li:hover a, #contact_btn li ul li li:hover a, #contact_btn li ul li li li:hover a, #contact_btn li ul li li li:hover a {
    color:#333;
    }
#contact_btn li:hover a, #contact_btn li.sfhover a {
    color:#333;
    }
#contact_btn li:hover li a, #contact_btn li li:hover li a, #contact_btn li li li:hover li a, #contact_btn li li li li:hover li a {
    color:#ddd;
    }
#contact_btn li:hover ul ul, #contact_btn li:hover ul ul ul, #contact_btn li:hover ul ul ul ul, #contact_btn li.sfhover ul ul, #contact_btn li.sfhover ul ul ul, #contact_btn li.sfhover ul ul ul ul {
    left:-999em;
}
#contact_btn li:hover ul, #contact_btn li li:hover ul, #contact_btn li li li:hover ul, #contact_btn li li li li:hover ul, #contact_btn li.sfhover ul, #contact_btn li li.sfhover ul, #contact_btn li li li.sfhover ul, #contact_btn li li li li.sfhover ul {
    left:auto;
    background:#444444;
}
#contact_btn li:hover, #contact_btn li.sfhover {
	background:#fff url(images/navbar-housekeeping5.jpg) no-repeat;
	background-position:-1028px;
}
#support_btn {
    font-size:11px;
    font-family:arial,helvetica,sans-serif;
    font-weight:bold;
    width:auto;
    }
#support_btn, #support_btn ul {
    float:right;
    list-style:none;
    line-height:12px;
    padding:0;
    border:0;
    margin:0;
    width:92px;
	height:61px;
    }
#support_btn a {
    display:block;
	height:61px;
	width:92px;
    color:#237;
    text-decoration:none;
    padding:5px 0 0 0;
    }
#support_btn li {
	background:#fff url(images/navbar-housekeeping5.jpg) no-repeat;
	height:61px;
    float:right;
    padding:0;
	background-position:-748px;
    }
#support_btn ul {
    position:absolute;
    left:-999em;
    height:auto;
    width:92px;
    font-weight:normal;
    margin:0;
    line-height:1;
    border:0;
    }
#support_btn li li {
    background:#237;
	height: 26px;
	width:91px;
    border-bottom:1px solid #666666;
    font-weight:bold;
    font-family:arial,helvetica,sans-serif;
    }
#support_btn li li a {
    padding:4px 0;
    width:90px;
    font-size:12px;
    color:#dddddd;
    }
#support_btn li ul ul {
    margin:-21px 0 0 100px;
    }
#support_btn li li:hover {
    background: #FC3;
    }
#support_btn li ul li:hover a, #support_btn li ul li li:hover a, #support_btn li ul li li li:hover a, #support_btn li ul li li li:hover a {
    color:#333;
    }
#support_btn li:hover a, #support_btn li.sfhover a {
    color:#333;
    }
#support_btn li:hover li a, #support_btn li li:hover li a, #support_btn li li li:hover li a, #support_btn li li li li:hover li a {
    color:#ddd;
    }
#support_btn li:hover ul ul, #support_btn li:hover ul ul ul, #support_btn li:hover ul ul ul ul, #support_btn li.sfhover ul ul, #support_btn li.sfhover ul ul ul, #support_btn li.sfhover ul ul ul ul {
    left:-999em;
}
#support_btn li:hover ul, #support_btn li li:hover ul, #support_btn li li li:hover ul, #support_btn li li li li:hover ul, #support_btn li.sfhover ul, #support_btn li li.sfhover ul, #support_btn li li li.sfhover ul, #support_btn li li li li.sfhover ul {
    left:auto;
    background:#444444;
}
#support_btn li:hover, #support_btn li.sfhover {
	background:#fff url(images/navbar-housekeeping5.jpg) no-repeat;
	background-position:-841px;
}
#news_btn {
    font-size:11px;
    font-family:arial,helvetica,sans-serif;
    font-weight:bold;
    width:auto;
    }
#news_btn, #news_btn ul {
    float:right;
    list-style:none;
    line-height:12px;
    padding:0;
    border:0;
    margin:0;
    width:92px;
	height:61px;
    }
#news_btn a {
    display:block;
	height:61px;
	width:92px;
    color:#237;
    text-decoration:none;
    padding:5px 0 0 0;
    }
#news_btn li {
	background:#fff url(images/navbar-housekeeping5.jpg) no-repeat;
	height:61px;
    float:right;
    padding:0;
	background-position:-561px;
    }
#news_btn ul {
    position:absolute;
    left:-999em;
    width:92px;
    margin:0;
    border:0;
	height:auto;
    }
#news_btn li li {
    background:#237;
	height: 26px;
	width:91px;
    border-bottom:1px solid #666666;
    font-weight:bold;
    font-family:arial,helvetica,sans-serif;
	margin:0;
	padding:0;
    }
#news_btn li li a {
padding:2px 0;
    width:91px;
    font-size:10px;
    color:#dddddd;
	}
#news_btn li ul ul {
    margin:-21px 0 0 100px;
    }
#news_btn li li:hover {
    background: #FC3;
    }
#news_btn li ul li:hover a, #news_btn li ul li li:hover a, #news_btn li ul li li li:hover a, #news_btn li ul li li li:hover a {
    color:#333;
    }
#news_btn li:hover a, #news_btn li.sfhover a {
    color:#333;
    }
#news_btn li:hover li a, #news_btn li li:hover li a, #news_btn li li li:hover li a, #news_btn li li li li:hover li a {
    color:#ddd;
    }
#news_btn li:hover ul ul, #news_btn li:hover ul ul ul, #news_btn li:hover ul ul ul ul, #news_btn li.sfhover ul ul, #news_btn li.sfhover ul ul ul, #news_btn li.sfhover ul ul ul ul {
    left:-999em;
}
#news_btn li:hover ul, #news_btn li li:hover ul, #news_btn li li li:hover ul, #news_btn li li li li:hover ul, #news_btn li.sfhover ul, #news_btn li li.sfhover ul, #news_btn li li li.sfhover ul, #news_btn li li li li.sfhover ul {
    left:auto;
    background:#444444;
}
#news_btn li:hover, #news_btn li.sfhover {
	background:#fff url(images/navbar-housekeeping5.jpg) no-repeat;
	background-position:-654px;
}

#company_btn {
    font-size:11px;
    font-family:arial,helvetica,sans-serif;
    font-weight:bold;
    width:auto;
    }
#company_btn, #company_btn ul {
    float:right;
    list-style:none;
    line-height:12px;
    padding:0;
    border:0;
    margin:0;
    width:92px;
	height:61px;
    }
#company_btn a {
    display:block;
	height:61px;
	width:92px;
    color:#237;
    text-decoration:none;
    padding:5px 0 0 0;
    }
#company_btn li {
	background:#fff url(images/navbar-housekeeping5.jpg) no-repeat;
	height:61px;
    float:right;
    padding:0;
	background-position:-374px;
    }
#company_btn ul {
    position:absolute;
    left:-999em;
    width:92px;
    margin:0;
    border:0;
	height:auto;
	}
#company_btn li li {
    background:#237;
	height:26px;
	width:91px;
    border-bottom:1px solid #666666;
    font-weight:bold;
    font-family:arial,helvetica,sans-serif;
	margin:0;
	padding:0;
    }
#company_btn li li a {
    padding:2px 0;
    width:91px;
    font-size:10px;
    color:#dddddd;
    }
#company_btn li ul ul {
    margin:-21px 0 0 100px;
    }
#company_btn li li:hover {
    background: #FC3;
    }
#company_btn li ul li:hover a, #company_btn li ul li li:hover a, #company_btn li ul li li li:hover a, #company_btn li ul li li li:hover a {
    color:#333;
    }
#company_btn li:hover a, #company_btn li.sfhover a {
    color:#333;
    }
#company_btn li:hover li a, #company_btn li li:hover li a, #company_btn li li li:hover li a, #company_btn li li li li:hover li a {
    color:#ddd;
    }
#company_btn li:hover ul ul, #company_btn li:hover ul ul ul, #company_btn li:hover ul ul ul ul, #company_btn li.sfhover ul ul, #company_btn li.sfhover ul ul ul, #company_btn li.sfhover ul ul ul ul {
    left:-999em;
}
#company_btn li:hover ul, #company_btn li li:hover ul, #company_btn li li li:hover ul, #company_btn li li li li:hover ul, #company_btn li.sfhover ul, #company_btn li li.sfhover ul, #company_btn li li li.sfhover ul, #company_btn li li li li.sfhover ul {
    left:auto;
    background:#444444;
}
#company_btn li:hover, #company_btn li.sfhover {
	background:#fff url(images/navbar-housekeeping5.jpg) no-repeat;
	background-position:-467px;
}

	
#apps_btn {
    font-size:11px;
    font-family:arial,helvetica,sans-serif;
    font-weight:bold;
    width:auto;
    }
#apps_btn, #apps_btn ul {
    float:right;
    list-style:none;
    line-height:12px;
    padding:0;
    border:0;
    margin:0;
    width:92px;
	height:61px;
    }
#apps_btn a {
    display:block;
	height:61px;
	width:92px;
    color:#237;
    text-decoration:none;
    padding:5px 0 0 0;
    }
#apps_btn li {
	background:#fff url(images/navbar-housekeeping5.jpg) no-repeat;
	height:61px;
    float:right;
    padding:0;
	background-position:-187px;
	}
#apps_btn ul {
    position:absolute;
    left:-999em;
    width:92px;
    margin:0;
    border:0;
	height:auto;
    }
#apps_btn li li {
    background:#237;
	height: 26px;
	width:91px;
    border-bottom:1px solid #666666;
    font-weight:bold;
    font-family:arial,helvetica,sans-serif;
    }
#apps_btn li li a {
    padding:2px 0;
    width:91px;
    font-size:10px;
    color:#dddddd;
    }
#apps_btn li ul ul {
    margin:-21px 0 0 100px;
    }
#apps_btn li li:hover {
    background: #FC3;
    }
#apps_btn li ul li:hover a, #apps_btn li ul li li:hover a, #apps_btn li ul li li li:hover a, #apps_btn li ul li li li:hover a {
    color:#333;
    }
#apps_btn li:hover a, #apps_btn li.sfhover a {
    color:#333;
    }
#apps_btn li:hover li a, #apps_btn li li:hover li a, #apps_btn li li li:hover li a, #apps_btn li li li li:hover li a {
    color:#ddd;
    }
#apps_btn li:hover ul ul, #apps_btn li:hover ul ul ul, #apps_btn li:hover ul ul ul ul, #apps_btn li.sfhover ul ul, #apps_btn li.sfhover ul ul ul, #apps_btn li.sfhover ul ul ul ul {
    left:-999em;
    }
#apps_btn li:hover ul, #apps_btn li li:hover ul, #apps_btn li li li:hover ul, #apps_btn li li li li:hover ul, #apps_btn li.sfhover ul, #apps_btn li li.sfhover ul, #apps_btn li li li.sfhover ul, #apps_btn li li li li.sfhover ul {
    left:auto;
    background:#444444;
    }
#apps_btn li:hover, #apps_btn li.sfhover {
	background: #FFFFFF url(images/navbar-housekeeping5.jpg) no-repeat;
	background-position:-280px;
    }
	
