
body 
{background: #000 url(graphics/bg.jpg) repeat-x top; margin: 0; padding: 0; text-align: center;  font-size: 8pt; font-family: Tahoma;}
a {color: #E48530; text-decoration: none}
a:hover {text-decoration: underline}
#main {margin: auto; margin-top: 0; width: 750px;}
#content {color: #000; background: #fff; text-align: left;}
#header {color #fff; background: #5B595C url(graphics/ircc_headerbg.gif) top no-repeat; width: 750px; height: 150px; border-bottom: solid 2px #000;}
#header_menu {color #fff; float: right; margin: 8px 5px 0px 0px; font : bold 7pt Tahoma;}
#menu {height: 28px; background: url(graphics/menubg.jpg);}
#whitespace {padding: 15px; font: normal 9pt Tahoma; text-align: left; width: 530px;}
#rightnav {float: right; clear: right; width: 180px; padding: 15px;}
.title {background: #4B567E url(graphics/titlebg.jpg); font : bold 9pt Tahoma; color: #fff; text-transform: uppercase; display: block; padding: 7px; margin-bottom: 12px; border-bottom: solid 3px #E48530;}
h1 {background: #4B567E url(graphics/titlebg.jpg); font : bold 9pt Tahoma; color: #fff; text-transform: uppercase; display: block; padding: 7px; margin-bottom: 12px; border-bottom: solid 3px #E48530;}

.alttitle {background: url(graphics/menubg.jpg); font : bold 9pt Tahoma; color: #fff; text-transform: uppercase; display: block; padding: 7px; margin-bottom: 12px; border-bottom: solid 1px #E48530;}
hr {color: #000;
background-color: #000;
height: 1px; width: 90%;}

/* The wrapper clears the floating elements of the menu */

#menuwrapper { 
        overflow: hidden; 
        width: 100%;
        color: #000;
        }

/* Set the width of the menu elements at second level. Leaving first level flexible. */

#primary-nav li li { 
        width: 160px; 
       background-color: #E48530;
       }


/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
	list-style: none; 
	margin: 0px; 
	padding: 0px; 
	}
#primary-nav ul { 
	position: absolute; 
	top: auto; 
	display: none; 
	}
#primary-nav ul ul { 
	margin-top: 1px;
 	margin-left: -1px;
	left: 100%; 
	top: 0px; 
	}
	
#primary-nav li { 
	margin-left: -1px;
	float: left; 
        background: none;
	}
#primary-nav li li { 
	margin-left: 0px;
	margin-top: -1px;
	float: none; 
	position: relative; 
	}

/* Styling the basic apperance of the menu elements */

#primary-nav a { 
	display: block; 
	margin: 0px; 
	padding: 6px 15px; 
	text-decoration: none; 
        font: bold 7pt Tahoma;
        background: none;
	}

#primary-nav li a { 
	/* border-right: 1px dotted #C0C0C0; */
	border-left: 1px dotted #000;
	color: #000;
         background: none;
        }
#primary-nav li li a { 
	border: 1px solid #000;
       
	}	
#primary-nav li, #primary-nav li.menuparent { 
       background-color: none;
	}

/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */

#primary-nav li.menuactive { 
	color: #4B567E; 
	}


/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav ul li.menuparent, #primary-nav ul li.menuparent:hover, #primary-nav ul li.menuparenth { 
	
        background-image: url(modules/MenuManager/images/arrow.gif); 
	background-position: center right; 
	background-repeat: no-repeat; 
	}


/* Styling the apperance of menu items on hover */

#primary-nav li:hover, #primary-nav li.menuh, #primary-nav li.menuparenth, #primary-nav li.menuactiveh { 
	background-color: #A15E22;
	}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul, #primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, #primary-nav li.menuparenth ul ul { 
	display: none; 
	}
#primary-nav li:hover ul, #primary-nav ul li:hover ul, #primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, #primary-nav ul li.menuparenth ul, #primary-nav ul ul li.menuparenth ul { 
	display: block; 
	}
dfn {display: none;}

/* IE Hacks */

#primary-nav li li { 
	float: left; 
	clear: both; 
	}
#primary-nav li li a { 
	height: 1%; 
	}
-->	
