@charset "UTF-8";
/* CSS Document */

/* A few IE bug fixes */
#theMenu  * {
margin: 0;
padding: 0;
text-decoration: none;
font-weight: normal;
font-size: 100%;
}
#theMenu  ul ul li a {
height: 100%;
}
#theMenu  ul li a {
height: 100%;
}
#theMenu  ul ul li {
margin-bottom: -1px;
}
#theMenu {
	width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
}		
/* Some list and link styling */
#theMenu li {
	width: 235px;
}
#theMenu ul {
border-bottom: 5px solid #eee;
}
#theMenu ul ul {
border-bottom: 0;
background-color: #ccc;
}
#theMenu ul li {
	border-left: 5px solid #eee;
	border-right: 5px solid #eee;
	padding: 0;
	width: 225px;
	margin-bottom: 0;
}
#theMenu ul li a {
	display:block;
	padding: 3px 6px;
	color: #000000;
	background-color: #ccc;
}
#theMenu ul li a:hover {
	display:block;
	color: #fff;
	background-color: #990000;
	background-image: url(menu_o.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
/* For the xtra menu */
#theMenu ul ul li {
border-left: none;
border-bottom: 1px solid #eee;
padding: 0;
width: 140px;
margin-bottom: 0;
}
#theMenu ul ul li a {
display:block;
color: #000;
padding: 3px 6px;
}
#theMenu ul ul ul li a {
display:block;
color: #fff;
padding: 3px 6px;
}
#theMenu ul ul li a:hover {
display:block;
color: #eee;
background-color: #990000; url(menu_o.gif) top left repeat-x;
}		
#theMenu li {
list-style-type: none;
}
#theMenu h2 {
margin-top: 1.5em;
}		
/* Header links styling */
#theMenu h3.head a { 
color: #333;
display:block; 
border-bottom: 1px solid #eee;
background: #ddd url(down.gif) no-repeat right top;
padding: 3px 6px;
}
#theMenu h3.head a:hover {
	color: #FFFFFF;
	background: #990000 url(menu_o.gif) top right repeat-x;
}
#theMenu h3.head2 a { 
color: #333;
display:block; 
border-bottom: 1px solid #eee;
background: #ddd url(down.gif) no-repeat left top;
padding: 3px 6px;
}
#theMenu h3.head2 a:hover {
	color: #FFFFFF;
	background: #990000 url(menu_o.gif) top left repeat-x;
}
#theMenu h3.selected a { 
background: #990000 url(menu_c.gif) top right repeat-x;
color: #fff;
padding: 3px 6px;
}
#theMenu h3.selected a:hover { 
background: #990000 url(menu_c.gif) top right repeat-x;
color: #eee;
}		
/* Xtra Header links styling */
#theMenu h4.head a {
	display:block;
	border-bottom: 1px solid #eee;
	padding: 3px 6px;
background: #ddd url(down.gif) no-repeat right top;
}
#theMenu h4.head a:hover { 
color: #000;
background: #990000 url(menu_o.gif) top right repeat-x;
}
#theMenu h4.selected a { 
background: #990000 url(menu_c.gif) top right repeat-x;
color: #fff;
padding: 3px 6px;
}
#theMenu h4.selected a:hover { 
background: #990000 url(menu_c.gif) top right repeat-x; 
color: #eee;
}

