09:56 26/08/2009.horizontalcssmenu ul{
margin-top: 3px;
margin-left:0px;
margin-right:2px;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;


}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 165px; /*Width of top level menu link items*/
#width: 159px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 0px solid #202020;
border-left-width: 0;
text-decoration: none;
/*background: url(../images/menubg.gif) center center repeat-x;*/
color: #FFD7DB;
font: 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 00;
top: 00;
border-top: 1px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
border:0px solid red;
}



/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 250px; /*width of sub menu levels*/
font-weight: normal;
padding: 2px 5px;
background: url(../images/menubgover.png);
border-width: 0 1px 1px 1px;
color:white;
position:relative;top:-3px;
}

.horizontalcssmenu ul li a:hover{
background: url(../images/menubgover.png) center center repeat-x;
color:white;
}

.horizontalcssmenu ul li ul li a:hover{
background: url(../images/menubgover2.png) center center repeat-y repeat-x;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 200;
#right: 2;
background: transparent url(../images/menuarrow.png) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

body	{	
}

iframe.framework
		{border:0px solid red;
		z-index:0;
		scrollbar-3dlight-color:#1A1A1C; 
			scrollbar-arrow-color:#1A1A1C; 
			scrollbar-base-color:#1A1A1C; 
			scrollbar-darkshadow-color:#1A1A1C; 
			scrollbar-face-color:#1A1A1C; 
			scrollbar-highlight-color:#1A1A1C; 
	scrollbar-shadow-color:#1A1A1C;
		
		}


td.commontext	{font-family:arial;
		font-size:10pt;
		color:#E0E0E0;
		padding:5px 10px 10px 10px;
		text-align:justify;


}
td.subcommontext	{font-family:arial;
		font-size:9pt;
		color:#E0E0E0;
		padding:5px 10px 10px 30px;
		text-align:justify;


}
td.titletext	{font-family:arial;
		font-size:10pt;
		color:#E0E0E0;
		padding-left:5px;
		padding-top:15px;	
		text-align:justify;
		font-weight:bold;
		border-bottom:1px solid white;


}

td.subtitletext	{font-family:arial;
		font-size:10pt;
		color:#E0E0E0;
		padding-left:30px;
		padding-top:15px;	
		text-align:justify;
		font-weight:normal;
		font-style:italic;
		border-bottom:1px solid grey;


}


td.location	{font-family:arial;
		font-size:9pt;
		color:white;
		padding-left:5px;
		padding-top:15px;	
		text-align:justify;
		font-weight:normal;

}

body		{background-color:#1A1A1C;}
body.mainpage	{
		background-color:#1A1A1C;
		background-repeat: repeat-x; 
		
}



body.content	{background-color:#1A1A1C;
		}
		
li {color: red;cursor:hand;}

li.comp	{color: white;cursor:normal;}

