#id_div_ThemeMenu {

	text-align: center;
	height: 36px;

}

#id_div_ThemeContainer {
	background: url(images/bg.jpg) repeat-x;
	margin:  0 3px;
	padding: 0;
	text-align: center;
	height: 36px;
}

#id_div_ThemeMenu ul {
	margin: 0px;
	padding-top:8px;
	list-style: none;
	width: 100%;
	height: 36px;
}

#id_div_ThemeMenu li {
	display: inline;
}

#id_div_ThemeMenu ul li a,#id_div_ThemeMenu ul li span {
	color: white;

	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	padding: 8px 13px 10px 6px;
	text-decoration: none;
	font-weight: 500;
}

#id_div_ThemeMenu ul li span {
	/*Targets span tag to the right of #leftcorner below*/
	padding-left: 0px;
}

#id_div_ThemeMenu ul li#leftcorner a {
	float: none;
	padding-left: 20px;
	padding-right: 0px;
	background: url(images/leftcorner.jpg) top left no-repeat;
}

#id_div_ThemeMenu ul li#rightcorner a {
	padding-right: 20px;
	background: url(images/rightcorner.jpg) top right no-repeat;
}

#id_div_ThemeMenu ul li a:hover {
	text-decoration: underline;
}


/*
Previous style
#id_div_ThemeMenu{
	text-align:center;
}
#id_div_ThemeMenu #id_ul_ThemeMenu{ 
	width: 100%;
	height: 31px;
	background: #FFF url("images/menu-bg.gif") top left repeat-x; 
	font-size: 0.8em; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	}
#id_div_ThemeMenu #id_ul_ThemeMenu li {
	display: block; 
	float: left; 
	margin: 0 0 0 0px;
	background:transparent url(images/split.gif) no-repeat scroll right top;
	}
#id_div_ThemeMenu #id_ul_ThemeMenu li a { 
	height: 31px; 
	color: #12447F; 
	text-decoration: none; 
	display: block; 
	float: left; 
	line-height: 200%;
	font-weight: bold;
	font-family: "Lucida Grande", Verdana, sans-serif;
	text-transform: uppercase;  
	padding: 5px 15px 0; 
	}
#id_div_ThemeMenu #id_ul_ThemeMenu li a:hover { 
	color: #333; 
	}
#id_div_ThemeMenu #id_ul_ThemeMenu li a.current{ 
	color: #FFF; 
	background: #FFF url("images/current-bg.gif") top left repeat-x; 
	padding: 5px 15px 0; 
	}
*/