<!--

.nothing 
{}


.overallback 
{
    background-color: #5d0736;

}



.tableback 
{
    	background-color: #ffffff;
	border-right: #680030 0px solid;
	border-top: #680030 0px solid;
	border-left: #680030 0px solid;
	border-bottom: #680030 0px solid;
	width: 980px;
	height: 480px;
}

.content 
{
    background-color: #ffffff;
}



.menubar {
	background-image: url(../site_style/background_menu.jpg);
        height: 100%;
	width: 306px;

}

.menubarfill {
	background-image: url(../site_style/background_menu_fill.jpg);
        height: 100%;
	width: 310px;

}


.footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #680030;
	font-weight: bold;
	height: 20px;
	text-transform:none;
/*	text-transform:uppercase;
	background-image: url(../site_style/back_title.jpg);
	background-repeat:no-repeat; 
	background-color: #FF9900;*/
}


.bodyText
{
    	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #680030;
	font-weight: normal;
	text-decoration: none;
/*	background-color: #FF9900;*/
}


/* DYNAMIC MENU */


#dynamicmenu 
{ 
	width:200px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background:#cccccc; 
	color: #680030; 
}

#dynamicmenu ul 
{ 
	list-style: none; 
	margin: 0; 
	padding: 0;
}


#dynamicmenu ul ul { 
	position:absolute; 
	top:-1px; 
	left:100%; 
	width:100%; 
	background-color:#cccccc; 	color:#680030;}


#dynamicmenu a 
{
	display:block; 
	margin:0; 
	height: 20px;
	padding:3px; 
	border-bottom:0px ;
	color:#680030;
	background-color:#cccccc;
	text-decoration:none; 
	font-weight:bold;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

#dynamicmenu a:hover {
	display:block;
	margin:0;
	height: 20px; 
	padding:3px; 
	color:#680030; 
	background:#fe9acc;
	border-right: #5d0736 1px solid;
	border-top: #5d0736 1px solid;
	border-left: #5d0736 1px solid;
	border-bottom: #5d0736 1px solid;
}


#dynamicmenu li {position:relative;}


#dynamicmenu ul ul, #dynamicmenu ul li:hover ul ul {display: none;}
#dynamicmenu ul li:hover ul, #dynamicmenu ul ul li:hover ul {display: block;}




