/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
background: #000000 url(images/bgdasar.gif) repeat-x;
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
padding:0;
margin:0;
}
a {color: #333333}
a:visited {color:#669999;}
a:hover {color: #00CCCC;}
a:active { color:#000000;}

/* ----------container to center the layout-------------- */
#container {
	width: 900px;
	height: 152px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

/* ----------banner for logo-------------- */
#banner {
background: url(images/header_atas.gif) no-repeat;
width: 900px;
height: 156px;
text-align: right;
padding: 0px;
margin: 0px;
}
/*------------------banner atas----------------*/
#upbanner {
background: url(images/up-content-big.gif) no-repeat;
width: 900px;
height: 52px;
float: left;
}
#search
	{
	width:700px;
	height:22px;
	float:left;
	margin:0px;
	margin-left: 47px;
	margin-right: 10px;
	margin-top: 15px;
	padding: 2px;
	}
.searchinput{
		width:139px;
		height:17px;
		float:left;
		margin:0px;
		padding:5px 0 0 10px;
		font-family:Arial;
		font-size:10px;
		color:#000;
}
/* -----------------content--------------------- */
#content {
background: url(images/bg-content-big.gif) repeat-y;
width: 900px;
float: left;
}
/*------------------banner bawah----------------*/
#bottombanner {
background: url(images/down-content-big.gif) no-repeat;
width: 900px;
height: 52px;
float: left;
}
/* --------------left navi------------- */
#left {
float: left;
width: 200px;
margin: 0;
padding: 0;
}
#right {
float: right;
width: 200px;
margin: 0;
padding: 0;
}

/* -----------footer--------------------------- */
#footer {
	background: url(images/fotterbg.gif) no-repeat;
	clear: both;
	height: 80px;
	margin: 0;
	padding: 0;
	text-align: right;
	background-color: #000000;
}
/* -----------scroolmenu--------------------------- */
.jqueryslidemenu{
	font: Bold 12px Verdana;
	background: none;
	width: 780px;
	margin-top: 120px;
	margin-left: 25px;
	padding-left: 52px;
	float: left;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0px 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: none; /*background of tabs (default state)*/
color: white;
padding: 5px 5px;
border-right: 1px solid #B5E2FE;
border-left: 1px solid #B5E2FE;
color: #006699;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #333333;
}

.jqueryslidemenu ul li a:hover{
background: url(images/chromebg2-over.gif) center center repeat-x; /*tab link background during hover state*/
color: #FF3300;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background-color: #CCCCCC;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 10px Verdana;
width: 200px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

