@charset "utf-8";
/* CSS Document */

body{ margin:0px;}
.govde{ margin:auto;}
.ust{ background-image:url(images/ict-shipyard-web-page4_01.jpg); background-position:center; background-color:#0B0C0E; background-repeat:no-repeat; height:169px;}
.menu{ width:980px; height:75px; margin:auto;}

#sub-tab{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
}	

#maintab{

padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
font: bold 16px Verdana;
list-style-type: none;
}

#maintab li{
display: inline;
margin: 0;
}

#maintab li a{
text-decoration: none;
padding: 3px 10px;
margin-right:15px;
border: 1px solid #73717d;
color: black;
background: white;
}

#maintab li a:hover{
background: #dcdddf;
}
#maintab li a:active{
background: #dcdddf;
}

#maintab li.selected a{ /*selected main tab style */
	background-color: #dcdddf;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #73717d;
	border-right-color: #73717d;
	border-bottom-color: #73717d;
	border-left-color: #73717d;
}


.popup .items {
	display: none;
	text-decoration: none;
}

.popup:hover > .items {
	display: inline;
	font-size: 80%;
	background-color: white;
	position: fixed;
	z-index: 25;
	margin-top: 22px;
	margin-left: -140px;
}

.popup .items a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

.popup .items a:hover {
	text-decoration: none;
	background-color: #DCDDDF;
}
.popup .items .sub-items{
	display: none;
	text-decoration: none;
}

.popup .items .sub-items a{
	text-decoration: none;
	color: black;
	font-weight: bold;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
}

.items:hover > .sub-items {
	display: inline;
	font-size: 80%;
	background-color: white;
	position: fixed;
	z-index: 26;
	margin-top: 22px;
	margin-left: -140px;
}



#popup-menu{
	position:fixed; height:50px; width:980px
}
#popup-menu div{
	position:absolute; 
	left:332px;  
	width:144px;
	border-bottom-color:#000000; 
	border-bottom-style:solid; 
	border-bottom-width:1px;  
	border-left-color:#000000; 
	border-left-style:solid; 
	border-left-width:1px;  
	border-right-color:#000000; 
	border-right-style:solid; 
	border-right-width:1px;
	z-index:17; 
}
#popup-menu div span a{
	margin: 0px 4px;
	text-decoration: none;
	color: black;
	font-weight: bold;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
.pasive{
	display:none;
}

