BODY{
	font-family: Arial, Helvetica, sans-serif;
	color: #064F83;
	font-size: 12px;
}
.menu{
	font-family: Arial;
	font-size: 10px;
	font-weight: bolder;
	color :  #2C0480;
	}

.menu:hover{
	text-decoration: none;
	font-size: 11px;
	font-weight: bolder;
	color :  #8DB615;
	font-family: Arial;
	}

a.menu{
	text-decoration: none;
	font-size: 11px;
	font-weight: bolder;
	color :  #ffffff;
	font-family: Arial;
}
.menus{
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	color : #ffffff;
	text-align: center;
}
.submenu:hover{
	font-family: Tahoma;
	font-size: 11px;
	color : Black;
	font-weight: bolder;
	text-align: right;
	text-decoration: none;
}
.submenus{
	font-family: Tahoma;
	font-size: 11px;
	color : #ffffff;
	font-weight: bolder;
	text-align: right;
	text-decoration: none;
}
a.submenu{
	font-family: Tahoma;
	font-size: 11px;
	color : Black;
	text-align: right;
	font-weight: bolder;
	text-decoration: none;
}
H1{
	font-family: Tahoma;
	font-size: 15px;
	color : RED;
	text-decoration: none;
	margin: 3px;
}
H2{
	font-family: Tahoma;
	font-size: 13px;
	color : #015F35;
	text-align: right;
	text-decoration: none;
	margin: 3px;
}
H3{
	font-family: Tahoma;
	font-size: 11px;
	color : #012C61;
	text-align: right;
	text-decoration: none;
	margin: 3px;
	
}
p{
	margin: 0px;
}
input.ck1{
	width:1.9em;
	height:1.9em;
	padding:0px;
}

input.inp,font.inp,select.inp{
font-size:13;background-color:#ffffff;border-width:0px;font-family:Arial;color:#064F83;font-weight:bold;;
}

/* start CSS for the admin editor */
/* Default font */
.text_01{					
	font-family: Tahoma;
	font-size: 12px;
	color : #064F83;
}
.text_01 TD { 					
	font-family: Tahoma;
	font-size: 12px;
	color : #064F83;
	vertical-align: top;
}
A.text_01{
	color : #064F83;
	text-decoration: underline;
}
A.text_01:HOVER{	
	background-color: #f0f0ff;
}
/* text_02 */
.text_02{						
	font-family: Tahoma;
	font-size: 12px;
	color : #006600;
}

A.text_02{
	color : #3366cc;
	text-decoration: none;
}
A.text_02:HOVER{				
	text-decoration: underline;
}
/* text_03 */
.text_03{						
	font-family: Tahoma;
	font-size: 12px;
	color : #595959;
}

A.text_03{
	color : #000000;
	text-decoration: none;
}
A.text_03:HOVER{				
	text-decoration: none;
}
/*	text_04 title 1 */
.text_04{						
	font-family: Tahoma;
	font-size: 15px;
	color : RED;
}
/*	text_05 title 2 */
.text_05{						
	font-family: Tahoma;
	font-size: 13px;
	color : #015F35;
}




/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0px;
 padding: 0px;
 list-style: none;
 float: left;  
}

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 22px; 
 left: 0px;
 /*width: 100px;*/
 float: right;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 /*left: -100px;*/
 /*width: 105px;*/
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: right;
 position: relative;
 /*background: #D8E5F8;*/
 margin-right: -1px;
 text-align: right;
 border-left: 1px solid #FFFFFF;
 border-right: 1px solid #FFFFFF;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0px;
 margin-bottom: -1px;
 border: 1px 0px;
 border-top: 1px solid #ffffff;
 border-bottom: 1px solid #ffffff;
 background-color: #D7F4C9;
 color : Black;

}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}
/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px 8px;
 color: #ffffff;
 text-decoration:  none; 
 font-weight: bold;
 font-size: 11px;
 font-family: Arial;
}
.link1 a{
 display: block;
 padding: 3px;
 color: #000000;
 font-weight: 400;
 text-decoration:  none;  
 font-size: 11px;
 font-family: Arial;
}
.link1 a:hover, .link1 a:focus { 
 font-weight: bold;
 color: #000000;
}
/* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #8DB615;
}
/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 padding-top: 3px;
 padding-left: 1px;
 float: right;
 font-weight: bold;
 font-size: 12px;
 font-family: Arial;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: right;
}
.menulist ul a {
 float: none;

}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist  ul li {
 float: right;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

#sub1 { left: -65px; width: 100px; }
#sub2 { left: -25px; width: 100px }
#sub3 { left: -48px; width: 100px; }
#sub4 { left: -50px; width: 100px; }

.rightMenu  A{
	position:relative;
	width:117px;
	height:20px;
	border:1px solid #FFF;
	font-size:12px;
	background:#d7f4c9;
	color:#444;
	margin:0px;
	text-align:right;
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding-right:3px;


}
.rightMenu  A:HOVER{ text-decoration:underline}
.rightMenu  A.selected{
	background:#99cc99;
	color:#FFFFFF;	

}

















