/* Whrma Menu */

ul.navigation {
	list-style: none;
	border: 0px;
	font: 15px "Arial" sans-serif;
	padding: 0px 0px 0px 0px;
	margin:0;
	color:#ffffff;
	text-decoration:none;
}


ul.navigation ul { 
	position: relative;
	left: 0;
	padding: 0; 
	margin: 0; 
	text-decoration:none;
}

ul.navigation li {
	padding-top: 7px;
	margin: 0;
	text-decoration:none;
}

li { }
li.navigation_1 { background: #3333CC top left no-repeat; text-decoration:none;  width: 150px;}
li.navigation_2 {  background: #000044 top left no-repeat;width: 150px; }
li.navigation_3 { background: #3333CC top left no-repeat; width: 150px; }
li.navigation_4 { background: #3333CCF top left no-repeat;width: 150px;  }

li.navigation_1 a { padding-left: 0px ; text-decoration:none;}
li.navigation_2 a { padding-left: 10px; display: block;}
li.navigation_3 a { padding-left: 17px;}
li.navigation_4 a { padding-left: 24px;}

a.navigation{

}
a.navigation_selected {

	text-decoration: none;


}

a.navigation:link,
a.navigation:visited {
	color: white;
}
a.navigation:hover,
a.navigation:active,
a.navigation_selected:hover, 
a.navigation_selected:active {
	color: #ffcc00;
	background: url( '../images/arrow.gif' ) left center no-repeat;
}
a.navigation_selected:link, a.navigation_selected:visited { color: #ffcc00; text-decoration:underline;}

.navigation_header {  }
.navigation_footer {  }

.event_obj{
	font-size: 12pt;	
	font-family: Arial;
	width:200px;
}

div.main, table.main {
background-color:white;
font:12px Verdana;
height:100%;
margin-left:auto;
margin-right:auto;
padding:0;
width:1000px;
}


