@charset "utf-8";
/* CSS Document */
body {
	margin-top: 2px;
	margin-bottom:10px; 
	background:#000 url(images/body_bg.jpg) repeat-x;
}
.header{
	width:780px;
	height:280px;
	background:url(header/vega-septic-header02.png) no-repeat;
}
.header_swf{
		width:780px;
		height:280px;
}
/*********************** CONTENT & STUFF ***********************/
.content{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	padding:10px 10px;
}
.leftcontent{
	width:245px;
}
h1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	font-weight:bold;
	line-height:14px;
}
h2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	line-height:14px;
}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#000;
	line-height:14px;
	text-decoration:underline;
}
.bottom_links{
	vertical-align:middle;
	text-align:center;
}
a, a:active, a:link, a:visited{
	color:#245882;
	font-weight:bold;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
#content_link a, #content_link a:active, #content_link a:link, #content_link a:visited{
	color:#245882;
	font-weight:bold;
	text-decoration:underline;
	font-size:16px;
}
#content_link a:hover{
	text-decoration:none;
}
/*********************** OTHER MENU STUFF ***********************/
.menu_left{
	width:15px;
	height:60px;
	background:url(images/menu_left.jpg) no-repeat;
}
.menu_right{
	width:15px;
	height:60px;
	background:url(images/menu_right.jpg) no-repeat;
}
/*********************** MENU STARTS ***********************/
.menu {
float:left; width:700px; font-family: verdana, arial, sans-serif; font-size:11px; color:#fff; background:url(images/menu_bg.jpg) no-repeat; height:60px;
}
.menu ul {
padding:0;margin:0;list-style-type:none;
}
.menu ul li {
	float:left;
	position:relative;
	list-style-type:none;
	line-height:14px;
}
.menu ul li.CurrentItem{
	background:url(images/menu_sel.png) no-repeat;
}
.menu ul li a, .menu ul li a:visited {
float:none; display:block; text-decoration:none; text-align:center; color:#fff; padding:0px 17px; line-height:49px; height:60x; font-weight:bold;
}

.menu ul li:hover {width:auto;}

.menu ul li a:hover {background:url(images/menu_hover.png) repeat-x; color:#fff;}

.menu ul li:hover a {background:url(images/menu_hover.png) repeat-x; color:#fff;}

.menu ul li ul {
display: none;
}
.menu table {
margin:0; border-collapse:collapse; font-size:11px; position:absolute; top:0; left:0;
}

/* specific to non IE browsers */
.menu ul li:hover ul {
display:block; position:absolute;top:29px; background:#b1b1b1; margin-top:16px; margin-left:6px; left:0; width:127px;
}

.menu ul li:hover ul.scroller {
height:138px; width:172px; overflow:auto;}

.menu ul li:hover ul.endstop {
left:-90px;
}
.menu ul li:hover ul li ul {
display: none;
}
.menu ul li:hover ul li a {
display:block; background:#397eb7; color:#fff; height:auto; line-height:15px; padding:4px 14px 4px 12px; width:127px; border:1px solid #A6C9E5; text-align:left;
}
.menu ul li:hover ul li a.drop {
background:#B6B0A4; 
}
.menu ul li:hover ul li a:hover {
color:#fff; background: #164871;
}
.menu ul li:hover ul li a:hover.drop {
background: #888; color:#ff0;
}
.menu ul li:hover ul li:hover ul {
display:block; position:absolute; left:153px; top:-70px; color:#000; left:152px; height:138px; width:172px; overflow:auto; background:#B1B1B1;
}
.menu ul li:hover ul li:hover ul li a {background:#888;}
.menu ul li:hover ul li:hover ul li.group {width:152px; padding:5px 0;}

.menu ul li:hover ul li:hover ul.left {
left:-172px;
}
.menu ul li:hover ul li:hover ul li a:hover {background:#ff0; color:#fff;}

/* specific to IE5.5 and IE6 browsers */
.menu ul li a:hover ul {
display:block;position:absolute;top:30px; t\op:29px; background:#aaa;left:0; marg\in-top:1px;
}
.menu ul li a:hover ul.scroller {
height:138px; overflow:auto;}

.menu ul li a:hover ul.endstop {
left: -90px;
}
.menu ul li a:hover ul li a {
display:block; color:#fff; height:1px; line-height:15px; padding:4px 16px; width:152px; w\idth:120px;
}
.menu ul li a:hover ul li a.drop {
background:#888; padding-bottom:5px;
}
/********************* END MENU *********************/
.SkinObject{
	color:#fff;
	font-weight:bold;
}
a.SkinObject,a.SkinObject:link, a.SkinObject:active, a.SkinObject:visited{
	color:#fff;
	font-weight:bold;
}
a.SkinObject:hover{
	text-decoration:underline;
	font-weight:bold;
}