@charset "utf-8";


/* =-=-=-=-=-=-=Menu right=-=-=-=-=-=-=- */
body {
	margin: 0;
	padding: 0;
	text-align: justify;
}	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#menu {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #064e5d;                         /*   change border of whole menu right */ 
	border-size: 1px;
	border-width: 1px;
	margin: 0px;
	}
#menu li {
	margin-right: 2px;
	margin-left: 2px;
	background-color:#b4ebf6;
	height:30px;
}
#menu li {
	margin-right: 2px;
	margin-left: 2px;
	background-color:#b4ebf6;
	height:30px;
}
#menu label {
	color: #000000;
	display: block;
	padding: 5px 4 0 10px;
	color:#666;
	}

	
#menu li a {
	height: 32px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #000000;
	display: block;
	background: url(images/index/menuright.gif);
	padding: 8px 4 0 10px;
	}
	
#menu li a:hover {
	color: #aa0621;           /*    change onmouse font of menu*/ 
	background: url(images/index/menuright.gif) 0 -32px;
	padding: 8px 4 0 10px;
	}
	
#menu li a:active {
	color: #000000;
	background: url(images/index/menuright.gif) 0 -64px;
	padding: 8px 4 0 10px;
	}
	


.bgmenuright{
	background-color:#064e5d;          
	height:3px;
	/*background-image:url(images/index/pixelmenu.jpg); */
	background-repeat:no-repeat;
	}

.fontmenu {
	font-size: 12px;
	font-family: Tahoma;
}

	
/* =-=-=-=-=-=-=////Menu right=-=-=-=-=-=-=- */
	


/* =-=-=-=-=-=-=Menu right SUB=-=-=-=-=-=-=- */
#menu_right_sub li , #menu_right_sub a {
	font-size: 12px;
	font-family: Tahoma;
}
	
#menu_right_sub ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 190px; /* Width of Menu Items */
	border-bottom: 1px solid #ffffff;  /* change border color */
	text-align:right;
	direction:rtl;
	float:right;
	background-color:#b7e1e2;  /* change background color */
}
	
#menu_right_sub ul li{
position: relative;
line-height:30px;
background-color:#b7e1e2;   /* change background color */
}
	
/*Sub level menu items */
#menu_right_sub ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
#menu_right_sub ul li a{
display: block;
/*overflow: auto; /*force hasLayout in IE7 */
color: black;
text-decoration: none;
background: #fff;
padding: 1px 5px;
border: 1px solid #ffffff;  /* change border color */
border-bottom: 0;
line-height:30px;
background-color:#b7e1e2;  /* change background color */
}


#menu_right_sub ul li a:visited{
color: black;
line-height:30px;
}

#menu_right_sub ul li a:hover{
	color: #0a325b;
	text-decoration:none;
	background-color:#e1fbfc;  /*  change color onmouse over  */
	line-height:30px;
}

#menu_right_sub .subfolderstyle{
background: url(images/menu/arrow2.gif) no-repeat center left;
}


.submenuhigh {
	width: 280px; /*sub menu width*/
}

.menuhigh {
	line-height:100px;   /*menu hieght*/
}





	
/* Holly Hack for IE \*/
* html #menu_right_sub ul li { float: right; height: 1%; }
* html #menu_right_sub ul li a { height: 1%; }
/* End */


/* =-=-=-=-=-=-=////////Menu right SUB=-=-=-=-=-=-=- */







/* =-=-=-=-=-=-=center=-=-=-=-=-=-=- */

a    {color:	#000000; text-decoration:none;}
a:link { color: #000000; text-decoration: none; }
a:visited {text-decoration: none; }
a:hover {
	/*border-Bottom: 1px solid #14bc3b;*/
	 color: #c71002; text-decoration:underline; 
 }


.manategh {
	font-family: Tahoma;
	font-size: 11px;
	text-align:justify;
	padding-right: 10px;
	padding-left: 10px;
	background-color:#F2F9E6;
	color:#4c7b49;
	line-height:15px;
}

.manategh a {
	font-family: Tahoma;
	font-size: 11px;
	color:#6a4340;
}

.footer {
	font-family: Tahoma;
	font-size: 12px;
	text-align:center;
	color:#4c7b49;
	direction:ltr;
}

.title {
	font-family: Tahoma;
	font-size: 12px;
	text-align:center;
	color:#cc0000;
	line-height:20px;
}

/* =-=-=-=-=-=-=//////center=-=-=-=-=-=-=- */









