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

/* eric meyer css reset */

/* remember to define focus styles! */
:focus { outline: 0; }
.container { display:block; margin:0px auto; width:120px; background-color:#7b7979; }

		/* A few IE bug fixes */
		* { margin: 0; padding: 0; }
		* html ul ul li a { height: 100%; }
		* html ul li a { height: 100%; }
		* html ul ul li { margin-bottom: -1px; }
		
		#theMenu { width: 120px; height: 350px; margin: 0px; padding: 0; }
		
		/* Some list and link styling */
		ul li { width: 120px; padding:0; margin: 3px 0px 3px 0px;}
		ul ul li { padding: 0; width: 105px; margin: 3px 0px 3px 15px; font-size:12px;}
		ul ul li a {color: #cca67e;  text-decoration: none;}
		ul ul li a:hover {color: #cca67e;  text-decoration: underline;}
		/* For the xtra menu */
		ul ul ul li { margin-left: 0px; padding: 0; color: #ffffff; text-decoration: none;}
		ul ul ul li a { color: #ffffff; text-decoration: none;}
		ul ul ul li a:hover { color: #ffffff; text-decoration: underline;}
		
		
		li { list-style-type: none; }
		h2 { margin-top: 1.5em; }
		
		/* Header links styling */
		h3 a, h3.head a { 
		color: #f7931e;
		border-top: 1px white;
		border-right: 0;
		padding: 5px 0px 10px 5px;
		margin: 5px 0px 15px 0px;
		font-weight:normal;
		font-size: 12px;
		text-decoration: none;
		}
		h3 a:hover, h3.head a:hover { 
		color: #f7931e;
		text-decoration: underline;
		}
		h3.selected a { 
		color: #f7931e;
		text-decoration: none;
		}
		h3.selected a:hover { 
		color: #f7931e;
		text-decoration: underline;
		}
		
		/* Xtra Header links styling */
		h4.head a { 
		color: #cca67e;
		padding: 5px 0px 10px 0px;
		margin: 5px 0px 5px 0px;
		font-weight:normal;
		text-decoration: none;
		font-size: 12px;
		}
		h4.head a:hover { 
		color: #cca67e;
		}
		h4.selected a { 
		color: #cca67e;
		}
		h4.selected a:hover { 
		color: #cca67e;
		}
		
		hr.menurule {
		border: 0;
		color: #9E9E9E;
		background-color: #9E9E9E;
		height: 1px;
		width: 90%;
		}

