@charset "utf-8";

.btmenu_corporate {
	background-image: url(images/bg_btmenu_corporate.gif);
	font-weight: bold;
	color: #ffffff;
}

.btmenu_aviation {
	background-image: url(images/bg_btmenu_aviation.gif);
	font-weight: bold;
	color: #ffffff;
}

.btmenu_offshore {
	background-image: url(images/bg_btmenu_offshore.gif);
	font-weight: bold;
	color: #ffffff;
}

.btmenu_xproof {
	background-image: url(images/bg_btmenu_xproof.gif);
	font-weight: bold;
	color: #ffffff;
}

.btmenu_sea {
	background-image: url(images/bg_btmenu_sea.gif);
	font-weight: bold;
	color: #ffffff;
}
.btmenu_inactive {
	/* background-image: url(images/bg_btmenu_inactive.gif); */
}

a.btmenu_inactive_a {
  color: #000000;
  text-decoration: none;
}

a.btmenu_inactive_a:hover {

  text-decoration: underline;
}

a.btmenu_active_a {
  color: #FFFFFF;
  text-decoration: none;
}

a.btmenu_active_a:hover {

  text-decoration: underline;
}

a.product_a {
  color: #000000;
  text-decoration: none;
  text-decoration: underline;
}

ul{
    margin: 10px auto;
	padding-left: 12px;
}

li {
	list-style-position: inside;
	list-style-type: disk;
	text-indent: 0px;
	margin-left: 10px;
}

.outside_bullet {
	list-style-position: outside;
	list-style-type: square;
}

.activity_table {
	border-spacing: 0px;
	margin: 0px;
	padding: 0px;
	width: 550px;
	border: 1px;
}

.activity_table_tr {

}

.activity_table_td {
	padding: 2px;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #7e7565;
	border-right-color: #7e7565;
	border-bottom-color: #7e7565;
	border-left-color: #7e7565;

}

.activity_table_td_lft {
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #7e7565;
	border-right-color: #7e7565;
	border-bottom-color: #7e7565;
	border-left-color: #7e7565;
}

.activity_table_td_rgt {
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #7e7565;
	border-right-color: #7e7565;
	border-bottom-color: #7e7565;
	border-left-color: #7e7565;
}

.buttonAsLink{
	font-family:       Verdana;
	font-size:         10px;
	color:             #000000;
	background-color:  transparent;
	font-weight:       normal;
	padding:           0px 0;
	border-width:      0;
	cursor:            pointer;
	text-align: left;
	}

.images_td{
	text-align: center;
	vertical-align: middle;
}
.gallery_td{
	text-align: center;
	vertical-align: middle;
	background-color: #999999;
}

.pqs_result {
	background-color: #ffffff;
	border: 1px solid #d7d7d7;
}

.news_image {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 5px;
}



/*


.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*Top level list items
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

/*Top level menu link items style
.horizontalcssmenu ul li a{
	display: block;
	width: 60px; /*Width of top level menu link items
	padding: 2px 8px;
	text-decoration: none;
	color: #4c4b3c;
	font: bold 13px Verdana;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 2px;
	border-right-color: #a4c400;
	text-align: center;
	
}
	
/*Sub level menu
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border:none;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items
.horizontalcssmenu ul li ul li{
	position: relative;
	display: inline;
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/* Sub level menu links style 
.horizontalcssmenu ul li ul li a{
	width: 60px; /*width of sub menu levels
	font-weight: normal;
	padding: 2px 8px;
	background: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.horizontalcssmenu ul li a:hover{
	display: block;
	width: 60px; /*Width of top level menu link items
	padding: 2px 8px;
	text-decoration: none;
	color: #4c4b3c;
	font: bold 13px Verdana;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-width: 2px;
	border-right-color: #a4c400;
}

.horizontalcssmenu ul li ul li a:hover{
	background: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.horizontalcssmenu .arrowdiv{
	position: absolute;
	right: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE
padding-top: 1em;
}
	
/* Holly Hack for IE \
* html .horizontalcssmenu ul li {
	float: left;
	height: 1%;
}
* html .horizontalcssmenu ul li a {
	height: 1%;
}
/*
