/**/

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding-left:10px;
width: 190px; /*WIDTH OF MAIN MENU ITEMS*/
background-color:#000000l;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{

font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 170px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 1px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;

}

.glossymenu li a:hover{
background-color:#000000;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

/**/

.btnExample {
  color: #FFFFFF;
  background-color:#999999;
  font-weight: bold;
  border: 1px solid Black;
  font-family: Arial;
  text-align:center;
  width:115px;
}
 
.btnExample:hover {
  color: #666666;
  background-color:#CCCCCC;
}
/*
Horizontal menu
*/

#horizontal {
font-family: Arial;
font-size: 100%;
width: 960px;
margin: 0px;
}


#horizontal ul {
list-style-type:none;
margin: 0px;
padding: 0px;
border: none;
}
#horizontal ul li {
margin: 0px;
padding: 0px;
display:inline;
text-decoration:none;
}
#horizontal ul li a {
font-size: 60%;
padding: 10px 0px 2px 2px;
text-decoration: underline;
color:#FFFFFF

}



/*====================================================================*/

/*
Vertical menu
*/

#vertmenu {
font-family: Arial;
font-size: 100%;
width: 200px;
padding-top:25px;
padding-left:10px;
margin: 0px;
}

#vertmenu h1 {
display: block; 
font-size: 90%; 
padding: 3px 0 5px 3px;
text-align:center;
color: #FFFFFF;
margin: 0px;
width:159px;
}

#vertmenu label {
display: block; 
font-size: 80%; 
color: #FFFFFF;
margin: 0px;

}


#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 80%;
display: block;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #FFFFFF;
width:200px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}

/*====================================================================*/

#footer{

	font-family:Arial;
	font-size:10px;
}
#footer a{
	text-decoration:none;
	color: #FFFFFF;
}
#footer a:hover, #footer a:focus {
text-decoration:underline;
}

#mymenu2bg{
	background-image:url(../images/menu2.png);
	background-repeat:no-repeat;
	width:220px;
	height:100px;
	
}

#mymenu2bg h1{
	font-family:Arial;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	font-size:14px;
}
#mymenubg{
	background-image:url(../images/menu1.png);
	background-repeat:no-repeat;
	width:230px;
	height:466px;

}
#mymainright{
	float:right;

	margin-right: 0px;
}
#mymainleft{
	float:left;
	display:inline;
}
#mySlideshow
{
	width: 700px;
	height: 466px;
	z-index:5;
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
}

* html .jdSlideshow a.right, * html .jdSlideshow a.left
{
	filter:alpha(opacity=50);
}

.jdSlideshow a.right:hover, .jdSlideshow a.left:hover
{
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.jdSlideshow a.left
{
	left: 0;
	top: 0;
	background: url('img/fleche1.png') no-repeat top left;
}

* html .jdSlideshow a.left { background: url('img/fleche1.gif') no-repeat top left; }

.jdSlideshow a.right
{
	right: 0;
	top: 0;
	background: url('img/fleche2.png') no-repeat top right;
}

* html .jdSlideshow a.right { background: url('img/fleche2.gif') no-repeat top right; }