@charset "UTF-8";
/* CSS Document */


body {color: #000000;
	font-family: Georgia, Garamond, Times Roman, Times, serif;
	font-size: 15px;
	margin: 20px;
	text-align: justify;
} 


a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003399;
}
a:hover {
	text-decoration: none;
	color: #996666;
}
a:active {
	text-decoration: none;
}


.Style11 {color: #000000;
	font-family: Georgia, Garamond, Times Roman, Times, serif;
	font-size: 12px;
}


.Style2 {color: #663300;
	font-family: Georgia, Garamond, Times Roman, Times, serif;
	font-weight: bold;
	font-size: 14px;
}

.Style21 {color: #663300;
	font-family: Georgia, Garamond, Times Roman, Times, serif;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;
}

.Style26 {color: #663300;
    font-family: Georgia, Garamond, Times Roman, Times, serif;
	font-weight: bold;
	font-size: 18px;
}

.Style31 {
	color: #003399;
	font-family: Georgia, Garamond, Times Roman, Times, serif;
	font-size: 12px;
	font-weight: bold;
}

.Style32 {color: #003399;
    font-family: Georgia, Garamond, Times Roman, Times, serif;
	font-size: 14px;
	font-weight: bold;
}

.Style35 {color: #003399;
    font-family: Georgia, Garamond, Times Roman, Times, serif;
	font-size: 10px;
	font-style: italic;
}


/* Menu 1 column */

.menu_1 {	
	vertical-align: top; 
	width: 200px;
	background-repeat : no-repeat;
	padding-top: 10px;
	font-family: Georgia, Times New Roman, Times, serif;
}
	

/*  MENU 1, level 1, normal state (NO) */

.menu1-level1-no {
  border-bottom: 1px dotted #999999;
  font-size: 14px;
  padding-top:5px;
}

/*  MENU 1, level 1, active state (ACT) */

.menu1-level1-act {
  border-bottom: 1px solid #999999;
  font-weight:bold;
  font-size: 14px;
  padding-top:5px;
  color:black;
}

/*  MENU 1, level 2, normal state (NO) */

.menu1-level2-no {
  font-size: 12px;
}


/*  MENU 1, level 2, active state (ACT) */

.menu1-level2-act {
  font-size: 12px;
  font-weight:bold;
}


/********************************************/
/********Horizontal Menu Styles ***********/
/********************************************/ 
/*
 *		Horizontal, top-2-bottom menu
 *		Copyright Aleksandar Vacic, www.aplus.co.yu, some rights reserved http://creativecommons.org/licenses/by-sa/2.0/
 */
 
/**************gradient_ba******************/

#menu-wrapper {/*for ie6*/
	margin: 0;
	width: 168px;
	background-color:#F4C18B;
}

/*		------	Basic style	------		*/

#menu {
	margin: 0;
	padding: 0;
	display: block;
	background: url(IMG/nav_bg.gif);
	width: 168px;
}

#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
}

*+html #menu ul { min-height: 1px; }/*hack for ie7*/

#menu li {
	margin: 0 0 0 -6px;
	padding: 0;
	border: 0;
	display: block;
	position: relative;
	z-index: 9;
}


#menu a {
	display: block;
}

#menu li li {
	width: 100%;
	z-index: 10;
}

/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menu li li ul {
	top: 0;
	right: 0;
}

/* ...and then place it where it should be when shown */
#menu li li:hover ul {
	left: 160px;
}

/* initialy hide all sub menus */
#menu li ul {
	display: none;
	position: absolute;
	z-index: 8;
}

/* display them on hover */
#menu li:hover>ul {
	display: block;
	top: 8px;
	right: -154px;
}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/*		------   Make-up	--------			*/

#menu {
	font-size: 90%;
	font-weight: bold;
}

#menu:after{
	content: '.';
	display: block;
	height: 1px;
	line-height: 1px;
	clear: both;
	visibility: hidden;
} 

#menu li li {
	width: 160px;
}

#menu li a {
	text-decoration: none;
	text-align: left;
	color: #993333;
	background: url(IMG/arrow.gif) no-repeat 20px center;
	padding: 10px 10px 10px 40px;
	margin: 0;
	list-style-type: none;
	list-style: none;
}

#menu li a:hover,
#menu li ul li a:hover,
#menu li:hover>a,
#menu li li:hover>a {
	color: #300;
}

#menu li li a {
	text-transform: none;
	text-decoration: none;
	color: #993333;
	background: url(IMG/nav_bg.gif);
	padding: 10px 12px;
	margin: 0;
}

#menu li ul {
	width: 160px;
	padding:0 0 0 5px;
	margin:0;
	text-align:center;
	border-left:0;
	border-right:2px solid #A78836;
	border-top:2px solid #A78836;
	border-bottom:1px solid #ccc;
	/*background:#fdf8f4;*/
	background: url(IMG/nav_bg.gif);
}


#menu li li.submenu>a:after {
	content: "";
}

.navigationbtm {
	width:168px;
	background-image:url(IMG/nav_btm.jpg);
	background-repeat:no-repeat;
	height:2px;
	margin-top:0px;
}

/********************************/
