ul[id*="theMenu"] {
	width: 100%;
	/*float:left;*/
	font-size:14px;
	line-height:20px;
}

@font-face {
	font-family: 'CenturyGothic';
	src: url('../fonts/CenturyGothic.eot?') format('eot'), 
	     url('../fonts/CenturyGothic.woff') format('woff'), 
	     url('../fonts/CenturyGothic.ttf')  format('truetype'),
	     url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
	
}

ul[id*="theMenu"]  > li {
	background:#084771;
}

ul[id*="theMenu"]  > li > ul > li {
	padding-bottom: 5px;
}

/* Header links styling */
		h3.head a {
	/*color: #cccccc;
	display:block;
	border: 1px solid #272727;
	/*background: #084771 url(../images/down.gif) no-repeat;*/
    /*background:#043a5f;
	background-position: 98% 50%;
	padding:0 0 0 10px;
	font-size:14px;
	font-family:'CenturyGothic';
	margin:0 0 5px 0;
	line-height:30px;
	font-weight:bold;*/
    color: white;
    display: block;
    border: 0px solid #272727;
    background-position: 98% 50%;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-family: 'CenturyGothic';
    margin: 0 0 5px 0;
    line-height: 30px;
    font-weight: bold;
    background: #043a5f;

}
h3.head a:hover {
	color: white ;
	background: url(../images/sub_menu.png) repeat-x center ;
	background-position: 98% 50%;
}
h3.selected a {
	background: #9F070B url(../images/up.gif) no-repeat;
	background-position:98% 50%;
	color: #FFFC00 ;
}
h3.selected a:hover {
	background: #9F070B url(../images/up.gif) no-repeat;
	background-position:98% 50%;
	color: #FFFC00 ;
}
.margins-area {
	margin:10px;
}

ul[id*="theMenu"]  table {
	border-collapse: collapse;
	color: inherit;
	font-size: inherit;
}