/* TRANSMENU CSS FOR RHUK_PLANETFALL TEMPLATE*/

/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */

.transMenu {

	position:absolute;

	overflow:hidden;

	left:-1000px;

	top:-1000px;

	}
	
	
	
html>body .transMenu {

	*position:absolute;

	*overflow:hidden;

	*left:-1000px;

	*top:-1000px;

	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */

.transMenu .content {

	position:absolute;

	}
	
	
html>body .transMenu .content {

	*position:inherit;
	*left:0px;
	*right:0px;
	*margin-top:4px;
	

	}



/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */



.transMenu .items {

	position:relative;

	left:0px; top:0px;

	z-index:2;

	text-indent:5px;

	}
	
	
html>body .transMenu .items {

	*position:absolute;

	*left:0px; *top:0px;
	
	*z-index:2;

	*text-indent:5px;
	
	*border:1px solid #999999;

	}
	
	
	

.transMenu.top .items {

	border-top:none;
	

	}



/* each TR.item is one menu item */

.transMenu .item{

    font-size:11px;

    text-decoration:none;

	font-weight:bold;

    margin: 0px;

	display:block;

	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */

	cursor:pointer;

	border: 1px solid #CCCCCC;

	}
	
	
	
	
html>body .transMenu .item{

    *font-size:11px;
	
	*text-align:left;

    *text-decoration:none;

	*font-weight:bold;

    *margin:0px;

	*display:block;
	
	*border:1px solid #999999;

	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */

	*cursor:pointer;

	*border: 1px solid #CCCCCC;

	}	
	

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */

/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */

.transMenu .background {

	position:absolute;

	left:0px; top:0px;

	z-index:1;

	-moz-opacity:.9;

	filter:alpha(opacity=90);
	
	border:0px solid #666666;

	}



/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */

.transMenu .shadowRight {

	position:absolute;

	z-index:3;

	top:3px; width:1px;

	-moz-opacity:.8;

	filter:alpha(opacity=80);

	}



/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */

.transMenu .shadowBottom {

	position:absolute;

	z-index:1;

	left:3px; height:1px;

	-moz-opacity:.8;

	filter:alpha(opacity=80);

	}



/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */

.transMenu .item.hover {

background:#687a8b;

}

.transMenu .item.hover td { color:#fff; }

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */

.transMenu .item img {

	margin-left:10px;
	height:30px;
	width:40px;
	

	}

.transMenu .item#active {

	background:#f7f7f9;

	color:#000000;

	-moz-opacity:.5;

	filter:alpha(opacity=50);
	
	

	}

.transMenu .item#active.hover {

	color:#000000;

	background:#082641;
	

	}

.transMenu .item td{

	color:#000;

	font-weight:bold;
	
	
	
		

}



html>body .transMenu .item td{

	*color:#000;

	*font-weight:bold;
	
	*border-top:1px solid #999999;
	
	*border-bottom:1px solid #999999;

	
	
	
		

}




/* For first level menu.*/

#wrap {

   margin: 0px;

   padding: 0px;
   

}

#menu {

width:1001px; height:40px; display:block;  background-color:#082743; text-align:left; border-bottom:1px solid #909090; border-right:1px solid #909090; border-left:0px solid #909090; border-top:0px solid #909090; font-family:Verdana, Arial, Helvetica, sans-serif; color:#fff; font-size:13px; font-weight:bold; letter-spacing:0px; background-image:url(http://76.74.155.27/~oceandev/2008/img/template/btn-menu-blank.gif); background-repeat:no-repeat; overflow:hidden;



}

a.mainlevel-trans:link, a.mainlevel-trans:visited {  display:none; color:#0a2e4e; }

a.mainlevel-trans:hover {display:none; color:#0a2e4e;}

a.mainlevel_active-trans, a.mainlevel_active-trans:visited {display:none; color:#0a2e4e;}



a.mainlevel_active-trans:hover  {

 color:#fff;
  font-weight:bold;
display:none;

}

/* End added */

#menu1, #menu1 a{ background-image:url(http://76.74.155.27/~oceandev/2008/img/template/btn-home.gif); background-repeat:no-repeat; display:block; width:92px; height:37px; font-size:0px; background-repeat:no-repeat;     text-indent:-9009px; margin-left:4px;}

#menu5, #menu5 a{ background-image:url(http://76.74.155.27/~oceandev/2008/img/template/btn-swimsuitmodels.gif); background-repeat:no-repeat; display:block; width:153px; height:37px; font-size:0px; background-repeat:no-repeat;     text-indent:-9009px;}

#menu3, #menu3 a{ background-image:url(http://76.74.155.27/~oceandev/2008/img/template/btn-surfart.gif); background-repeat:no-repeat; display:block; width:97px; height:37px; font-size:0px; background-repeat:no-repeat;     text-indent:-9009px;}

#menu4, #menu4 a{ background-image:url(http://76.74.155.27/~oceandev/2008/img/template/btn-surfphotos.gif); background-repeat:no-repeat; display:block; width:127px; height:37px; font-size:0px; background-repeat:no-repeat;   text-indent:-9009px;}

#menu6, #menu6 a{ background-image:url(http://76.74.155.27/~oceandev/2008/img/template/btn-editorsdesk.gif); background-repeat:no-repeat; display:block; width:129px; height:37px; font-size:0px; background-repeat:no-repeat;    text-indent:-9009px;}


#menu35, #menu35 a{ background-image:url(http://76.74.155.27/~oceandev/2008/img/template/btn-newsfeeds.gif); background-repeat:no-repeat; display:block; width:115px; height:37px; font-size:0px; background-repeat:no-repeat;     text-indent:-9009px;}

#menu44, #menu44 a{ background-image:url(http://76.74.155.27/~oceandev/2008/img/template/btn-advertise.gif); background-repeat:no-repeat; display:block; width:103px; height:37px; font-size:0px; background-repeat:no-repeat;     text-indent:-9009px;}


#menu7, #menu7 a{ background-image:url(http://76.74.155.27/~oceandev/2008/img/template/btn-aboutus.gif); background-repeat:no-repeat; display:block; width:106px; height:37px; font-size:0px; background-repeat:no-repeat;   text-indent:-9009px;}

#menu8, #menu8 a{ background-image:url(http://76.74.155.27/~oceandev/2008/img/template/btn-contact.gif); background-repeat:no-repeat; display:block; width:72px; height:37px; font-size:0px; background-repeat:no-repeat;  text-indent:-9009px; margin-left:4px;}



